Search Login

How to enable debug mode in Prestashop 1.7

There is 2 ways to enable debug mode on Prestashop 1.7

 

1. You login backend, then go to Advanced Parameters->Performances, set Debug mode is On, then click Save

 

 

2. Edit file config/defines.inc.php via FTP

if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', false);
}

 

Change to:

if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', true);
}

 

 

Best themes for Prestashop here: https://www.joommasters.com/index.php/store/prestashop-themes.html

Facebook Fan Box