Jump to content

Can Not Turning The Error Message Display On


Recommended Posts

Hi,

 

i try to progress a new module but stuck in a step which lead me to a blank page.

i found out the way to open the error message display:

This is done in your PrestaShop installation's /config/defines.inc.php file. You should edit the following line:

define('_PS_MODE_DEV_', false);

...and change it into:

define('_PS_MODE_DEV_', true);

 

i already change this 'false' into 'true', but not knowing why i still be lead to a blank page not show any error message.

 

How could i fix this problem?

 

 

Thanks

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...