• Resolved ewendland

    (@ewendland)


    Hi,

    We recently did an auto-upgrade of our 2.9.2 WPMU instance to 3.0.1. Love the new version! Thanks so much. Just found one thing to be confusing. Administrators for blogs that were upgraded no longer have the ability to view the Users of their blog. In fact they don’t even have the ‘Users’ menu.

    If we create new blogs, the Administrators of them can see the ‘Users’ menu. I think this is because new blogs have additional capabilities assigned to Admins in the wp_**_option table. Below is a comparison of capabilities to an upgraded site (wp29) and a newly created site (wp30). (To get these capabilities we run the query select * from wp_xxx_options where option_name = ‘wp_xxx_user_roles’)

    You can see that admins on new blogs have the ‘list_users’ capability which apparently is necessary to get the ‘Users’ menu.

    So, is this the intended behavior? If it is, is there a way to change older blogs so they have the same roles as new blogs? We are working on writing documentation for our users and it is difficult because they will need to do things differently depending upon when their blog was created.

    Thanks so much for your help!

    — wp29_admin 2010-10-27 07:43:41.000000000 -0400
    +++ wp30_admin 2010-10-27 07:43:15.000000000 -0400
    @@ -15,7 +15,6 @@
    [manage_links] => 1
    [upload_files] => 1
    [import] => 1
    – [unfiltered_html] => 1
    [edit_posts] => 1
    [edit_others_posts] => 1
    [edit_published_posts] => 1
    @@ -50,20 +49,7 @@
    [read_private_pages] => 1
    [delete_users] => 1
    [create_users] => 1
    – [unfiltered_upload] => 1
    [edit_dashboard] => 1
    – [update_plugins] => 1
    – [delete_plugins] => 1
    – [install_plugins] => 1
    – [update_themes] => 1
    – [install_themes] => 1
    – [update_core] => 1
    – [list_users] => 1
    – [remove_users] => 1
    – [add_users] => 1
    – [promote_users] => 1
    – [edit_theme_options] => 1
    – [delete_themes] => 1
    – [export] => 1
    )
    +
    )

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

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    When you did the auto-upgrade, did you complete it by running the part where it upgrades all the sites on your network?

    It did happen to a couple other people that I know of – no idea why.

    See this post:
    http://wordpress.org/support/topic/widgets-page-missing-from-wpmu-member-blog-admin/page/2?replies=65#post-1678095

    Thread Starter ewendland

    (@ewendland)

    @ipstenu – Yes. We ran the entire upgrade.

    @andrea_r – Cool. We ran the code snippet provided in your link and it repaired the roles for the existing sites. Not sure why this didn’t work in the original update. Thanks for your help!

    I have searched and cannot find and answer to my problem.

    My admin menu has NO User section.

    When I go to Profile I get an “add User” menu option and an “add User page” but when I click the “edit User” button at the top all I get is “Cheatin Huh”

    Where is my User Menu?

    I am using WP 3.0.RC3 Any Ideas ??

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    RC3? you’re not using 3.0.3? those are different things.

    I “upgraded” from 3.0RC3 to WP 3.0.3.

    No change.

    Still have no “Users” menu item and the “edit user” on create new user still renders “cheatin’ huh”

    If I am logged on as an “administrator” should I not see all the menu items? I remember changing the default “admin” loggin user to XXXXX. Might that have anything to do with it. The new “admin” XXXXX was created as an administrator.

    help

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    If you’re running multisite, the user section you ought to be using is under super admin -> users.

    But, I would make a new post for this, as this one is resolved and your problem is totally different.

    I did not realize I was in the wrong area… I will repost… thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘3.0 Upgrade did not upgrade user_roles option for existing sites’ is closed to new replies.