<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; wordpress bug</title>
	<atom:link href="http://www.ghacks.net/tag/wordpress-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 14:38:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress: Your attempt to edit this post has failed</title>
		<link>http://www.ghacks.net/2009/02/02/wordpress-your-attempt-to-edit-this-post-has-failed/</link>
		<comments>http://www.ghacks.net/2009/02/02/wordpress-your-attempt-to-edit-this-post-has-failed/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 20:45:37 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress autosave]]></category>
		<category><![CDATA[wordpress blog]]></category>
		<category><![CDATA[wordpress bug]]></category>
		<category><![CDATA[wordpress error]]></category>
		<category><![CDATA[wordpress tip]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10296</guid>
		<description><![CDATA[There are usually two areas that can cause problems and errors in a Wordpress blog. The first are plugins that produce incompatibilities or display errors while the second are problems after updates of the blog software itself. 
There have been some problematic messages occasionally when trying to publish posts lately. The error message Your attempt [...]]]></description>
			<content:encoded><![CDATA[<p>There are usually two areas that can cause problems and errors in a Wordpress blog. The first are plugins that produce incompatibilities or display errors while the second are problems after updates of the blog software itself. </p>
<p>There have been some problematic messages occasionally when trying to publish posts lately. The error message Your attempt to edit this post [..] has failed appeared occasionally after upgrading to Wordpress 2.7. Wordpress was not able to publish the article which was bad enough but the underlying problem was that all work up to the point of the last auto save was lost as well.</p>
<p>This usually meant that the tags, categories and other last minute edits (like urls) were missing from the posts and had to be added again. The second edit and publishing always succeeded without difficulties.</p>
<p><span id="more-10296"></span>The first thought was that this could have something to do with the automatic saves of posts before publishing. A quick research on the Wordpress support forum seemed to confirm that.</p>
<p>The fix is apparently the following:</p>
<p>Locate the file post-new.php in the wp-admin folder of the Wordpress installation. Find the following line in that file <code>wp_enqueue_script('autosave');</code> and replace it with <code>//wp_enqueue_script('autosave');</code>.</p>
<p>The // in front of the row make the entire row a comment which essentially means that the command will not be executed. This will practically disable auto save during post publishing meaning that you will hacve to click on the Save Draft button before you leave an unfinished post page.</p>

	Tags: <a href="http://www.ghacks.net/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://www.ghacks.net/tag/wordpress/" title="wordpress" rel="tag">wordpress</a>, <a href="http://www.ghacks.net/tag/wordpress-autosave/" title="wordpress autosave" rel="tag">wordpress autosave</a>, <a href="http://www.ghacks.net/tag/wordpress-blog/" title="wordpress blog" rel="tag">wordpress blog</a>, <a href="http://www.ghacks.net/tag/wordpress-bug/" title="wordpress bug" rel="tag">wordpress bug</a>, <a href="http://www.ghacks.net/tag/wordpress-error/" title="wordpress error" rel="tag">wordpress error</a>, <a href="http://www.ghacks.net/tag/wordpress-tip/" title="wordpress tip" rel="tag">wordpress tip</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/08/wordpress-blogs-create-custom-tag-pages/" title="Wordpress Blogs: Create Custom Tag Pages (April 8, 2009)">Wordpress Blogs: Create Custom Tag Pages</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/11/25/wordpress-265-security-update/" title="Wordpress 2.6.5 Security Update (November 25, 2008)">Wordpress 2.6.5 Security Update</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/11/02/flash-10-breaks-wordpress-flash-file-uploader/" title="Flash 10 Breaks Wordpress Flash File Uploader (November 2, 2008)">Flash 10 Breaks Wordpress Flash File Uploader</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/08/05/zoundry-raven-portable-blog-editor/" title="Zoundry Raven portable Blog Editor (August 5, 2008)">Zoundry Raven portable Blog Editor</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/08/11/wordpress-remote-admin-password-reset-vulnerability/" title="Wordpress Remote Admin Password Reset Vulnerability (August 11, 2009)">Wordpress Remote Admin Password Reset Vulnerability</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/02/wordpress-your-attempt-to-edit-this-post-has-failed/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Flash 10 Breaks Wordpress Flash File Uploader</title>
		<link>http://www.ghacks.net/2008/11/02/flash-10-breaks-wordpress-flash-file-uploader/</link>
		<comments>http://www.ghacks.net/2008/11/02/flash-10-breaks-wordpress-flash-file-uploader/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 23:20:39 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[adobe flash]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[flash 10]]></category>
		<category><![CDATA[flash bug]]></category>
		<category><![CDATA[flash uploader]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress bug]]></category>
		<category><![CDATA[wordpress images]]></category>
		<category><![CDATA[wordpress upload]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8004</guid>
		<description><![CDATA[I have been trying to use the default Wordpress Flash uploader for the last days only to find out that it did not work at all anymore after updating Flash to version 10. Clicking on the Choose Files To Upload button did not have any effect anymore. The only solution was to use the basic [...]]]></description>
			<content:encoded><![CDATA[<p>I have been trying to use the default Wordpress Flash uploader for the last days only to find out that it did not work at all anymore after updating Flash to version 10. Clicking on the Choose Files To Upload button did not have any effect anymore. The only solution was to use the basic browser uploader instead which only allowed to upload one image at a time; Not very useful for uploading multiple images.</p>
<p>The reason why the Flash uploader in Wordpress was not working anymore was that Adobe disabled the feature to open a file dialog for security reasons in Flash 10 which broke the SWFUpload script Wordpress was using.</p>
<p>A <a href="http://trac.wordpress.org/ticket/6979">ticket</a> was opened and is currently discussed over at Wordpress and a fix is assigned to Milestone 2.7 of Wordpress which aims for a release in 1-2 weeks. The best solution so far for Wordpress webmasters who use the Flash based image uploader regularly is to keep using Flash 9 for now and update to Flash 10 once the fix comes out.</p>
<p><span id="more-8004"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/adobe-flash/" title="adobe flash" rel="tag">adobe flash</a>, <a href="http://www.ghacks.net/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://www.ghacks.net/tag/blog-software/" title="blog software" rel="tag">blog software</a>, <a href="http://www.ghacks.net/tag/flash-10/" title="flash 10" rel="tag">flash 10</a>, <a href="http://www.ghacks.net/tag/flash-bug/" title="flash bug" rel="tag">flash bug</a>, <a href="http://www.ghacks.net/tag/flash-uploader/" title="flash uploader" rel="tag">flash uploader</a>, <a href="http://www.ghacks.net/tag/wordpress/" title="wordpress" rel="tag">wordpress</a>, <a href="http://www.ghacks.net/tag/wordpress-bug/" title="wordpress bug" rel="tag">wordpress bug</a>, <a href="http://www.ghacks.net/tag/wordpress-images/" title="wordpress images" rel="tag">wordpress images</a>, <a href="http://www.ghacks.net/tag/wordpress-upload/" title="wordpress upload" rel="tag">wordpress upload</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/02/02/wordpress-your-attempt-to-edit-this-post-has-failed/" title="Wordpress: Your attempt to edit this post has failed (February 2, 2009)">Wordpress: Your attempt to edit this post has failed</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/11/25/wordpress-265-security-update/" title="Wordpress 2.6.5 Security Update (November 25, 2008)">Wordpress 2.6.5 Security Update</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/04/25/wordpress-251-released/" title="Wordpress 2.5.1 released (April 25, 2008)">Wordpress 2.5.1 released</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/08/15/best-wordpress-plugins/" title="Best Wordpress Plugins (August 15, 2009)">Best Wordpress Plugins</a> (10)</li>
	<li><a href="http://www.ghacks.net/2008/08/05/zoundry-raven-portable-blog-editor/" title="Zoundry Raven portable Blog Editor (August 5, 2008)">Zoundry Raven portable Blog Editor</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/02/flash-10-breaks-wordpress-flash-file-uploader/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
