sahwira Posted October 6, 2013 Share Posted October 6, 2013 Need help. I have my shop installed with Godaddy and have been customizing it for a while, adding products etc. Then yesterday, I got an error which I tried to fix by uploading the cache folder from my pc. Now when I try to go to my back office or the shop, all i get is a black page - no error message or anything. I created a backup file two days ago that I would be happy to go back to but I will need to get to my back office first. Please help Link to comment Share on other sites More sharing options...
bellini13 Posted October 6, 2013 Share Posted October 6, 2013 edit the file config/defines.inc.php and change the following setting to true. instead of a blank page, you will see the error message define('_PS_MODE_DEV_', true); Link to comment Share on other sites More sharing options...
sahwira Posted October 6, 2013 Author Share Posted October 6, 2013 After making the suggested change to define('_PS_MODE_DEV_', true); I now get the following error on trying to access both the back office and the shop: Fatal error: Class 'Cache' not found in /home/content/s/a/h/sahwira/html/classes/ObjectModel.php on line 1470 and the line 1470 is pasted below: if ($field !== null || !Cache::isStored($cache_id)) So what should I do to fix this? Link to comment Share on other sites More sharing options...
Recommended Posts