Jump to Article Category ...
All Categories
Warehouse theme (23)
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.