[wp-trac] Re: [WordPress Trac] #6844: Updated to 2.5.1 - Can't
save/publish new posts
WordPress Trac
wp-trac at lists.automattic.com
Wed Apr 30 02:24:47 GMT 2008
#6844: Updated to 2.5.1 - Can't save/publish new posts
--------------------------------------+-------------------------------------
Reporter: ZeusII | Owner: anonymous
Type: defect | Status: reopened
Priority: normal | Milestone:
Component: Administration | Version: 2.5.1
Severity: normal | Resolution:
Keywords: new post, administration |
--------------------------------------+-------------------------------------
Comment (by intoxination):
The problem in MU is different. I just attached a patch on MU's track for
that problem:
http://trac.mu.wordpress.org/ticket/610
Something you might want to do is view the source on the write post page
and see what the autosaveinterval is set at:
{{{
<script type='text/javascript'>
/* <![CDATA[ */
autosaveL10n = {
autosaveInterval: "AUTOSAVE_INTERVAL",
previewPageText: "Preview this Page",
previewPostText: "Preview this Post",
requestFile: "http://crooks.ath.cx/wp-admin/admin-
ajax.php",
savingText: "Saving Draft…"
}
/* ]]> */
</script>
}}}
That's the output from MU and as you can see the constant for
AUTOSAVE_INTERVAL wasn't set in wp-settings, so it echoed out the constant
name. Perhaps your wp-settings.php file didn't overwrite when you
upgraded?
--
Ticket URL: <http://trac.wordpress.org/ticket/6844#comment:18>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list