<?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>Andy McDonald &#187; IIS7</title>
	<atom:link href="http://www.andymcdonald.co.uk/category/iis7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andymcdonald.co.uk</link>
	<description>IT Contractor and Junior Football Coach</description>
	<lastBuildDate>Fri, 10 Jun 2011 09:08:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Uploads folder for Wordpress installed on II7 with PHP 5</title>
		<link>http://www.andymcdonald.co.uk/2009/10/23/uploads-folder-for-wordpress-installed-on-ii7-with-php-5/</link>
		<comments>http://www.andymcdonald.co.uk/2009/10/23/uploads-folder-for-wordpress-installed-on-ii7-with-php-5/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 22:54:22 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[IIS7]]></category>
		<category><![CDATA[PHP 5.3]]></category>
		<category><![CDATA[Windows 2008 Web Edition]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.andymcdonald.co.uk/?p=205</guid>
		<description><![CDATA[I was having trouble with the uploads folder for Wordpress.
When I was trying this I had the following configuration

Wordpress 2.8.4
IIS7
Windows 2008 Web Edition
PHP 5.3

When trying to upload a file I was getting the following error :- Incompatible archive: PCLZIP_ERR_READ_OPEN_FAIL (-2) : Unable to read archive &#8216;C:\Windows\TEMP\/wordpress-2.8.5.zip&#8217;
to fix this I added the following permissions.

c:\windows temp &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>I was having trouble with the uploads folder for Wordpress.</p>
<p>When I was trying this I had the following configuration</p>
<ul>
<li>Wordpress 2.8.4</li>
<li>IIS7</li>
<li>Windows 2008 Web Edition</li>
<li>PHP 5.3</li>
</ul>
<p>When trying to upload a file I was getting the following error :- Incompatible archive: PCLZIP_ERR_READ_OPEN_FAIL (-2) : Unable to read archive &#8216;C:\Windows\TEMP\/wordpress-2.8.5.zip&#8217;</p>
<p>to fix this I added the following permissions.</p>
<ul>
<li>c:\windows temp &#8211; add IUSR and give modify permissions</li>
<li>c:\windows temp &#8211; add IIS_IUSRS and give modify permissions</li>
</ul>
<p>I was then getting an error saying it could download the upgrade but did not have permissions to delete the plugin.</p>
<ul>
<li>\wp-content\plugins &#8211; grant modify permission for the IUSR account.</li>
</ul>
<p>After doing this the upgrades of plugins worked fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andymcdonald.co.uk/2009/10/23/uploads-folder-for-wordpress-installed-on-ii7-with-php-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

