Index: wp-load.php
===================================================================
--- wp-load.php	(revision 8030)
+++ wp-load.php	(working copy)
@@ -19,6 +19,8 @@
 /** Define ABSPATH as this files directory */
 define( 'ABSPATH', dirname(__FILE__) . '/' );
 
+error_reporting(E_ALL ^ E_NOTICE ^ E_USER_NOTICE);
+
 if ( file_exists( ABSPATH . 'wp-config.php') ) {
 
 	/** The config file resides in ABSPATH */

