Jump to content

blank screen on address


Recommended Posts

  • 3 months later...

How can I 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);

source: http://cart-help.com/topic/60-error-reporting-prestashop-16-15-14-13/

Link to comment
Share on other sites

  • 2 years later...
×
×
  • Create New...