<?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/topics/wordpress/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>The WordPress 3.0 Upgrade Was a Success</title>
		<link>http://www.simonbyholm.com/2010/the-wordpress-3-0-upgrade-was-a-success/</link>
		<comments>http://www.simonbyholm.com/2010/the-wordpress-3-0-upgrade-was-a-success/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 08:36:26 +0000</pubDate>
		<dc:creator>sbyholm</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[error message]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install wordpress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[upgrading]]></category>
		<category><![CDATA[wordpress 3]]></category>

		<guid isPermaLink="false">http://www.simonbyholm.com/?p=35</guid>
		<description><![CDATA[Finally after a couple of hours of work all four of my blogs have been upgraded to WordPress 3.0 and if feels good! Here&#8217;s what you need to watch out for when upgrading: Automatic Upgrade Glitches The automatic upgrade feature of WordPress does not work if your web host is running PHP in safe mode, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_45" class="wp-caption alignright" style="width: 230px"><a href="http://www.simonbyholm.com/wp-content/uploads/upset_computer_user4.png"><img class="size-full wp-image-45" title="Upgrading to WordPress 3.0" src="http://www.simonbyholm.com/wp-content/uploads/upset_computer_user4.png" alt="Upset Computer User Installing WordPress" width="220" height="115" /></a><p class="wp-caption-text">The stress of upgrading</p></div>
<p>Finally after a couple of hours of work all four of my blogs have been upgraded to WordPress 3.0 and if feels good!</p>
<p>Here&#8217;s what you need to watch out for when upgrading:</p>
<h2>Automatic Upgrade Glitches</h2>
<p>The automatic upgrade feature of WordPress does not work if your web host is running PHP in safe mode, you&#8217;ll get this error:</p>
<p><strong><span style="color: #808080;"><em>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 /home/sbyholm/domains/simonbyholm.com/public_html/wp-admin/includes/file.php  on line 184</em></span></strong></p>
<p><strong><em>Download failed.: Could not create Temporary file</em></strong></p>
<p><strong><em>Installation Failed</em></strong></p>
<p><span style="color: #808080;"><span style="color: #333333;">This issue is easily solved though. The problem is that WordPress can&#8217;t write to the /tmp folder because of the safe mode restrictions. The solution is to make a new /tmp folder inside you wp folder and make that writable.</span></span></p>
<ul>
<li><span style="color: #808080;"><span style="color: #333333;">Create a new folder /tmp inside you current blog folder</span></span></li>
<li><span style="color: #808080;"><span style="color: #333333;">Chmod the folder to 777 using either your control panel or FTP</span></span></li>
<li><span style="color: #808080;"><span style="color: #333333;">Add a line to wp-config.php telling wordpress where the new /tmp is located</span></span></li>
</ul>
<pre>define('WP_TEMP_DIR','/full/path/to/tmp');
</pre>
<p>After doing this you can run the automatic upgrade inside the WordPress dashboard of your blog</p>
<h2>Plugins Not Working</h2>
<p>On one of my blogs I had several SEO and other plugins running and this brought some problems when upgrading.</p>
<p>After upgrading WordPress from 2.2.2 to 3.0 and upgrading all plugins using the automatic update after upgrading wordpress&#8230; some of the plugins was showing up as both the old version (which was running) and the new version which was disabled.</p>
<p>I had to manually click deactivate, delete on the old plugin versions and then activate the new versions.</p>
<p>Another thing with the plugins was that many of the wasn&#8217;t visible after the upgrade but required that I go into the admin panel and drag some widgets onto the blog to see them again.</p>
<h2>Theme Troubles</h2>
<p>I just had to forget about using the old default theme, it threw errors in the single post view. I switched to the new Twenty Ten which is really nice looking but where I&#8217;ll have to adjust the margins to some of the images in my posts. The margins in Twenty Ten is just too narrow.</p>
<p>Strangely the homemade themes I have hacked from the old default theme continue to work with WordPress 3.0 and still looks as ugly as ever <img src='http://www.simonbyholm.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2>Why You Should Upgrade to WordPress 3.0</h2>
<p>I like the look and feel of WordPress 3.0 and it&#8217;s probably a good idea to upgrade your blogs as soon as possible. Especially if you use the old default theme the new Twenty Ten is a lot more inviting and readable.</p>
<p>Just remember to <a href="http://codex.wordpress.org/WordPress_Backups">backup your database and your site</a> before the upgrade!</p>
<p>And if you didn&#8217;t notice this blog is now running WordPress 3.0, I think you have to look at the dashboard to see the difference the theme looks the same to me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonbyholm.com/2010/the-wordpress-3-0-upgrade-was-a-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

