Jump to content

Web Site Down


Recommended Posts

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

 

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

×
×
  • Create New...