• Resolved lwaltzer

    (@lwaltzer)


    On a large multisite install, superuser is getting a cheating message when trying to change role of users on the system.

    Have traced the die message to lines 127-8 of wp-admin/users.php:

    if ( is_multisite() && !is_user_member_of_blog( $id ) )
    			wp_die(__('Cheatin’ uh?'));

    but it doesn’t matter if super admin is user of blog or not– get same error.

    Anyone seen this before?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    it’s probably a plugin issue, as I can’t reproduce that on a clean site.

    Thread Starter lwaltzer

    (@lwaltzer)

    Thanks, Mika– you’re right, and I should have realized it. When we upgraded to 3.5 running get_blogs_of_user() started creating a a memory timeout for the SuperUser b/c that account was affiliated with so many blogs. We had a plugin written that strips blog capability keys for the superuser if belongs to more than 75 sites… we’ll have to figure our how to add it back for user management.

    Odd… I’m certain I deactivated the plugin when looking for the bug, but, who knows. Sometimes going public with your struggles is the thing that lets you figure them out!

    Marking as resolved–

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multi-site SuperUser Cheatin' When Changing User Role’ is closed to new replies.