Your attempt to edit this post has failed: Wordpress Fix

April 4, 2009 by: Ranjith

Wordpress error: Your attempt to edit this post: "abc" has failed. Please try again.

Have encounter this error in wordpress? If yes then here is the solution.

Here is the plugin which does the following things.

/*
Plugin Name: Your attempt Fix
Version: 1.0
Plugin URI: http://www.wordpress.org
Description: Fixes for "Your attempt to edit this post" bug in wordpress admin panel
Author URI: http://help2design.com
*/
function wp_27_adminpost_fix() {
wp_deregister_script('autosave');
wp_deregister_script('post');
wp_deregister_script('word-count');
}
add_action( 'wp_print_scripts', 'wp_27_adminpost_fix' );
 

Click here to Download this plugin. Activate the plugin and try to crete new pages. It will work fine!

Wordpress development company in Bangalore

Share/Bookmark:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Furl
  • StumbleUpon
  • Technorati
  • email
Similar posts:

Comments

4 Responses to “Your attempt to edit this post has failed: Wordpress Fix”
  1. miljack says:

    Hi , i have this problem on my host. I want download your fix but link don’t work. please help ;)

  2. pg says:

    This worked, but it made it so I couldn’t update the publish time. When I click on the “edit” link near “publish immediately, it won’t expand.

  3. dual says:

    works! ty

  4. Thank you!! Such an easy fix to an annoying problem. :)

Leave a Reply