<?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>emphess .NET &#187; Projects</title>
	<atom:link href="http://www.emphess.net/tag/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emphess.net</link>
	<description>Freshly Draught Code</description>
	<lastBuildDate>Fri, 11 Nov 2011 11:57:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Updating WordPress Plugins</title>
		<link>http://www.emphess.net/2010/01/14/updating-wordpress-plugins/</link>
		<comments>http://www.emphess.net/2010/01/14/updating-wordpress-plugins/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 12:10:55 +0000</pubDate>
		<dc:creator>Christoph Menge</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Automatic Update]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.emphess.net/?p=60</guid>
		<description><![CDATA[Automatic updates are great, especially for web applications. Apart from saving you some time, I believe they help to enhance security since updating is really easy if you just need to push a button. The &#8216;traditional&#8217; workflow involves backing up, finding and downloading the most recent (compatible) version from an external site, unzipping, uploading via [...]]]></description>
			<content:encoded><![CDATA[<p>Automatic updates are great, especially for web applications. Apart from saving you some time, I believe they help to enhance security since updating is really easy if you just need to push a button. The &#8216;traditional&#8217; workflow involves backing up, finding and downloading the most recent (compatible) version from an external site, unzipping, uploading via FTP, calling some update script, perhaps setting a maintenance mode, etc.</p>
<p>However, when using shared hosting there are some pitfalls. I just trapped into the &#8220;Unable to locate WordPress Content directory (wp-content).&#8221; error. Here&#8217;s what I did:<br />
My web hoster allows many FTP logins, so I created one especially for WordPress and set its ftp root to the WordPress root<br />
It seems that the error message is a little misleading, because it turned out that access to the temp-directory was the actual problem. In <a href="http://wordpress.org/support/topic/238738?replies=17#post-982487">this post</a>, user lightwolf posted a workaround:</p>
<pre class="brush: php">
putenv(&#039;TMPDIR=&#039; . ini_get(&#039;upload_tmp_dir&#039;));
</pre>
<p>Added to wp-config.php.</p>
<p>This fixed my problem.</p>
<div class="tweetthis" style="text-align:right;"><p> <a rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Updating+WordPress+Plugins+http%3A%2F%2Femphess.net%2F%3Fp%3D60" title="Post to Twitter"><img class="nothumb" src="http://www.emphess.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter2.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://delicious.com/post?url=http://www.emphess.net/2010/01/14/updating-wordpress-plugins/&amp;title=Updating+WordPress+Plugins" title="Post to Delicious"><img class="nothumb" src="http://www.emphess.net/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://www.emphess.net/2010/01/14/updating-wordpress-plugins/&amp;title=Updating+WordPress+Plugins" title="Post to Digg"><img class="nothumb" src="http://www.emphess.net/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://www.emphess.net/2010/01/14/updating-wordpress-plugins/&amp;t=Updating+WordPress+Plugins" title="Post to Facebook"><img class="nothumb" src="http://www.emphess.net/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.emphess.net/2010/01/14/updating-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

