Viewing 15 replies - 1 through 15 (of 16 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems?

    resetting the plugins folder by FTP or phpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.

    increasing the available memory?

    – reviewing http://wordpress.org/support/topic/411649

    Thread Starter wkor

    (@wkor)

    I just tried all those and reviewed the 3.0 Issues, Problems, Resolutions Thread. Still no change; I continue to lack access to the widget settings, oi!

    I’m guessing this might point to some kind of file permissions problem. FWIW, I’m hosting with NearlyFreeSpeech.NET. Just now, I ran into this guide to get WordPress playing nicely on NFSN and followed it. Now it appears it is playing a bit more nicely (non-manual plugin upgrades, finally!), but I’m still getting the nonsufficient permissions message trying to access the widgets page. And no link in the menu, either.

    I am experiencing the same problem. Does anyone already figured out how to fix it. Thanks in advance.

    Additionally, when I directly type the url of the widgets page: http://mydomainname/wp-admin/widgets.php, it gives me this message:

    You do not have sufficient permissions to access this page.

    I tried deactivating the plugins and even remove them. I try activating the default theme. I even deleted all files on the site and uploaded the freshly extracted 3.0 version via FTP but still encountered this…

    Yahoo I solved it! It turns out that my wordpress database upgrade doesn’t successfully completed. I needed to force upgrade it using phpmyadmin > browse the wp_options table > look for the record whose “option_name” = “db_version” and set its value to “12329” (if your previous version is 2.9.2. if you have different source version then you should change this to that version’s corresponding db_version.

    Then if you login again on the admin page it will ask you to upgrade your database. Just continue with the upgrade and you’ll be able to view the missing menus now. Enjoy πŸ™‚

    Thread Starter wkor

    (@wkor)

    Hmmm. Glad that worked for you. Unfortunately, I changed the value for db_version, went through the upgrade pages, and still have no widget settings access.

    Ahhhhh bug bug bug!

    Thread Starter wkor

    (@wkor)

    I know The Codex says not to bump, but it’s been almost a week. Sorry, bump.

    I’m having the same problem. I also can’t access Authors and Users.

    Hi,
    Hate to bump, but I’ve been having this problem.

    I’ve deactivated *every* plugin, retinstalled WordPress, loaded the default 3.0 theme, loaded a different theme, checked my WordPress memory etc.

    It all seems to boil down to permissions. Now, I’m using a custom user and meta table as defined by:
    define(‘CUSTOM_USER_TABLE’, ‘blog_users’);
    define(‘CUSTOM_USER_META_TABLE’, ‘blog_usermeta’);

    Is this the root of my problems perhaps?

    Thread Starter wkor

    (@wkor)

    Ding! I’m using a custom user role, too. I shall investigate and report anything I find. Thanks for the report.

    Aha, sounds like we’ve stumbled on the problem.

    This sounds like it’s really low-down in WordPress…
    Anybody got a clue how to get this working or a safe way of getting rid of these custom tables defines? (they drive me nuts anyway…)

    Thread Starter wkor

    (@wkor)

    Well, I fixed my installation. Finally!

    Here’s how I think you can fix yours. As always, it’s recommended to backup your files and database.

    First, I don’t know if it makes a difference, but it may be a good idea to log out of WordPress.

    Also, before you do this, you may want to note down the settings for your custom user roles or whatever that is you’re talking about, as this will obliterate any custom user roles.

    Go into phpMyAdmin. Go into your WordPress database. Go to the search tab and look for ‘roles’ (make sure to select all tables, so you can search them). You’ll find the option_name wp_user_roles (you could have gone there directly, but I find it easier to search). Click the edit button. Replace the option_value with the following:

    a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:9:"add_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}

    Click Go right below that. Now, for good measure, go back to the front of your database, go into wp_usermeta. Find your username id # by referencing it against your nickname. Now find the wp_capabilities entry with that user_id and edit it. Put in

    a:1:{s:13:"administrator";s:1:"1";}

    for the meta_value. Click Go. [This part of the process I found out from here, though note the meta_value value they use is different.]

    Why does this fix it? New capabilities were introduced in WP 3.0, I found out via this wiki entry. Somehow, it appears, custom user roles got screwed over because of this.

    Anyhow, so reset the user roles by following the instructions I wrote above and you should be good to go, have all your admin powers back. Make sure to check up on and other users you have (if you have any) after the whole thing to see if you need to change their role or anything.

    Also, I don’t know if custom user role plugins work properly with 3.0 yet, then. I don’t want to test for a bit, at least! Anybody braver right now, feel free to report.

    Aaaaand one more thing. The problem was somewhat caused by a custom role plugin, but one might think WordPress would gracefully handle adding new capabilities to the correct role or whatever. Anyway, not good. Bug report, then?

    I have a question since I have the same/similar problem. I only have one user, admin user, and when I login to wp in the dashboard I have no menus at all. When I tried a direct link to let’s say widgets it reported that I have no authorization.

    From your post I am not sure if you changed something for admin user or for custom user?

    Thread Starter wkor

    (@wkor)

    I actually didn’t have a role called ‘Administrator’ anymore (Grand Admin, rather…). So I changed stuff in the role description and also what my role was. Kind of resetting both with WP 3.0 values, if that makes sense.

    Sorry for the late reply, I wish there were email notifications here.

    Edit: just added this thread as a favorite and pulled it into Google Reader. I’ll keep up to speed now.

    Many many many thanks to wkor for the guidance.

    This wasn’t that simple for me!

    For starters, everything was never working because I had a WP_Object cache running, so any changes were still in memory – DOH!

    Eventually, after copying my custom user and usermeta table to where they *should* be, deleting the lines from wp-config.php and destroying the heck out of the custom tables to make sure they weren’t being used at all (I backed up… a lot)…

    I changed the {blog}_options table to have the new capabilities (*sniff* my custom capabilities gone – worth the sacrifice since they were a mess though).

    Then made a new admin and made that admin modify my other admins to be administrators (yeh, it’s stupid, but I’ve been having major problems getting my admins to log in again).

    Anyway, follow wkor’s advice with some slow careful steps, making sure you back-everything-the-heck-up. I was at it for a solid 2 hours with my admin account not being able to log in, having to make more accounts, modifying files in the admin to let myself temporarily back in… I’m over the moon my website is now normal and not a massive hack again. No custom tables. Nada. No hacks. All in one prefix. Beautiful.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Upgraded to 3.0; can’t access widget settings’ is closed to new replies.