Forums
(@drifterz28)
13 years, 3 months ago
I can be completely wrong in how I go about doing this but add error_reporting(E_ALL ^ E_NOTICE); to your wp-config.php file, it sound like your server does not have the default error reporting settings and this will change that.
error_reporting(E_ALL ^ E_NOTICE);