Davidlongajs Posted March 11, 2022 Share Posted March 11, 2022 Hey, anyone knows how to return back to normal mode, where I can manage my the website? It is showing this debug mode, and I don't know how to fix this.... Please Link to comment Share on other sites More sharing options...
Ress Posted March 11, 2022 Share Posted March 11, 2022 You can disable it from admin: Advanced Parameters -> Performance, Debug mode to No. Or by ftp, /public_html/config/defines.inc.php define('_PS_MODE_DEV_', false); But normally, any error should be resolved, if you disable debug mode, they will not appear to you, but it is not ok to have them. Link to comment Share on other sites More sharing options...
Davidlongajs Posted March 12, 2022 Author Share Posted March 12, 2022 That's the thing, I can't even go to performance, when I try to, this red banner pops out and I can't do sh... How to do by ftp? Can you help me? What or where do I have to go now? Link to comment Share on other sites More sharing options...
Ress Posted March 12, 2022 Share Posted March 12, 2022 /prestashop_root/config/defines.inc.php Modify define('_PS_MODE_DEV_', true); to define('_PS_MODE_DEV_', false); 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