[wpmu-trac] [WordPress MU Trac] #1053: White screen for dashboard
WordPress MU Trac
wpmu-trac at lists.automattic.com
Thu Jul 16 05:38:14 UTC 2009
#1053: White screen for dashboard
----------------------------+-----------------------------------------------
Reporter: jasonbenesch | Owner: somebody
Type: defect | Status: new
Priority: high | Milestone: WPMU 2.0
Component: Administration | Version: 2.8.1
Severity: critical | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by jasonbenesch):
Hey James,
So I have added all of the latest patches and I am still getting fatal
error.
So far I have tracked it to wp-includes/wpmu-functions.php on from lines
315 - 334:
//$blog_id = $new_blog;
/*
if( is_object( $wp_roles ) ) {
$wpdb->suppress_errors();
if ( method_exists( $wp_roles ,'_init' ) ) {
$wp_roles->_init();
} elseif( method_exists( $wp_roles, '__construct' ) ) {
$wp_roles->__construct();
}
$wpdb->suppress_errors( false );
}
if ( is_object( $current_user ) )
$current_user->_init_caps();
wp_cache_init();
if ( function_exists('wp_cache_add_global_groups') ) {
wp_cache_add_global_groups(array ('users', 'userlogins',
'usermeta', 'site-options', 'site-lookup', 'blog-lookup', 'blog-details',
'rss'));
wp_cache_add_non_persistent_groups(array( 'comment',
'counts', 'plugins' ));
}
*/
I have to comment out all of these lines for the admin section to load. I
don't understand why $blog_id = $new_blog is causing an error.
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/1053#comment:5>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list