Broken for 4.8 ?
-
Hiya,
I have just upgraded to WordPress 4.8 and can’t get to the admin panel.
It quits displaying the message
'Sorry, you are not allowed to access this page.'
This happens because no user exists, e.g. wp_get_current_user called from get_user_locale, which is triggered by load_plugin_textdomain( ‘wp-multi-network’, returns a zero as ID.
Solution? Just comment out line 127 of file wpmn-loader.php
load_plugin_textdomain( 'wp-multi-network', false, dirname( $this->basename ) . '/languages/' );
Cheers,
Gabriel
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Broken for 4.8 ?’ is closed to new replies.