How to turn error reporting off?
-
I have a site that is currently displaying a PHP warning on the main site that I want to turn off. The error is: Warning: Illegal string offset ‘sidebar’ in /home1/xhsgd7/public_html/wp-content/themes/trias/plugins/content_block.php on line 47
I added define(‘WP_DEBUG_DISPLAY’, false); rto wp_config.php but that didn’t work. I also thought error_reporting() was defined in the congig file but apparently it isn’t.
Any help is appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to turn error reporting off?’ is closed to new replies.