PHP Fatal error: Cannot use 'Object' as class name as it is reserved in /home3/burlini0/public_html/updates/concrete5.6.3.3/concrete/libraries/object.php on line 3

Permalink
So I am not a website person our site disappeared for our historical society and bluehost cannot get it back. This is what the problem is apparently, any help would be much appreciated!


PHP Fatal error: Cannot use 'Object' as class name as it is reserved in /home3/burlini0/public_html/updates/concrete5.6.3.3/concrete/libraries/object.php on line 3

I tried to update the php version of the website to 7.2 and 5.6 but it didn't resolved the issue. I am afraid that website script/ PHP files isn't compatible with the PHP versions set for your website, It looks like your website require lower php version which isn't available on our server due to security reason. It's advisable to work with the website developer and re-encode the PHP files.

I researched for this error and found that issue related to syntax error in your query. I am afraid that website created using third party application.

 
JohntheFish replied on at Permalink Reply
JohntheFish
This is caused by your host updating the MySQL version.

To recover the site, you need to
A) update to 5.6.3.5
B) then update to 5.6.4 (manual update, from the legacy github)

To achieve this, you will either need your host to revert the MySQL version temporarily, or clone the site to a compatible development system, make the updates, then upload to replace the live site.

If you look back through the forums, there is a lot more detail about this process.