The MU forums have moved to WordPress.org

Lost Admin Capabilities (3 posts)

  1. putri
    Member
    Posted 16 years ago #

    I was playing with the Options and removed "admin" from the Administrator line -- the line that says "These users may login to the main blog and administer the site. Space separated list of usernames."

    So now if I log in, I get the "regular" admin access but not the one where you can add blogs, edit users and templates, etc.

    So I added this back to site meta:
    site_admins a:1:{i:0;s:13:"admin";}

    And for my user meta I have:
    wp_1_capabilities a:1:{i:0;s:13:"admin";}
    wp_1_user_level 1

    I also noticed that I have this:
    wp_capabilities a:1:{i:0;s:5:"admin";}
    What is this one?

    The other blog that I created, where I'm just the lower level admin has the following info:

    wp_5_capabilities a:1:{s:13:"administrator";b:1;}
    wp_5_user_level 1

    Again, I can login, but I don't have the highest level admin capabilities when I log in with "admin" and I use to have it -- before I deleted the "admin" from the "These users may login to the main blog and administer the site. Space separated list of usernames" in Options.

    Thanks!

  2. putri
    Member
    Posted 16 years ago #

    Oh, I tried changing the admin stuff to a:1:{i:0;s:5:"admin";} just like what I found here on the forum when I did a search but that didn't do any good.

  3. putri
    Member
    Posted 16 years ago #

    Never mind. I got it.

    I had to have these settings:

    Site Meta:
    a:1:{i:0;s:5:"admin";}

    User Meta:
    wp_1_capabilities a:1:{s:13:"administrator";b:1;}
    wp_1_user_level 10

About this Topic