Jump to content


Photo

Error reporting prestashop 1.7 1.6 1.5 1.4 1.3

error reporting logs prestashop

  • Please log in to reply
1 reply to this topic

#1 vekia

vekia

    Advanced Member

  • Members
  • PipPipPip
  • 10166 posts

Posted 09 April 2014 - 09:23 AM

if your website encountering some problems (white page, prestashop internal server error, some other problems) it's necessary to turn on error reporting. With this feature you will see what exactly doesnt work and where.

 

so, please follow guidelines below:

 

 

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);


free tutorials, free templates, free addons, prestashop modules MndfRK4.png  lpHMrZ5.png  gtKHYO7.png  google-48.png


looking for the best presta addons with outstanding support? check this: PrestaShop Modules

#2 Tom Evans

Tom Evans

    Advanced Member

  • Members
  • PipPipPip
  • 67 posts

Posted 19 June 2014 - 06:36 AM

Most of the users with the same issue got frustrated and looking for the answers in the help sections. Even some of our customers had face the same problem and come to our support section. Vekia, You have given a helpful tip here. Nice job done!