[ad_1]
I have a lot of 500 errors on a WP. I found that there is a WP debug option on config file but not advised in production environment. How do you fix your WP in such cases?
[ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
Well, you should never work directly on a production site.
Instead, make a back-up, install it locally and work from there, uploading your changes when you’re happy with them.
Have you tried checking your server’s PHP error logs for details on those 500 messages?
You can turn on just the logging part of debug, just make sure not to display errors. And delete debug.log ASAP.
*%20That’s%20all%2C%20stop%20editing!