[wpmu-trac] [WordPress MU Trac] #1052: White screen for wp-admin
WordPress MU Trac
wpmu-trac at lists.automattic.com
Wed Jul 15 00:44:52 UTC 2009
#1052: White screen for wp-admin
----------------------------+-----------------------------------------------
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):
Update:
Still haven't found a solution for this. I was having more problems with
the page and ended up commenting out several more lines until I can figure
out what is going on.
/*
add_action( 'admin_init', '_maybe_update_core' );
add_action( 'wp_version_check', 'wp_version_check' );
add_action( 'load-plugins.php', 'wp_update_plugins' );
add_action( 'load-update.php', 'wp_update_plugins' );
add_action( 'admin_init', '_maybe_update_plugins' );
add_action( 'wp_update_plugins', 'wp_update_plugins' );
add_action( 'load-themes.php', 'wp_update_themes' );
add_action( 'load-update.php', 'wp_update_themes' );
add_action( 'admin_init', '_maybe_update_themes' );
add_action( 'wp_update_themes', 'wp_update_themes' );
*/
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/1052#comment:1>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list