@raivola
6 years, 11 months ago
You can replace this line from your wp-config.php file: define(‘WP_DEBUG’, false); with this: ini_set(‘display_errors’,’Off’); ini_set(‘error_reporting’, E_ALL ); define(‘WP_DEBUG’, false); define(‘WP_DEBUG_DISPLAY’, false);
At least it helped me.