<?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; error</title>
	<atom:link href="http://www.simonbyholm.com/tags/error/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>
		<item>
		<title>Before I Upgrade to WordPress 3.0</title>
		<link>http://www.simonbyholm.com/2010/before-i-upgrade-to-wordpress-3-0/</link>
		<comments>http://www.simonbyholm.com/2010/before-i-upgrade-to-wordpress-3-0/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 18:49:52 +0000</pubDate>
		<dc:creator>sbyholm</dc:creator>
				<category><![CDATA[Experiences]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error message]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[upgrading]]></category>
		<category><![CDATA[webmasters]]></category>
		<category><![CDATA[wordpress 3]]></category>

		<guid isPermaLink="false">http://www.simonbyholm.com/?p=29</guid>
		<description><![CDATA[My experience installing Wordpress 3.0 on two of my older blogs, not without challenges with the plugins.]]></description>
			<content:encoded><![CDATA[<p>This is me moments before I&#8217;m converting this blog to WP 3.0&#8230; let&#8217;s hope I don&#8217;t destroy anything, let&#8217;s hope the backups are ok and lets hope my <a href="http://www.woothemes.com/amember/go.php?r=22625&amp;i=l0">Woo theme</a> still works with after the move to WP3.</p>
<p>I have already moved two older blogs to the new platform, old WP installs with no auto-update function. The first one went fine and even my own <a href="http://www.byholm.com/blog/">super hacked and ugly theme</a> still works and is exactly as ugly after the upgrade as before.</p>
<p>The second upgrade was also on an old 2.2.2 install but this time I had to face some challenges. Install went find but upgrading the plugins gave this error:</p>
<pre>Warning: touch() [function.touch]: SAFE MODE Restriction in
effect. The script whose uid is  is not allowed to access /tmp
owned by uid 0 in /path_to_wordpress/wp-admin/includes/file.php
on line 198
 
Download failed. Could not create temporary file.
</pre>
<p>With no plugins upgraded&#8230; now what?</p>
<p id="name-text" class="art-Logo-name">Easy:<a href="http://www.khattam.info/2010/06/20/solved-warning-touch-function-touch-safe-mode-restriction-in-effect-the-script-whose-uid-is-is-not-allowed-to-access-tmp-owned-by-uid-0-in-full_pathwp-adminincludesfile-php-on-line-198/"> The _khAttAm_ blog already solved the problem for me</a>, I just skipped the owner part, made a chmod 777 /tmp folder inside the wp folder, updated wp-config.php according to the instructions and that&#8217;s it.</p>
<p class="art-Logo-name">Ok now with plugins updated I noticed that some of the plugins had both an old version, that was activated, and a new version that was inactive. I had to manually delete the old versions for 3 plugins and activate the new one&#8230; strange.</p>
<p class="art-Logo-name">Next issue (how many are there) is that the old default wordpress theme throws an error with WordPress 3.0.  In single post view, the post is followed by this error:</p>
<p class="art-Logo-name"><strong>Fatal error</strong>:  Call to undefined function the_terms2posts() in <strong>/home/sbyholm/domains/milesgallon.com/public_html/blog/wp-content/themes/default/single.php</strong> on line <strong>19</strong></p>
<p class="art-Logo-name">I think it might be a plugin for related posts that doesn&#8217;t support 3.0&#8230; maybe&#8230; I&#8217;ll use the new Twenty Ten Theme instead&#8230; but that one does not support all the plugins I have installed&#8230; bad&#8230;.</p>
<p class="art-Logo-name">Anyway Twenty Ten has a clean and nice look and I&#8217;ll stick with that, have to check for new plugins that support 3.0</p>
<p class="art-Logo-name">Now I&#8217;ll just have to check that the <a href="http://www.woothemes.com/amember/go.php?r=22625&amp;i=l0">Woo Themes</a> support 3.0 before updating this blog, I&#8217;ll make a new post on the other side.</p>
<p class="art-Logo-name"><strong><br />
</strong></p>
<p class="art-Logo-name">
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 231px; width: 1px; height: 1px; overflow: hidden;">
<h1 id="name-text" class="art-Logo-name"><a href="http://www.khattam.info/">The _khAttAm_ blog</a></h1>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.simonbyholm.com/2010/before-i-upgrade-to-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

