[wp-trac] [WordPress Trac] #29692: Multisite create new site return fatal error
WordPress Trac
noreply at wordpress.org
Fri Sep 19 15:23:25 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 jesin):
I believe OP is using PHP 5.2.6, so anonymous functions won't work. Better
try
{{{
add_action( 'admin_footer', 'debug_29692' );
function debug_29692() {
var_dump( get_class( $GLOBALS['wp_roles'] ) );
});
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29692#comment:18>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list