<?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>Simon&#039;s SEO Blog &#187; wordpress</title>
	<atom:link href="http://www.simonbyholm.com/tags/wordpress-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonbyholm.com</link>
	<description>The Software Engineer That Became an Internet Marketer</description>
	<lastBuildDate>Mon, 28 Nov 2011 19:20:36 +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>Fix Failed WP Plugin Installation In Safe Mode</title>
		<link>http://www.simonbyholm.com/2010/failed-plugin-install-safe-mode/</link>
		<comments>http://www.simonbyholm.com/2010/failed-plugin-install-safe-mode/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 19:52:01 +0000</pubDate>
		<dc:creator>sbyholm</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[tmp]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.simonbyholm.com/?p=49</guid>
		<description><![CDATA[When using the new auto plugin installer in WordPress it failed miserably with the following error message: Downloading install package from http://downloads.wordpress.org/plugin/addthis.1.6.6.zip… Warning: touch() [function.touch]: SAFE MODE Restriction in effect. The script whose uid is 587 is not allowed to access /tmp owned by uid 0 in /long-path/wp-admin/includes/file.php on line 199 Download failed. Could not [...]]]></description>
			<content:encoded><![CDATA[<p>When using the new auto plugin installer in WordPress it failed miserably with the following error message:</p>
<p>Downloading install package from http://downloads.wordpress.org/plugin/addthis.1.6.6.zip…<br />
<strong> </strong></p>
<p><strong>Warning</strong>:  touch() [function.touch]: SAFE MODE Restriction in effect.  The script whose uid is 587 is not allowed to access /tmp owned by uid 0 in <strong>/long-path/wp-admin/includes/file.php</strong> on line <strong>199</strong></p>
<p>Download failed. Could not create Temporary file.</p>
<h2>What to Do?</h2>
<p>After some searching I found a simple solution: Just create a new temporary folder in your web root (often called public_html) folder and point WordPress to this new folder.</p>
<h2>How Do I Change the /tmp Folder Then?</h2>
<p>That&#8217;s Easy!</p>
<p>Just add the following line to your wp-config.php</p>
<pre>define('WP_TEMP_DIR','/your_path/public_html/tmp');
</pre>
<p>And make sure to use the name of the folder where WordPress is installed or the root html folder. And also make sure you have created the tmp folder and chmod it to 777 before adding the define to wp-config.php</p>
<p>This is all there is to do, enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonbyholm.com/2010/failed-plugin-install-safe-mode/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

