juliohm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to make a post in WP 2.5…….Ok, finally figured out. WP’s autosave feature is messed up. I got it working after I disabled it.
Open up
/wp-admin/post-new.phpin your text editor and comment the linewp_enqueue_script('autosave');so that it looks like the following
//wp_enqueue_script('autosave');Save it. Done. Hope it helps other people out there.
Forum: Fixing WordPress
In reply to: Can’t Publish Pages or PostsOk, finally figured out. WP’s autosave feature is messed up. I got it working after I disabled it.
Open up /wp-admin/post-new.php in your text editor and comment the line
wp_enqueue_script('autosave');so that it looks like the following
//wp_enqueue_script('autosave');Save it. Done. Hope it helps other people out there.
Forum: Fixing WordPress
In reply to: Unable to make a post in WP 2.5…….I’m using firefox. But the same thing happens under IE7 (don’t have IE6 to try anymore).
Funny thing is that it happens on a fresh WP install. No plugins added whatsoever.
Forum: Fixing WordPress
In reply to: Can’t Publish Pages or PostsAnyone got through this? I’m getting this error from a fresh WP install. I can’t post anything. It keeps coming back with the message “Your attempt to edit this page/post: “whatever” has failed. Please try again.”.
Help, please.