• Resolved brandy20

    (@brandy20)


    Hello, I run a brand new blog, at the moment no comments on my posts, but when I try to access the comments link on the dashboard I have the message: You do not have sufficient permissions to access this page.

    Anybody can help?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Moderator James Huff

    (@macmanx)

    It sounds like your account may have lost admin privileges for some reason.

    Access your database via phpMyAdmin (most hosting providers offer this in their control panel), go to the wp_users table and find the row for your user_login . Note the ID of this row. Now, go to the wp_usermeta table and find the wp_capabilities row for your user_id . Set the value of this row to a:1:{s:13:"administrator";b:1;}

    Thread Starter brandy20

    (@brandy20)

    Thank you James, it’s the only link with the problem , the rest works fine. I’ll try that.

    Luca

    Thread Starter brandy20

    (@brandy20)

    James, I went to phpMyAdmin and took a look at wp_paqa2e_capabilities and this is what I found:

    a:1:{s:13:”administrator”;s:1:”1″;}

    I didn’t touch anything since I’m new to this stuff.

    Tks, Luca

    Moderator James Huff

    (@macmanx)

    That should be okay, but it wouldn’t hurt to change it to a:1:{s:13:"administrator";b:1;} just to be sure. You can always change it back if it blows up even further. ??

    Thread Starter brandy20

    (@brandy20)

    Thank you, now I have a big issue: I accidentally change the password to access the phpMyAdmin and now when I try to connect to the dashboard I get

    Error establishing a database connection

    How can I fix that?

    Tks again, Luca

    Thread Starter brandy20

    (@brandy20)

    Problem fixed through wp-config.php file in my wordpress directory

    Thread Starter brandy20

    (@brandy20)

    James,even with your changes I’ve got the same problem, but only for comments

    Moderator James Huff

    (@macmanx)

    Well, I suppose it could be a plugin issue.

    Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Thread Starter brandy20

    (@brandy20)

    The guilty was finally found. It was the Intense Debate plugin. Now everything works fine. Thank you for your precious help James!

    Luca

    Moderator James Huff

    (@macmanx)

    You’re welcome!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Comment permissions’ is closed to new replies.