You can enable debug mode in administration. Go to Advanced Parameters -> Performance and set "Debug mode" to YES.

If you can't access administration, you can enable debug mode via FTP. 
Find file /config/defines.inc.php and change

define('_PS_MODE_DEV_', false);

to

define('_PS_MODE_DEV_', true);

Comments