Jump to content

Website Goes Blank


Recommended Posts

Hi, may i know how to turn on error reporting?

 

Hi, may i know how to turn on error reporting?

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...