• tdfangirl

    (@tdfangirl)


    I just updated to 3.1 and have discovered a weird error. When I’m writing a post, I get a message at the bottom of the text box saying that I do not have permission to do that. It doesn’t say what, exactly, “that” is, but I think it’s spawning the error when it tries to autosave the post. I can save posts as drafts fine, but it doesn’t seem to be autosaving.

    Here is a screenshot of the error: at Flickr

    I’ve checked my settings, and everything seems to be normal. I’m the admin of my blog, too, so it doesn’t seem likely that this is a permissions problem. I am using the User Roles Editor plugin, but autosaving isn’t an option controlled by that.

    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • esmi

    (@esmi)

    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 Twenty Ten 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.

    Raul Illana

    (@raulillana)

    If you’re locally, open your wp-config.php and search for this line:

    define('WP_DEBUG', false);

    Set to true:

    define('WP_DEBUG', true);

    This will output all the warnings, so you can catch the plugins failing easy and fast. Be careful if you’re on a live site.

    In my installs it’s caused by WPML, who went on a subscription only release updating.

    Hopes this helps. ??

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Do not have permission error when autosaving posts’ is closed to new replies.