<?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; upgrading</title>
	<atom:link href="http://www.simonbyholm.com/tags/upgrading/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>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>
		<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>

