Support » Fixing WordPress » “You Don’t Have Permission To Do That” – Can’t delete posts/categories

  • Resolved ecetim

    (@ecetim)


    I signed up for a new hosting provider and used Fantastico to install WP 2.0.6. I then followed the upgrade instructions to move up to 2.1.

    If I try to delete a post under the “Manage” tab, it says “You do not have permission to do that.” Same if I try to add a category.

    I am the only user setup on this blog and I am an Administrator.

    I have changed the CHMOD permissions to allow anyone to write/read/execute my entire wp folder.

    Other people ran into this problem in the past, but none of the tips I found have helped. Here are the links I found relating to this:

    http://en.forums.wordpress.com/topic.php?id=1041&page=2&replies=48

Viewing 15 replies - 31 through 45 (of 54 total)
  • Same problem with 2.1.3. It appears that this bug has been set to milestone at 2.2. What do we do until then??

    Phew, so glad I found this post. I logged into my blog as the administrator and noticed that I could not delete anything. I kept getting the “You Don’t Have Permission To Do That” msg.

    After disabling javascript, I could moderate properly with in my WP admin. This really stinks to have to disable javascript to do anything in the admin everytime.

    I suspect the issue is due to the installation of the AjaxWp plugin (An AJAX enhancement for WordPress blogs).

    http://www.giannim.com/blog/index.php?page_id=13

    From what I have read in this post, sounds like WP is not happy with certain plugins.

    Hi,

    I just want to notify that in version 2.2 it’s the same problem…can’t create new categories and users, and shows the message that i’m not authorized…

    A parcial solution is use the plugin to manage categories, create all you want there and then deactivate.

    Hi,

    I’m on wordpress 2.2 and I’m having the same problem as you people. Any solution?

    new install of 2.2 and I can’t delete categories, please fix or this software is just useless.

    when you experienc this after installing 2.2 this could be a mod_security problem. it is related to http://wordpress.org/support/topic/117993?replies=26

    I got a 403 error on admin-ajax.php and index.php so I have placed a .htaccess in the wp-admin directory with

    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>

    I’ve had this problem too… but I also found a solution to my problem.

    I’ve got a WordPress installation on a server at an ISP that works fine.

    I then installed wordpress on my own server (running OpenSuSE 10.2), and got the problem not being able to do things like deleting posts and creating categories. Instead I just got the “You Don’t Have Permission To Do That” message.

    I’ve been using a couple of hours debugging, and found that if I uninstall the PHP5-suhosin extension the problem disappears.

    I know it isn’t the best solution to the problem, especially if you want to (need to) use the suhosin extension – but it works.

    It seems that this problem is still occuring. I just instealled a fresh wordpress via fantastico, on a different server, and it seems to be giving me the problem described here…

    Deactivated all my plugins, tried everything in every thread/post, still nothing.

    This is no small problem.

    I guess WordPress can’t/won’t fix it.

    Time to move on to other software, WordPress’s days are over.

    Anyone who is having this problem with 2.2 doing that also, as I am, you can
    go to “Manage”.
    Next select the post you want to delete and click “Edit” next to the post
    and go to the bottom of the page and click “Delete This Post”. Thats the only solution I have for it.

    The solution was (for me) that I was using my old prototype.js (in /wp-includes/js/) that I got when I implemented lightbox.

    Solution:
    Replace the lightbox-version of prototype.js (~47 k in size) with the one from wordpress (~71 k in size) and deleting will work (and lightbox still works too).

    /j

    I do the same thing missbri does in multiple places. I get the the now famous “You don’t have permission to do that” on just about everything I try to delete. But if I edit the thing I want to get rid of and use the “Delete this type” button at the bootom of the edit page it works fine and dandy. Running WP 2.2.1 installed via Fantastico hosted on Electric Kitten.

    Same problem here….anything definitive?

    Thread Starter ecetim

    (@ecetim)

    I think the final solution is as was posted earlier in this thread:
    http://trac.wordpress.org/ticket/3807

    I am setting this thread as solved, as this fix seems to have worked for everyone here including myself.

    Not quite resolved. I have a closely related problem, and it is identical except that I don’t see a “You don’t have permission to do that” message. I just got the main admin page thrown onto my screen. A screenshot of a failed autosave ajax call:

    http://www.simonlife.com/media/wp-autosave-error.jpg

Viewing 15 replies - 31 through 45 (of 54 total)
  • The topic ‘“You Don’t Have Permission To Do That” – Can’t delete posts/categories’ is closed to new replies.