Can’t disable display of error messages
-
Hi,
I’m having trouble with the display of error messages when the plugin is active. No matter what I do, if the plugin is active, php errors display on-screen.
I’ve noticed this behavior:
Set WP_DEBUG_DISPLAY to false, default is true. –> checked
entry is in wp-config define( ‘WP_DEBUG_DISPLAY’, FALSE ); but php errors still show on-screen.Set WP_DEBUG_DISPLAY to false, default is true. –> unchecked
entry deleted in wp-config for WP_DEBUG_DISPLAY is deleted (completely removed from wp-config, not just set to FALSE. Still, php errors displayed on-screen. I did some tests, and at least on my site, if WP_DEBUG_DISPLAY is missing from wp-config then php errors will be displayed.If I disable WP Debugging and manually control WP_DEBUG_DISPLAY in wp-config, then I can control the php error displays as expected.
Thanks,
-Norm
- The topic ‘Can’t disable display of error messages’ is closed to new replies.