SUPPORT BREAK!

Janury 6 support will be deleyed or not avaiable...

Thanks for patience.

Okay
  Print

How to enable debug mode Prestashop

Enable dev mode to check actual error instead white page

On your server, open the /config/defines.inc.php file.
Find this line: define('_PS_MODE_DEV_', false);
In this line, change "false" to "true".
Save your changes.