bhlehr Posted September 9, 2014 Share Posted September 9, 2014 As I was going to do some maintenance on my site this morning, I noticed I couldn't access the front office or back office. Getting an Error 500 -- Internal Server Error. It was fine a few hours ago. Is anyone else having this problem, or is it just on my end? Brian Link to comment Share on other sites More sharing options...
vekia Posted September 9, 2014 Share Posted September 9, 2014 turn on error reporting in this case it's necessary to find what's going on and where Link to comment Share on other sites More sharing options...
bhlehr Posted September 10, 2014 Author Share Posted September 10, 2014 Hi Vekia, It hasn't happened before, and everything was fine about an hour later. All is good now. BTW, where do I turn on error reporting in PS 1.5? Link to comment Share on other sites More sharing options...
vekia Posted September 10, 2014 Share Posted September 10, 2014 prestashop max v1.5.3 open file: config/config.inc.php find this line: @ini_set('display_errors', 'off'); change to look like this: @ini_set('display_errors', 'on'); prestashop above v1.5.3 open: config/defines.inc.php find this line: define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); Link to comment Share on other sites More sharing options...
Recommended Posts