<?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>Daniel Hepper &#187; wordpress</title>
	<atom:link href="http://daniel.hepper.net/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://daniel.hepper.net/blog</link>
	<description>Random geeky stuff</description>
	<lastBuildDate>Fri, 09 Jul 2010 08:57:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Automatic plugin update problem in Wordpress 2.8.x</title>
		<link>http://daniel.hepper.net/blog/2009/09/automatic-plugin-update-problem-in-wordpress-2-8-x/</link>
		<comments>http://daniel.hepper.net/blog/2009/09/automatic-plugin-update-problem-in-wordpress-2-8-x/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 20:15:13 +0000</pubDate>
		<dc:creator>Daniel Hepper</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://daniel.hepper.net/blog/?p=115</guid>
		<description><![CDATA[After upgrading Wordpress to the current version, I could no longer automatically update plugins. This is the error message I got:
Downloading update from http://downloads.wordpress.org/plugin/xxx.zip.
Unpacking the update.
Warning:  unlink(/&#8230;/wp-content/upgrade/xxx.zip) [function.unlink]: No such file or directory in /&#8230;/wp-admin/includes/class-wp-upgrader.php on line 146
Incompatible archive PCLZIP_ERR_MISSING_FILE (-4) : Missing archive file &#8216;/&#8230;/wp-content/upgrade/wp-syntax.0.9.8.zip&#8217;
After digging through the forums I found a solution [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading Wordpress to the current version, I could no longer automatically update plugins. This is the error message I got:</p>
<blockquote><p>Downloading update from <span>http://downloads.wordpress.org/plugin/xxx.zip</span>.</p>
<p>Unpacking the update.<br />
<strong>Warning</strong>:  unlink(/&#8230;/wp-content/upgrade/xxx.zip) [<a href="function.unlink">function.unlink</a>]: No such file or directory in <strong>/&#8230;/wp-admin/includes/class-wp-upgrader.php</strong> on line <strong>146</strong></p>
<p>Incompatible archive PCLZIP_ERR_MISSING_FILE (-4) : Missing archive file &#8216;/&#8230;/wp-content/upgrade/wp-syntax.0.9.8.zip&#8217;</p></blockquote>
<p>After digging through the forums I found a <a href="http://wordpress.org/support/topic/278788?replies=20#post-1133939">solution to the plugin autoupdate problem in the Wordpress Support forum</a>.</p>
<p>Open the file wp-config.php in the root directory of your Wordpress installation and remove the definition of the WP_TEMP_DIR variable, i.e. a line that looks like this</p>
<pre>define('WP_TEMP_DIR', ABSPATH . "wp-content/upgrade");</pre>
]]></content:encoded>
			<wfw:commentRss>http://daniel.hepper.net/blog/2009/09/automatic-plugin-update-problem-in-wordpress-2-8-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
