Jump to content

[1.7.5.2] Display Error back end prestashop site


Recommended Posts

Hi,

I have an error with a module on the back end of the site and i would like to see the possible errors in the back end.  

i'm not sure if the debug mode will display the errors on the back end like it do on the front?

Or maybe i can change something on the files for display the errors on backend ?

Link to comment
Share on other sites

Hi,

Assuming you have Prestashop 1.7 you can go to config/defines.inc.php

and change

/* Debug only */
if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', false);
}

to

/* Debug only */
if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', true);
}

Otherwise from Back Office

Advanced Parameters -> Performance -> Enable debug mode

I believe Debug Mode it displays errors in Back End, from my experience

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...