<?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>Wordpress @ Ralf Engel dot Com &#187; MU Installation</title>
	<atom:link href="http://wordpress.ralfengel.com/category/mu-installation/feed" rel="self" type="application/rss+xml" />
	<link>http://wordpress.ralfengel.com</link>
	<description>Wordpress and Wordpress Multi User (MU) Tips and Tricks</description>
	<lastBuildDate>Thu, 27 Oct 2011 20:45:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress MU Installation (dirty)</title>
		<link>http://wordpress.ralfengel.com/mu-installation/wordpress-mu-installation-dirty</link>
		<comments>http://wordpress.ralfengel.com/mu-installation/wordpress-mu-installation-dirty#comments</comments>
		<pubDate>Fri, 20 Feb 2009 09:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MU Installation]]></category>
		<category><![CDATA[WPMU]]></category>
		<category><![CDATA[WPMU bugs]]></category>
		<category><![CDATA[WPMU installation]]></category>

		<guid isPermaLink="false">http://wordpress.ralfengel.com/?p=26</guid>
		<description><![CDATA[So you decided to go from WordPress to WordPress MU (multiuser). Tired of having to maintain several individual blogs, upgrading each one at a time, maintaining all the plugins up to date? I was, too. So I started googling and tried to figure out how WordPress MU can help me AND if I can run [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>So you decided to go from WordPress to WordPress MU (multiuser). Tired of having to maintain several individual blogs, upgrading each one at a time, maintaining all the plugins up to date? I was, too. So I started googling and tried to figure out how WordPress MU can help me AND if I can run WordPress MU on my server without loosing my existing posts and other data.</p>
<p>In this post I will only discuss issues not mentioned in the readme.txt file that came along with WPMU and I will add some information to certain subjects, where I found easier ways to do the job.</p>
<p>If you are hosted on a free server you will not be able to use WordPress MU.<br />
Here is the list of minimum requirements for WordPress MU to work correctly on your server:</p>
<p><strong>
<ul>
1. Backup Backup Backup<br />
2. Apache mod-rewrite on<br />
3. Virtual Host or CNames capability<br />
4. chmod 777 for root directory<br />
5. MySQL database<br />
6. PHP 4 (5) support<br />
7. Importing posts comment data</ul>
<p></strong></p>
<p><strong>1. Backup Backup Backup</strong><br />
A dirty installation from WordPress to WordPress MU means that we do have lots of posts and comments in an existing database! Back it up!!!! Go to your MySQL control panel and download the whole thing to your machine. Further do an export within WordPress. Double security!<br />
Keep them in a save place, you will need them to re-integrate your data into WordPress MU later on.</p>
<p><strong>2. Apache</strong><br />
Apache must be configured so that mod_rewrite works. If you were using WordPress before on your server and you used &#8220;nice url&#8217;s&#8221; then you are good to go. If you don&#8217;t contact your host and ask them to activate mod-rewrite for you. On my server <a href="hostloco.com" rel="nofollow" >Hostloco</a> mod-rewrite was active upon &#8220;delivery&#8221;.</p>
<p><strong>3. Virtual Host or CNames</strong><br />
Your virtual host may not be activated, no big deal, there is a way to get to use WordPress MU on a server without virtual host. What you do need in this case is CNames. Before creating a new blog as a subdomain (e.g.: main domain here is http://ralfengel.com subdomain url to blog is http://wordpress.ralfengel.com) that does only exist virtually, no need to create this subdomain, just add a CName on your web host control panel like this: wordpress.ralfengel.com , then create your new blog in the WPMU control panel. This worked fine for me.</p>
<p><strong>4. Chmod to 777</strong><br />
After uploading all the new WordPress MU files <strong>(WITHOUT TOUCHING THE wp-config-sample.php!!!!!!!!!!!!!!)</strong>, call the index.php file on your domain in your web browser to initialize the installation. You may read a warning message on the bottom to change specific directories to chmod 777. Use <a href="http://filezilla-project.org/download.php" rel="nofollow" >FileZilla </a>(Free FTP program) to set these permissions. If the chmod for the root directory is to be changed you may need to contact your host, since (at least in my case) FileZilla didn&#8217;t seem to be able to change the values chmod for the root directory. </p>
<p>If everything went right you should now be able to fill out the installation sheet, index.php with the database information needed. After saving your new &#8211; empty &#8211; blog should load in the window.</p>
<p><strong>5. MySQL Database</strong><br />
Not much to say here, create one, create a user, and you are ready.</p>
<p><strong>6. PHP</strong><br />
Usually the servers today are set to PHP 4 and can be set to PHP 5. My installation of WPMU works fine with PHP 4, but I did find a plugin asking for PHP 5, so I just changed it in the PHP permissions and preferences in the hosts control panel.</p>
<p><strong>7. Importing posts comment data</strong><br />
Since I did a &#8220;dirty&#8221; installation, I have a backup.xml file on my hands, which contains all the data from my MySQL database. I used the WordPress Export function file. It was huge. 370 posts, 1200 categories, 180 comments and so on made it a pumped up 3,8 MB.<br />
Wordpress MU may &#8211; will &#8211; can &#8211; not import this size of file using the WordPress Import function (I don&#8217;t know why, just know that it doesn&#8217;t work).<br />
You will need a html editing program to break this file into bits, hehe!!<br />
I used <a href="http://software.visicommedia.com/en/products/acehtmlfreeware/" rel="nofollow" >ACE HTML Freeware</a> to do the job. It is somewhat nifty to do, especially because this is a heavy file, takes a while for it to load, and the tab switching is slow, too. You&#8217;ll need patience to do it. </p>
<p>Find the very first &#60;item&gt; entry using the &#8211; edit &#8211; find&#8230; &#8211; function.<br />
Copy everything from the beginning until just before the &#60;item&gt; and paste it into a new xml file tab.<br />
Copy this:<br />
&#60;/item&gt;<br />
&#60;/channel&gt;<br />
&#60;/rss&gt;<br />
And paste it below the &#8220;header&#8221; of the file.</p>
<p>If your xml backup file is 4mb of size, then you will have to create 4 files, since I&#8217;ve noticed that WPMU will not import anything bigger than some 1.4MB of file size.<br />
Use the right scroll bar button to judge more or less 4 visual divisions of the file. Cut each data segment out including &#60;item&gt; and &#60;/item&gt; and paste it in your new header &#8211; footer file.<br />
Save it and repeat this till done. My files ranged from between 900KB and 1.2MB, the latter already starting to cause trouble when importing. I had to repeat import 2-3 times for the bigger files, so try and keep the file size low, maybe that helps.</p>
<p>I hope everything will go well for you on this task. I did run into some trouble after having done all the above. See my <a href="http://wordpress.ralfengel.com/mu-installation/upgrade-from-wordpress-27-to-wordpress-mu-265">Upgrade Issues</a> Post for more.</p>
<p><!--Youtube Video Ads--></p>
<div align="center">
<p><a href="http://wordpress.ralfengel.com/mu-installation/wordpress-mu-installation-dirty"><img src="http://img.youtube.com/vi/vjVQa1PpcFMXWdZM9inA6yfZRgdRftxBNW9iPtN5I38=/default.jpg" width="130" height="97" border=0></a></p>
</div>
<p><!--End--></p>
<p><!--Related Posts--><br />
</p>
<div align="center">
<b><font size="4">Possibly Related Posts</font></b><br />
&nbsp;</td>
</div>
<p><!--End--><br />
<!--Tags--><br />
</p>
<div align="center">
<font size="2"><p>Tags: <a href="http://ralfengel.com/index.php?s=WPMU" rel="tag"> WPMU</a>, <a href="http://ralfengel.com/index.php?s=WPMU+installation" rel="tag"> WPMU installation</a>, <a href="http://ralfengel.com/index.php?s=WPMU+bugs" rel="tag"> WPMU bugs</a></p></font>
</div>
<p><!--End--></p>
<h4>Incoming search terms:</h4><ul><li><a href="http://wordpress.ralfengel.com/mu-installation/wordpress-mu-installation-dirty" title="enwheeling this is a wordpress mu powered site site news">enwheeling this is a wordpress mu powered site site news</a></li></ul><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d26').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d26" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=WordPress+MU+Installation+%28dirty%29&amp;Description=WordPress+MU+Installation+%28dirty%29&amp;Url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=WordPress+MU+Installation+%28dirty%29&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;h=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;t=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;t=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;bm_description=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;T=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;h=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;name=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;t=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d26').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d26').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpress.ralfengel.com/mu-installation/wordpress-mu-installation-dirty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade from WordPress 2.7 to WordPress MU 2.6.5</title>
		<link>http://wordpress.ralfengel.com/mu-installation/upgrade-from-wordpress-27-to-wordpress-mu-265</link>
		<comments>http://wordpress.ralfengel.com/mu-installation/upgrade-from-wordpress-27-to-wordpress-mu-265#comments</comments>
		<pubDate>Thu, 19 Feb 2009 09:33:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MU Installation]]></category>
		<category><![CDATA[MU Bugs]]></category>
		<category><![CDATA[MU Plugins]]></category>
		<category><![CDATA[MU Sidebar Widgets]]></category>
		<category><![CDATA[MU trouble]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>

		<guid isPermaLink="false">http://wordpress.ralfengel.com/?p=7</guid>
		<description><![CDATA[Yesterday I upgraded my Blog Site from WordPress 2.7 to WordPress MU (Multi User) 2.6.5. Everything went more or less (hehe) well, with some exceptions. I ran into major trouble concerning several issues. 1. Exec-PHP 2. Youtube Video 3. Sidebar Widgets 4. Write Post &#8211; Custom Fields 5. Google Analytics 1. Exec-PHP After finishing the [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Yesterday I upgraded my Blog Site from WordPress 2.7 to WordPress MU (Multi User) 2.6.5.<br />
Everything went more or less (hehe) well, with some exceptions. I ran into major trouble concerning several issues.</p>
<ul>
<strong>1. Exec-PHP<br />
2. Youtube Video<br />
3. Sidebar Widgets<br />
4. Write Post &#8211; Custom Fields<br />
5. Google Analytics</strong></ul>
<p><strong>1. Exec-PHP</strong><br />
After finishing the WP MU install I started re-activating all my plugins. All of them did re-activate without any error messages. Then, when I returned to the &#8220;Write a Post&#8221; page, the usual </p>
<blockquote><p>
&#8220;Exec-PHP WYSIWYG Conversion Warning. Saving this article will render all contained PHP code permanently unuseful. Even if you are saving this article through the Code editor. You can turn off this warning in your user profile. Ignore this warning in case this article does not contain PHP code. Read the Exec-PHP documentation if you are unsure what to do next.&#8221;</p></blockquote>
<p>Message came up! Doing what the help link says, I returned and found out that the Warning was still active. I googled the issue, and found out that the exec-php plugin will not work on WordPress MU. I found some posts mentioning a way to get around this issue, but they were clearly warning of a Security Issue, <strong>leaving WordPress MU vulnerable to hackers!!!</strong><br />
So, for now I&#8217;m trying to find a way, a new way to make PHP code work on WordPress MU, and here it is:<br />
ATTENTION: Only use this procedure if you are the only user of WordPress MU, since it is a security risk!!<br />
You will have to download a plugin to be able to execute code withing the &#60; and &gt; brackets, and you will further have to edit you kses.php file in the wp-includes folder. Go to my <a href="http://wordpress.ralfengel.com/mu-plugins/how-to-execute-php-code-in-wordpress-mu">&#8220;Execute PHP code on WordPress MU&#8221;</a> post for all details&#8230;</p>
<p><strong>2. Youtube Video</strong><br />
I have 365 posts, and at least 40 of them have one or more Youtube Videos integrated into them. This Youtube embedding worked excellent on WordPress, but on WordPress MU it does not. After Googeling around for a while I ran into this excellent Plugin created by eJump. It is called <a href="http://www.ejump.co.uk/wordpress/easytube-plugin-for-wordpress/" rel="nofollow" >EasyTube</a> and it overruns the Worpress MU protection, thus allowing for Youtube and Google Videos to be shown in WordPress MU.<br />
<strong>So, the &#8220;Youtube Video&#8221; issue is solved!</strong></p>
<p><strong>3. Sidebar Widgets</strong><br />
I&#8217;m using the &#8220;Adsense Prosense&#8221; theme for WordPress. It is a Widget ready theme that has 3 Adsense ads integrated, 3 columns, 2 Sidebars. It worked fine on WordPress 2.7, but now on WordPress MU it is not behaving correctly. After editing your Sidebar 1, and clicking on &#8220;Save Changes&#8221;, you would want to edit Sidebar 2. So I went ahead to display Sidebar 2, and started adding the Widgets I would like to be displayed in it, but everytime I add a Widget, the whole screen returns to display Sidebar 1 and with the Widgets added that I wanted on Sidebar 2. Now that is weird!</p>
<p>I found out that I can use Sidebar 1 as I desire, personalized, and just not touch Sidebar 2, which already has the basic fields in it. Nevertheless I&#8217;d rather be able to personalize both Sidebars&#8230;</p>
<p><strong>4. Write Post &#8211; Custom Fields</strong><br />
Today when I wanted to enter the -write post- tab it took an eternity to open, some 2 or three minutes. I started looking around on Google and found several possible reasons that could cause this.<br />
The most logic one would be a plugin. Thus I de-activated all my plugins, but the problem persisted.<br />
I tried to open this blogs -write post- tab, and it opend in an acceptable time, thus I knew that it was my main blog who was giving trouble.<br />
I kept on checking and by coincidence saw that inside the &#8220;custom fields&#8221; tab, there was a lot of information in the different fields. I waited for the loading process to finish and then opened the custom field tab, and there were at least 500 entires, descriptions, title and enclosure.<br />
I started deleting them manually and it took me like 20 minutes or more. Then I reloaded the page and some fields where still there, deleted them and reloaded. Finally all custom fields where empty.<br />
The page still loads slower than on my subdomain blogs, but at least it works again.<br />
I will investigate this further and post the solution here.</p>
<p><strong>5. Google Analytics</strong><br />
If you have used Google Analytics before, you may have been using Google Analytics for WordPress by Joost Devalk at <a href="http://yoast.com/wordpress/google-analytics/" rel="nofollow" >http://yoast.com/wordpress/google-analytics/</a>. Sorry, but it seems that this version of the plugin doesn&#8217;t work for WPMU.<br />
I googled to see if there are any Google Analytics for WordPress MU out there and found this one:<br />
<a href="http://www.be-lifted.com/posts/google-analytics-plugin-for-wordpress-mu-revised-english/" rel="nofollow" >Google Analytics Plugin For WordPress MU &#8211; Revised &#8211; English</a><br />
It works perfectly. One confusing thing about it is that you can reach a &#8220;urchin&#8221; field in two different tabs:<br />
1. Site Admin: Google Analytics<br />
2. Settings: Google Analytics<br />
Both windows look different, as far as I understand If you fill out option 1. on your main blog, a side wide analytics will be done, if you choose option 2 only the specific URL will by considered for analytics. I&#8217;ll observe and update&#8230;</p>
<p>I&#8217;m working on these Issues and will add solutions as they come but I would greatly appreciate any feedback from you on this.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://wordpress.ralfengel.com/mu-installation/upgrade-from-wordpress-27-to-wordpress-mu-265" title="google analytics for wordpress wordpress multiuser">google analytics for wordpress wordpress multiuser</a></li><li><a href="http://wordpress.ralfengel.com/mu-installation/upgrade-from-wordpress-27-to-wordpress-mu-265" title="analytics wordpress mu">analytics wordpress mu</a></li><li><a href="http://wordpress.ralfengel.com/mu-installation/upgrade-from-wordpress-27-to-wordpress-mu-265" title="Exec-PHP WYSIWYG Conversion Warning Saving this article will render all contained PHP code permanen">Exec-PHP WYSIWYG Conversion Warning Saving this article will render all contained PHP code permanen</a></li><li><a href="http://wordpress.ralfengel.com/mu-installation/upgrade-from-wordpress-27-to-wordpress-mu-265" title="Exec-PHP WYSIWYG Conversion Warning Saving this article will render all contained PHP code permanently unuseful">Exec-PHP WYSIWYG Conversion Warning Saving this article will render all contained PHP code permanently unuseful</a></li><li><a href="http://wordpress.ralfengel.com/mu-installation/upgrade-from-wordpress-27-to-wordpress-mu-265" title="exec-php wysiwyg conversion warning still there">exec-php wysiwyg conversion warning still there</a></li><li><a href="http://wordpress.ralfengel.com/mu-installation/upgrade-from-wordpress-27-to-wordpress-mu-265" title="google analytics wordpress mu error">google analytics wordpress mu error</a></li><li><a href="http://wordpress.ralfengel.com/mu-installation/upgrade-from-wordpress-27-to-wordpress-mu-265" title="help upgrading wordpress mu 2 6 2 7">help upgrading wordpress mu 2 6 2 7</a></li></ul><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d7').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d7" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5&amp;Description=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5&amp;Url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;h=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;t=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;t=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;bm_description=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;T=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;h=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;name=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fupgrade-from-wordpress-27-to-wordpress-mu-265&amp;t=Upgrade+from+WordPress+2.7+to+WordPress+MU+2.6.5" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d7').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d7').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpress.ralfengel.com/mu-installation/upgrade-from-wordpress-27-to-wordpress-mu-265/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

