<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Fixing &#8220;Missing a temporary folder&#8221; error on Wordpress 2.7 uploader</title>
	<atom:link href="http://www.dwightjack.com/diary/2009/01/04/fixing-missing-a-temporary-folder-error-on-wordpress-27-uploader/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dwightjack.com/diary/2009/01/04/fixing-missing-a-temporary-folder-error-on-wordpress-27-uploader/</link>
	<description>Diary of music, design and code</description>
	<lastBuildDate>Wed, 28 Jul 2010 19:36:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dwight Jack</title>
		<link>http://www.dwightjack.com/diary/2009/01/04/fixing-missing-a-temporary-folder-error-on-wordpress-27-uploader/comment-page-1/#comment-488</link>
		<dc:creator>Dwight Jack</dc:creator>
		<pubDate>Sat, 29 May 2010 15:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwightjack.com/diary/?p=73#comment-488</guid>
		<description>Well that problem seemed to be mostly related to WP 2.7. Since it&#039;s a server-side problem, do you have any additional info about your system?</description>
		<content:encoded><![CDATA[<p>Well that problem seemed to be mostly related to WP 2.7. Since it&#8217;s a server-side problem, do you have any additional info about your system?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.dwightjack.com/diary/2009/01/04/fixing-missing-a-temporary-folder-error-on-wordpress-27-uploader/comment-page-1/#comment-487</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 27 May 2010 21:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwightjack.com/diary/?p=73#comment-487</guid>
		<description>no, it`s not
I`m using WordPress 2.9.2. and it`s not working this way on I.E, Mozilla</description>
		<content:encoded><![CDATA[<p>no, it`s not<br />
I`m using WordPress 2.9.2. and it`s not working this way on I.E, Mozilla</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mandy</title>
		<link>http://www.dwightjack.com/diary/2009/01/04/fixing-missing-a-temporary-folder-error-on-wordpress-27-uploader/comment-page-1/#comment-486</link>
		<dc:creator>Mandy</dc:creator>
		<pubDate>Mon, 24 May 2010 14:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwightjack.com/diary/?p=73#comment-486</guid>
		<description>I added the first few lines to my .htaccess, so this is what I ended up with.



SecFilterEngine Off
SecFilterScanPOST Off


# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress</description>
		<content:encoded><![CDATA[<p>I added the first few lines to my .htaccess, so this is what I ended up with.</p>
<p>SecFilterEngine Off<br />
SecFilterScanPOST Off</p>
<p># BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p># END WordPress</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mandy</title>
		<link>http://www.dwightjack.com/diary/2009/01/04/fixing-missing-a-temporary-folder-error-on-wordpress-27-uploader/comment-page-1/#comment-485</link>
		<dc:creator>Mandy</dc:creator>
		<pubDate>Mon, 24 May 2010 14:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwightjack.com/diary/?p=73#comment-485</guid>
		<description>I added the first few lines to my .htaccess, so this is what I ended up with.


SecFilterEngine Off
SecFilterScanPOST Off


# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress

And it started working :)</description>
		<content:encoded><![CDATA[<p>I added the first few lines to my .htaccess, so this is what I ended up with.</p>
<p>SecFilterEngine Off<br />
SecFilterScanPOST Off</p>
<p># BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p># END WordPress</p>
<p>And it started working <img src='http://www.dwightjack.com/diary/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.dwightjack.com/diary/2009/01/04/fixing-missing-a-temporary-folder-error-on-wordpress-27-uploader/comment-page-1/#comment-477</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Thu, 08 Apr 2010 15:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwightjack.com/diary/?p=73#comment-477</guid>
		<description>I got the same error with my WP-powered blog (2.7V) and this is how I fixed mine: go to your dashboard:
SETTINGS--&gt; Miscellaneous
            Store uploads in this folder
            DELETE the word &quot;directory&quot;,
            thus, settings will be 
            default. So it will look like
            this [wp-content/uploads]. 
Before, it looks like this;
[directory/wp-content/uploads], just delete directory/. IT WORKS!</description>
		<content:encoded><![CDATA[<p>I got the same error with my WP-powered blog (2.7V) and this is how I fixed mine: go to your dashboard:<br />
SETTINGS&#8211;&gt; Miscellaneous<br />
            Store uploads in this folder<br />
            DELETE the word &#8220;directory&#8221;,<br />
            thus, settings will be<br />
            default. So it will look like<br />
            this [wp-content/uploads].<br />
Before, it looks like this;<br />
[directory/wp-content/uploads], just delete directory/. IT WORKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis</title>
		<link>http://www.dwightjack.com/diary/2009/01/04/fixing-missing-a-temporary-folder-error-on-wordpress-27-uploader/comment-page-1/#comment-464</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Fri, 19 Feb 2010 12:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwightjack.com/diary/?p=73#comment-464</guid>
		<description>Thanks guys.  An upgrade to php 5 fixed my problem too.</description>
		<content:encoded><![CDATA[<p>Thanks guys.  An upgrade to php 5 fixed my problem too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rosie</title>
		<link>http://www.dwightjack.com/diary/2009/01/04/fixing-missing-a-temporary-folder-error-on-wordpress-27-uploader/comment-page-1/#comment-461</link>
		<dc:creator>rosie</dc:creator>
		<pubDate>Mon, 08 Feb 2010 18:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwightjack.com/diary/?p=73#comment-461</guid>
		<description>I also had this issue. I checked my web hosting and I was running with  php version 4. The upgraded wordpress recommended version php 4.2 and above. Once I had moved to version php 5 this problem was resolved.</description>
		<content:encoded><![CDATA[<p>I also had this issue. I checked my web hosting and I was running with  php version 4. The upgraded wordpress recommended version php 4.2 and above. Once I had moved to version php 5 this problem was resolved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neill Jones</title>
		<link>http://www.dwightjack.com/diary/2009/01/04/fixing-missing-a-temporary-folder-error-on-wordpress-27-uploader/comment-page-1/#comment-458</link>
		<dc:creator>Neill Jones</dc:creator>
		<pubDate>Fri, 29 Jan 2010 00:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwightjack.com/diary/?p=73#comment-458</guid>
		<description>Just a small point ...

I changed the temp directory to /tmp which is available on some (if not all??) linux systems. So long as Apache has rw access to it it should work too. That way you don&#039;t have to have a temporary directory added to your home directory.

Cheers

Neill</description>
		<content:encoded><![CDATA[<p>Just a small point &#8230;</p>
<p>I changed the temp directory to /tmp which is available on some (if not all??) linux systems. So long as Apache has rw access to it it should work too. That way you don&#8217;t have to have a temporary directory added to your home directory.</p>
<p>Cheers</p>
<p>Neill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-09-10 at adam hoyle presents suckmypixel</title>
		<link>http://www.dwightjack.com/diary/2009/01/04/fixing-missing-a-temporary-folder-error-on-wordpress-27-uploader/comment-page-1/#comment-327</link>
		<dc:creator>links for 2009-09-10 at adam hoyle presents suckmypixel</dc:creator>
		<pubDate>Thu, 10 Sep 2009 12:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwightjack.com/diary/?p=73#comment-327</guid>
		<description>[...] Fixing “Missing a temporary folder” error on Wordpress 2.7 uploader :: Dwight Jack Diary (tags: wordpress php workaround apache bug) [...]</description>
		<content:encoded><![CDATA[<p>[...] Fixing “Missing a temporary folder” error on Wordpress 2.7 uploader :: Dwight Jack Diary (tags: wordpress php workaround apache bug) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jestin</title>
		<link>http://www.dwightjack.com/diary/2009/01/04/fixing-missing-a-temporary-folder-error-on-wordpress-27-uploader/comment-page-1/#comment-274</link>
		<dc:creator>Jestin</dc:creator>
		<pubDate>Thu, 30 Jul 2009 11:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dwightjack.com/diary/?p=73#comment-274</guid>
		<description>Thks dud....
it help and o was able to rectify my trouble!

Thank U again ;)</description>
		<content:encoded><![CDATA[<p>Thks dud&#8230;.<br />
it help and o was able to rectify my trouble!</p>
<p>Thank U again <img src='http://www.dwightjack.com/diary/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
