Less verbose WP_DEBUG? HowTo (please)…
-
I am trying to use WP_Debug option to see what is going wrong on my site, but I’m having trouble restricting output to the log file…
The wp-debug log file fills up with hundreds of notices from some stupid plugins as soon as I switch on wp_debug.
I have tried adding an error_reporting line (E_ALL & ~E_NOTICE) to php.ini, to the wp-config.php file and to a file in mu-plugins, without any success at all.
I have searched for ages and haven’t found an answer. Can anyone give me a detailed example that works?
Many Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Less verbose WP_DEBUG? HowTo (please)…’ is closed to new replies.