mcbole62 Posted October 14, 2021 Share Posted October 14, 2021 (edited) Version 1.7.7.4 The website through an error and suggested I turn on the debugging mode. I did and I see what the error might be. But now I can't get back to the back office. How do you turn off the debugging mode if I'm stuck in it ? Edited October 16, 2021 by mcbole62 (see edit history) Link to comment Share on other sites More sharing options...
Razi Posted October 14, 2021 Share Posted October 14, 2021 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 More sharing options...
mcbole62 Posted October 16, 2021 Author Share Posted October 16, 2021 Thank you. Worked perfectly. Link to comment Share on other sites More sharing options...
dloghis Posted February 1 Share Posted February 1 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 More sharing options...
AddWeb Solution Posted February 2 Share Posted February 2 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 More sharing options...
dloghis Posted February 2 Share Posted February 2 Yes is ok Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now