Debugging WordPress problems – Strategies?
-
Hi
I am really struggling to find useful, live debugging aids for wordpress for a number of issues. The usual advice whenever I hit a problem and google for solutions is “change the theme and switch off all the plugins”. This is completely impractical on live, production sites as I need to keep them going while figuring out usually minor glitches – I am also nervous about doing it anyway, since i run the risk of losing custom plugin data and never getting the site back to looking and working the way it originally did.I would like to know if anyone has found usable tools to assist in live debugging. I have tried using WP_DEBUG to logfiles and thanks to the innate volubility of this have found it pretty useless – filling up with NOTICEs in seconds – there seems no way to restrict what gets added to WP_DEBUG logs (unlike php logs in general).
Currently I have two problems I am completely stuck with – inability for Contact Form 7 to send emails from a form on one site (here I am using multisite and another site on same install sends contact forms just fine), and a problem with notification emails for new users (activation email is sent but no second email) see here: https://www.ads-software.com/support/topic/new-user-activation-email-seny-ok-but-no-password-login-email?replies=11
Thanks for looking…
- The topic ‘Debugging WordPress problems – Strategies?’ is closed to new replies.