Jump to content

Edit History

Daniel Patilea

Daniel Patilea


New version of PrestaShop (8.0)

The debug mode is widely used to see the errors on your shop and when:

 

  • you get blank pages;
  • you get 500 Internal Server Error;
  • you have strage issues with your shop and don't know where to start;

 

Edit:

Debug mode on PrestaShop 8.0

PrestaShop Dashboard > Advanced Parameters > Performance > DEBUG MODE PANEL > Set it to YES

 

Debug mode on PrestaShop 1.7

PrestaShop Dashboard > Advanced Parameters > Performance > DEBUG MODE PANEL > Set it to YES

To turn on the Debug mode on PrestaShop 1.7 is more simple comparing it to the previous versions of Prestashop.

You can do this from your PrestaShop Dashboard > Advanced Parameters > Performance > DEBUG MODE PANEL > Set it to YES

If you can't acces you dashboard you can also enable it through FTP by accessing config/defines.inc.php and usually @line  29 you will find:

define('_PS_MODE_DEV_', false);

change it to:

define('_PS_MODE_DEV_', true);

Turning on the Debug Mode on other versions of Prestashop

 

 

Debug mode on PrestaShop 1.5.3 to 1.6

For PrestaShop 1.5.3 to 1.6 the procedure is the same: 

 

Open config/defines.inc.php and usually @line 29 you will find :

define('_PS_MODE_DEV_', false);

change it to:

define('_PS_MODE_DEV_', true);
For PrestaShop below 1.5.3 you have to edit the config/defines.inc.php file and make the following changes:
 
Change this line:
@ini_set('display_errors', 'off');
to this:
@ini_set('display_errors', 'on');

!!! Be careful, turn the Debug Mode off when finished debugging, hackers may get advatage of it and may harm your website and besides of that any visible error is not good for visitors.

 

Because Debug mode should not be visible for your customers here's a smart solution that allows you to enable it only for admins or for some provided IPs. This way your shop will not be vulnerable while you debug.
 

 

Daniel Patilea

Daniel Patilea


New version of PrestaShop (8.0)

The debug mode is widely used to see the errors on your shop and when:

 

  • you get blank pages;
  • you get 500 Internal Server Error;
  • you have strage issues with your shop and don't know where to start;

 

Edit:

Debug mode on PrestaShop 8.0

PrestaShop Dashboard > Advanced Parameters > Performance > DEBUG MODE PANEL > Set it to YES

 

Debug mode on PrestaShop 1.7

PrestaShop Dashboard > Advanced Parameters > Performance > DEBUG MODE PANEL > Set it to YES

To turn on the Debug mode on PrestaShop 1.7 is more simple comparing it to the previous versions of Prestashop.

You can do this from your PrestaShop Dashboard > Advanced Parameters > Performance > DEBUG MODE PANEL > Set it to YES

If you can't acces you dashboard you can also enable it through FTP by accessing config/defines.inc.php and usually @line  29 you will find:

define('_PS_MODE_DEV_', false);

change it to:

define('_PS_MODE_DEV_', true);

Turning on the Debug Mode on other versions of Prestashop

 

 

Debug mode on PrestaShop 1.5.3 to 1.6

For PrestaShop 1.5.3 to 1.6 the procedure is the same: 

 

Open config/defines.inc.php and usually @line 29 you will find :

define('_PS_MODE_DEV_', false);

change it to:

define('_PS_MODE_DEV_', true);
For PrestaShop below 1.5.3 you have to edit the config/defines.inc.php file and make the following changes:
 
Change this line:
@ini_set('display_errors', 'off');
to this:
@ini_set('display_errors', 'on');

!!! Be careful, turn the Debug Mode off when finished debugging, hackers may get advatage of it and may harm your website and besides of that any visible error is not good for visitors.

 

Because Debug mode should not be visible for your customers here's a smart solution that allows you to enable it only for admins or for some provided IPs. This way your shop will not be vulnerable while you debug.
 

 

Daniel Patilea

Daniel Patilea

The debug mode is widely used to see the errors on your shop and when:

 

  • you get blank pages;
  • you get 500 Internal Server Error;
  • you have strage issues with your shop and don't know where to start;

 

To turn on the Debug mode on PrestaShop 1.7 is more simple comparing it to the previous versions of Prestashop.

You can do this from your PrestaShop Dashboard > Advanced Parameters > Performance > DEBUG MODE PANEL > Set it to YES

 

CwVlePh.png

 

If you can't acces you dashboard you can also enable it through FTP by accessing config/defines.inc.php and usually @line  29 you will find :

define('_PS_MODE_DEV_', false);

change it to:

define('_PS_MODE_DEV_', true);

Turning on the Debug Mode on other versions of Prestashop

 

 

For PrestaShop 1.5.3 to 1.6 the procedure is the same: 

 

Open config/defines.inc.php and usually @line 29 you will find :

define('_PS_MODE_DEV_', false);

change it to:

define('_PS_MODE_DEV_', true);
For PrestaShop below 1.5.3 you have to edit the config/defines.inc.php file and make the following changes:
 
Change this line:
@ini_set('display_errors', 'off');
to this:
@ini_set('display_errors', 'on');

!!! Be careful, turn the Debug Mode off when finished debugging, hackers may get advatage of it and may harm your website and besides of that any visible error is not good for visitors.

 

Because Debug mode should not be visible for your customers here's a smart solution that allows you to enable it only for admins or for some provided IPs. This way your shop will not be vulnerable while you debug.
 

 

Daniel Patilea

Daniel Patilea

The debug mode is widely used to see the errors on your shop and when:

 

  • you get blank pages;
  • you get 500 Internal Server Error;
  • you have strage issues with your shop and don't know where to start;

 

To turn on the Debug mode on PrestaShop 1.7 is more simple comparing it to the previous versions of Prestashop.

You can do this from your PrestaShop Dashboard > Advanced Parameters > Performance > DEBUG MODE PANEL > Set it to YES

 

CwVlePh.png

 

If you can't acces you dashboard you can also enable it through FTP by accessing config/defines.inc.php and usually @line  29 you will find :

define('_PS_MODE_DEV_', false);

change it to:

define('_PS_MODE_DEV_', true);

Turning on the Debug Mode on other versions of Prestashop

 

 

For PrestaShop 1.5.3 to 1.6 the procedure is the same: 

 

Open config/defines.inc.php and usually @line 29 you will find :

define('_PS_MODE_DEV_', false);

change it to:

define('_PS_MODE_DEV_', true);
For PrestaShop below 1.5.3 you have to edit the config/defines.inc.php file and make the following changes:
 
Change this line:
@ini_set('display_errors', 'off');
to this:
@ini_set('display_errors', 'on');

!!! Be careful, turn the Debug Mode off when finished debugging, hackers may get advatage of it and may harm your website and besides of that any visible error is not good for visitors.

 

 

×
×
  • Create New...