The steps to allow PrestaShop to report errors depend on the version you are using.

Follow the procedure below for Prestashop versions starting at 1.5.3:

  1. Log in to cPanel
  2. With File Manager navigate to config/defines.inc.php in the directory where you installed PrestaShop
  3. Look for the line below in the config/defines.inc.php file:
define('_PS_MODE_DEV_', false);

4. Change from false to true:

define('_PS_MODE_DEV_', true);

5. Save the config/defines.inc.php file and close the editor. Error reporting is now active.

 

If you encounter problems in applying the above instructions please contact us. HostX offers the best PrestaShop web hosting service and can help you solve your problems.

Was this answer helpful? 0 Users Found This Useful (0 Votes)