Jump to content

How do I turn off the debugging mode ? (SOLVED)


mcbole62

Recommended Posts

Hello, Edit File config/defines.inc.php
and change
define('_PS_MODE_DEV_', true);
TO
define('_PS_MODE_DEV_', false);


define('_PS_DISPLAY_COMPATIBILITY_WARNING_', true);
TO
define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);

near to line 29 and 32

Thanks

Link to comment
Share on other sites

  • mcbole62 changed the title to How do I turn off the debugging mode ? (SOLVED)
  • 2 years later...

Hello guys,

In my case didn't work.

i have in defines.inc.php

define('_PS_MODE_DEV_', true);
define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);

I have change define('_PS_MODE_DEV_', false);

but the problem persists

An exception has been thrown during the rendering of a template ("You have requested a non-existent service "mbo.ps_accounts.installer".").
[Twig\Error\RuntimeError 0]

 

Link to comment
Share on other sites

22 hours ago, dloghis said:

Hello guys,

In my case didn't work.

i have in defines.inc.php

define('_PS_MODE_DEV_', true);
define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);

I have change define('_PS_MODE_DEV_', false);

but the problem persists

An exception has been thrown during the rendering of a template ("You have requested a non-existent service "mbo.ps_accounts.installer".").
[Twig\Error\RuntimeError 0]

 

Hi,

If you've already tried changing the _PS_MODE_DEV_ setting to false in the config/defines.inc.php file and the issue persists, you may need to clear the Prestashop cache to apply the changes.

  • Go to the /var/cache/ directory in your Prestashop installation.
  • Delete all the files and folders inside the /var/cache/ directory.

After doing these steps, try accessing your Prestashop back office again. If the issue persists, you might want to check your Prestashop logs for more detailed error information.

I hope this helps!

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