[wp-trac] [WordPress Trac] #29692: Multisite create new site return fatal error
WordPress Trac
noreply at wordpress.org
Fri Sep 19 15:12:15 UTC 2014
#29692: Multisite create new site return fatal error
--------------------------------+----------------------------------------
Reporter: kkalvaa | Owner: jeremyfelt
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 4.0.1
Component: Networks and Sites | Version: 4.0
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses: administration, multisite
--------------------------------+----------------------------------------
Comment (by nacin):
Can you try running code like this?
{{{
add_action( 'admin_footer', function() {
var_dump( get_class( $GLOBALS['wp_roles'] ) );
});
}}}
You can drop this into functions.php and look at your dashboard footer for
some text.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29692#comment:17>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list