Show errors in PrestaShop for debugging

  1. Edit file config/defines.inc.php
  2. Replace constant _PS_MODE_DEV_ value false with true
    define('_PS_MODE_DEV_', true); 

Above changed should enable verbose error_reporting.
Tested in version 1.6

Author: Michal Zuber

Full stack developer, biker and rollerblader. Owner and developer at https://nevilleweb.sk/ Co-founded http://neville.sk/ Blog at https://michalzuber.wordpress.com/

Leave a comment