Error messages & can’t reach admin after upgrading to 3.4.1 WordPress
The debug mode is on on your site. Go into wp-config.php and look for: define( ‘WP_DEBUG’, TRUE ); Change TRUE to FALSE. See Debugging in WordPress for more information. If this doesn’t help the error_reporting level is set somewhere else. .htaccess: Look for … php_value error_reporting integer … where integer matches one of the error … Read more