Well, this ain't an error, just a warning.

Open wp-config.php, after the <? add this:


@ini_set('display_errors', 0);

This should work.