<?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; Wordpress MU</title>
	<atom:link href="http://wordpress.ralfengel.com/tag/wordpress-mu/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>Upgrade WP-MU 2.6.5. to New WordPress 3.0</title>
		<link>http://wordpress.ralfengel.com/mu-upgrading/upgrade-wp-mu-2-6-5-to-new-wordpress-3-0</link>
		<comments>http://wordpress.ralfengel.com/mu-upgrading/upgrade-wp-mu-2-6-5-to-new-wordpress-3-0#comments</comments>
		<pubDate>Mon, 05 Jul 2010 12:29:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MU Upgrading]]></category>
		<category><![CDATA[mu 2.6.5]]></category>
		<category><![CDATA[one step upgrade]]></category>
		<category><![CDATA[wordpress 3.0]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[wordpress mu upgrade]]></category>

		<guid isPermaLink="false">http://wordpress.ralfengel.com/?p=96</guid>
		<description><![CDATA[A step by step guide on how to upgrade your WordPress Multiuser installation version 2.6.5. to the New and Awesome WordPress 3.0 with Multisite funcionallity. I have been very busy lately and thus didn&#8217;t find the time to maintain my WordPress MU installation up to date. What&#8217;s more, I read through the upgrade instructions and [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>A step by step guide on how to upgrade your WordPress Multiuser installation version 2.6.5. to the New and Awesome WordPress 3.0 with Multisite funcionallity.<br />
I have been very busy lately and thus didn&#8217;t find the time to maintain my WordPress MU installation up to date. What&#8217;s more, I read through the upgrade instructions and didn&#8217;t feel to sure about the process, it sounded complex and somewhat complicated.<br />
Finally when version 3.0 of WordPress came out I dared to try and do a one step upgrade from 2.6.5. to 3.0 leaving out the intermediate upgrades 2.7, 2.8 and 2.9. (This could have ended in a disaster, but it didn&#8217;t).<br />
Of course before touching ANYTHING I made a backup of the complete Database as well of my complete server root folder.<br />
That way, if something goes wrong I could have recovered my 2.6.5 and try again (which wasn&#8217;t necessary after all).</p>
<p>So, here are the step by step instructions on how to do a direct WP-MU 2.6.5. to WP 3.0 upgrade.</p>
<p>1. Make a Database backup<br />
2. Backup of all WordPress files on your server root<br />
3. Download wp 3.0&#8230;<br />
4. edit wp-config (wp-config-sample.php)<br />
5. deactivate plugins<br />
6. upload all 3.0 files<br />
7. Run the Upgrade function. do /wp-admin/upgrade.php 8. do /wp-admin you should get redirected to your admin pages<br />
8. Updates and plugins</p>
<p><strong>1. Make a backup of your database</strong><br />
Login to your phpMyAdmin. Depending on the version on your server views could be different. My MySQL version is 4.1.22 and my phpMyAdmin is 2.8.0.1.<br />
After loging in you should see a split window, on the left your database and all the tables, on the right th MySQL functions. Find the &#8220;Export&#8221; link on this page and click on it (if you have more than one databases, you have to make sure to select the one running your WP-MU blog).<br />
Select the &#8220;SQL&#8221; tick button<br />
Select all the tables of your database<br />
In &#8220;Structure&#8221; select:<br />
Structure<br />
Add DROP TABLE / VIEW / PROCEDURE / FUNCTION<br />
Add IN NOT EXISTS<br />
Add AUTO_INCREMENT value<br />
Enclose table and field names with backquotes</p>
<p>do not select:<br />
Add CREATE PROCEDURE / FUNCTION<br />
and do not select:<br />
Add into comments<br />
     Creation/Update/Check dates</p>
<p>In Data select:<br />
Data<br />
verify Maximal lenght of created query is 50000<br />
and Export type is insert</p>
<p>On the bottom in &#8220;Save as file&#8221; select:<br />
Save as file<br />
Remember template<br />
compression = zipped</p>
<p>Hit the &#8220;Go&#8221; button. You will get prompted to select a location where to save the file to.<br />
That is all, your done backing up your complete WordPress MU Database.</p>
<p><strong>2. Backup of all WordPress files on your server root</strong><br />
To make a backup copy of your WordPress files on the server you will have to use an FTP program like ACE FTP freeware. Login to your account and select all the WordPress folders and files. Select all files if you are not using your server for anything other than the WordPress MU installation.<br />
Now right click on the selected files and select &#8220;Download&#8221;. This will take some time, so be pacient.</p>
<p><strong>3. Download wp 3.0&#8230;</strong><br />
Go to the WordPress dot Org site to download the new WordPress 3.0. Unzip all the files.</p>
<p><strong>4. edit wp-config (wp-config-sample.php)</strong><br />
You will have to edit the wp-config.php file to make the installation work properly with your previous settings. A few things will look different in the new wp-config file, but if you follow the instructions, things should work just fine.<br />
A good help to do the editing is a html editor like ACE html. In the editor, open your old wp-config.php file, from your security copy backup, now open the wp-config-sample.php file in the uncompressed WordPress 3.0 folder.<br />
Here is what the wp-config.php looks like:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
/* Don&#8217;t try to create this file by hand. Read the README.txt and run the installer. */<br />
// ** MySQL settings ** //<br />
define(&#8216;DB_NAME&#8217;, &#8216;your db name&#8217;);    // The name of the database<br />
define(&#8216;DB_USER&#8217;, &#8216;your db username&#8217;);     // Your MySQL username<br />
define(&#8216;DB_PASSWORD&#8217;, &#8216;your password&#8217;); // &#8230;and password<br />
define(&#8216;DB_HOST&#8217;, &#8216;localhost&#8217;);    // 99% chance you won&#8217;t need to change this value<br />
define(&#8216;DB_CHARSET&#8217;, &#8216;utf8&#8242;);<br />
define(&#8216;DB_COLLATE&#8217;, &#8221;);<br />
define(&#8216;VHOST&#8217;, &#8216;yes&#8217;);<br />
$base = &#8216;/&#8217;;</p>
<p>// Change each KEY to a different unique phrase.  You won&#8217;t have to remember the phrases later,<br />
// so make them long and complicated.  You can visit http://api.wordpress.org/secret-key/1.1/<br />
// to get keys generated for you, or just make something up.  Each key should have a different phrase.<br />
define(&#8216;AUTH_KEY&#8217;, &#8216;your key&#8217;); // Change this to a unique phrase.<br />
define(&#8216;SECURE_AUTH_KEY&#8217;, &#8216;your key&#8217;); // Change this to a unique phrase.<br />
define(&#8216;SECURE_AUTH_SALT&#8217;, &#8216;your key&#8217;); // Change this to a unique phrase.<br />
define(&#8216;LOGGED_IN_KEY&#8217;, &#8216;your key&#8217;); // Change this to a unique phrase.<br />
define(&#8216;SECRET_KEY&#8217;, &#8216;your key&#8217;); // Change these to unique phrases.<br />
define(&#8216;SECRET_SALT&#8217;, &#8216;your key&#8217;);<br />
define(&#8216;LOGGED_IN_SALT&#8217;, &#8216;your key&#8217;);</p>
<p>// double check $base<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Now here is the wp-config-sample.php file<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
define(&#8216;DB_NAME&#8217;, &#8216;copy the original name here&#8217;);</p>
<p>/** MySQL database username */<br />
define(&#8216;DB_USER&#8217;, &#8216;copy the original username here&#8217;);</p>
<p>/** MySQL database password */<br />
define(&#8216;DB_PASSWORD&#8217;, &#8216;copy the password here&#8217;);</p>
<p>/** MySQL hostname */<br />
define(&#8216;DB_HOST&#8217;, &#8216;localhost&#8217;);</p>
<p>/** Database Charset to use in creating database tables. */<br />
define(&#8216;DB_CHARSET&#8217;, &#8216;utf8&#8242;);</p>
<p>/** The Database Collate type. Don&#8217;t change this if in doubt. */<br />
define(&#8216;DB_COLLATE&#8217;, &#8221;);<br />
define(&#8216;VHOST&#8217;, &#8216;yes&#8217;);</p>
<p>/**#@+<br />
 * Authentication Unique Keys and Salts.<br />
 *<br />
 * Change these to different unique phrases!<br />
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}<br />
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.<br />
 *<br />
 * @since 2.6.0<br />
 */<br />
define(&#8216;AUTH_KEY&#8217;,         &#8216;put your unique phrase here or use the old one, cookies will be keept&#8217;);<br />
define(&#8216;SECURE_AUTH_KEY&#8217;,  &#8216;put your unique phrase here or use the old one, cookies will be keept&#8217;);<br />
define(&#8216;LOGGED_IN_KEY&#8217;,    &#8216;put your unique phrase here or use the old one, cookies will be keept&#8217;);<br />
define(&#8216;NONCE_KEY&#8217;,        &#8216;put your unique phrase here or use the old one, cookies will be keept&#8217;);<br />
define(&#8216;AUTH_SALT&#8217;,        &#8216;put your unique phrase here or use the old one, cookies will be keept&#8217;);<br />
define(&#8216;SECURE_AUTH_SALT&#8217;, &#8216;put your unique phrase here or use the old one, cookies will be keept&#8217;);<br />
define(&#8216;LOGGED_IN_SALT&#8217;,   &#8216;put your unique phrase here or use the old one, cookies will be keept&#8217;);<br />
define(&#8216;NONCE_SALT&#8217;,       &#8216;put your unique phrase here or use the old one, cookies will be keept&#8217;);</p>
<p>define(&#8216;WP_ALLOW_MULTISITE&#8217;, true); add this line (isn&#8217;t included in wp-config-sample.php)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
That&#8217;s it, after updating all the fields correctley, save the file as wp-config.php in the unzip 3.0 folder.</p>
<p><strong>5. deactivate plugins</strong><br />
Go to your WordPress Admin &#8211; Plugins page and deactivate all your plugins. This eliminates trouble with incompatibility of some Plugins that haven&#8217;t been tested with WordPress 3.0.</p>
<p><strong>6. upload all 3.0 files</strong><br />
Use your FTP program to upload all the new 3.0 files from the unzip folder. When prompted check the overwrite option. This is not suggested by WordPress who suggest to delete all WordPress files from the server, but I choose to try the overwrite option, and it worked perfectly.<br />
Upload will take time, so a have a coffee&#8230; </p>
<p><strong>7. Run the Upgrade function </strong><br />
Call the URL http://my domain.com/wp-admin/upgrade.php. Within half a minute or so you&#8217;ll get a message that the upgrade has been done successfully.<br />
Call http://my domain.com/wp-admin you should get redirected to your admin pages. Depending if you&#8217;ve used your old or new pass phrases, you may have to do a login, use your usual login information to do so.<br />
Once in your admin pages you may get some messages. One of them asks you to delete blog.php. Do so using your ftp program and refresh the wp-admin pages. The message should disappear. </p>
<p><strong>8. Updates and Plugins</strong><br />
There may be an issue with the automatic update of your plugins with Worpress 3.0.<br />
Upon selecting one or more plugins from the &#8220;upgrade available&#8221; tab and clicking on update, the system gets stuck on &#8220;maintenance&#8221; mode.<br />
To get out of maintenance mode you will have to use your ftp programm and delete .maintenance file manually (you should find this file on your server root.<br />
If you can&#8217;t see the file, enable &#8220;show hidden files&#8221; in file permissions.<br />
Return to &#8220;plugins&#8221; &#8220;active&#8221; and find the plugins that have an upgrade available, then click on the or &#8220;upgrade automatically&#8221; link. This should work. I&#8217;m hoping for a bug fix to come out soon, to resolve this issue and to be able to do bulk plugin upgrading. For now it has to be done manually.</p>
<p>If you run into any problems, please comment on it.<br />
Enjoy WordPress 3.0 and all the new options and functions it has.</p>
<h2>A special thanks to Matt Mullenweg for the outstanding job on the best free blog software of the Internet.</h2>
<h4>Incoming search terms:</h4><ul><li><a href="http://wordpress.ralfengel.com/mu-upgrading/upgrade-wp-mu-2-6-5-to-new-wordpress-3-0" title="cookies wp-config 3 0">cookies wp-config 3 0</a></li><li><a href="http://wordpress.ralfengel.com/mu-upgrading/upgrade-wp-mu-2-6-5-to-new-wordpress-3-0" title="how to upgrade wp 2 6 to 3">how to upgrade wp 2 6 to 3</a></li><li><a href="http://wordpress.ralfengel.com/mu-upgrading/upgrade-wp-mu-2-6-5-to-new-wordpress-3-0" title="update wordpress mu 2 6">update wordpress mu 2 6</a></li><li><a href="http://wordpress.ralfengel.com/mu-upgrading/upgrade-wp-mu-2-6-5-to-new-wordpress-3-0" title="wordpress 2 6 5 administration">wordpress 2 6 5 administration</a></li><li><a href="http://wordpress.ralfengel.com/mu-upgrading/upgrade-wp-mu-2-6-5-to-new-wordpress-3-0" title="upgrading wordpress mu to latest">upgrading wordpress mu to latest</a></li><li><a href="http://wordpress.ralfengel.com/mu-upgrading/upgrade-wp-mu-2-6-5-to-new-wordpress-3-0" title="upgrade WordPress MU 2 6 3 to 3 0 5 Version">upgrade WordPress MU 2 6 3 to 3 0 5 Version</a></li><li><a href="http://wordpress.ralfengel.com/mu-upgrading/upgrade-wp-mu-2-6-5-to-new-wordpress-3-0" title="upgrade wordpress from 2 6 to 3 0">upgrade wordpress from 2 6 to 3 0</a></li><li><a href="http://wordpress.ralfengel.com/mu-upgrading/upgrade-wp-mu-2-6-5-to-new-wordpress-3-0" title="upgrade 2 6 to 3 0 wp mu table does not exis">upgrade 2 6 to 3 0 wp mu table does not exis</a></li><li><a href="http://wordpress.ralfengel.com/mu-upgrading/upgrade-wp-mu-2-6-5-to-new-wordpress-3-0" title="update wordpress mu from 2 6">update wordpress mu from 2 6</a></li><li><a href="http://wordpress.ralfengel.com/mu-upgrading/upgrade-wp-mu-2-6-5-to-new-wordpress-3-0" title="update wordpress mu">update wordpress mu</a></li></ul><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d96').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d96" 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+WP-MU+2.6.5.+to+New+WordPress+3.0&amp;Description=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0&amp;Url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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+WP-MU+2.6.5.+to+New+WordPress+3.0&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;h=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;t=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;t=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;bm_description=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;T=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0&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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;h=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;name=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;title=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&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-upgrading%2Fupgrade-wp-mu-2-6-5-to-new-wordpress-3-0&amp;t=Upgrade+WP-MU+2.6.5.+to+New+WordPress+3.0" 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.d96').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.d96').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-upgrading/upgrade-wp-mu-2-6-5-to-new-wordpress-3-0/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress MU trouble with Google Chrome</title>
		<link>http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-trouble-with-google-chrome</link>
		<comments>http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-trouble-with-google-chrome#comments</comments>
		<pubDate>Tue, 03 Mar 2009 09:57:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MU Bugs]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[WordPress and Chrome]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[WPMU bugs]]></category>

		<guid isPermaLink="false">http://wordpress.ralfengel.com/?p=72</guid>
		<description><![CDATA[WordPress MU users may have noticed a weird behaviour of the WordPress wp-admin pages when they are using Google Chrome. I have been experiencing a lot of different issues! Here the list&#8230; - wp-admin write new post: tags autofill text function doesn&#8217;t work - wp-admin write new post: &#8220;Add media:&#8221; buttons above text field absent [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>WordPress MU users may have noticed a weird behaviour of the WordPress wp-admin pages when they are using Google Chrome. I have been experiencing a lot of different issues! Here the list&#8230;</p>
<ul>
- wp-admin write new post: tags autofill text function doesn&#8217;t work<br />
- wp-admin write new post: &#8220;Add media:&#8221; buttons above text field absent or not working<br />
- wp-admin custom fields at bottom of write new post: none of the custom fields can be &#8220;droped down&#8221; or reduced<br />
- wp-admin in write new post on sidebar: publishing status open and edit button locked, can&#8217;t close &#8220;publish post&#8221; stamp.<br />
- wp-admin in write new post categories: unable to add new categories, categorie dropdown not working, label &#8220;+add new category&#8221; absent<br />
- wp-admin in write new post plugin: &#8220;all in one seo pack&#8221; locked, unable to open<br />
- wp-admin in write new post: &#8220;custom fields&#8221; open and locked, unable to close<br />
- wp-admin in design &#8211; widgets: widget tabs locked into position, unable to move them to reorder them
</ul>
<p>I guess there may be more issues, but I only tried to resolve the above list. I emptied cache and cookies but this didn&#8217;t help. I first couldn&#8217;t believe that these problems could be caused by Google Chrome, therefore didn&#8217;t try out other browsers. But after a few days of desperate intents to solve the problem I gave up, started the Internet Explorer 7, and everything but the widget reorganizing worked fine.<br />
Then I decided to try Mozilla Firefox, to see if it would solve the issue of the &#8220;locked&#8221; sidebar widget buttons. It did. All sidebar widget objects can be draged and dropped as supposed to by the functionallity of WordPress.<br />
One weird thing I want to add: Until one month ago I used WordPress 2.7 and all these problems didn&#8217;t exist. All this started with my upgrade to WordPress MU!!</p>
<p>I will use Mozilla Firefox for WordPress MU publishing from now on, just to much hazzle with Chrome!!</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-trouble-with-google-chrome" title="add category wordpress not working in chrome">add category wordpress not working in chrome</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-trouble-with-google-chrome" title="wordpress rss feed not working in chrome">wordpress rss feed not working in chrome</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-trouble-with-google-chrome" title="wordpress rss feed is not working in chrome">wordpress rss feed is not working in chrome</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-trouble-with-google-chrome" title="wordpress custom fields working in chrome">wordpress custom fields working in chrome</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-trouble-with-google-chrome" title="wordpress add media chrome problem">wordpress add media chrome problem</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-trouble-with-google-chrome" title="temas para google chrome sobre o mu">temas para google chrome sobre o mu</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-trouble-with-google-chrome" title="temas google chrome do mu">temas google chrome do mu</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-trouble-with-google-chrome" title="temas da google chrome do mu">temas da google chrome do mu</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-trouble-with-google-chrome" title="tema google chrome mu">tema google chrome mu</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-trouble-with-google-chrome" title="tema google chrome m u">tema google chrome m u</a></li></ul><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d72').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d72" 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+trouble+with+Google+Chrome&amp;Description=WordPress+MU+trouble+with+Google+Chrome&amp;Url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-bugs%2Fwordpress-mu-trouble-with-google-chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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+trouble+with+Google+Chrome&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;h=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;t=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;t=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;bm_description=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;T=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome&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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;h=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;name=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;title=WordPress+MU+trouble+with+Google+Chrome" 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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-bugs%2Fwordpress-mu-trouble-with-google-chrome&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-bugs%2Fwordpress-mu-trouble-with-google-chrome&amp;t=WordPress+MU+trouble+with+Google+Chrome" 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.d72').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.d72').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-bugs/wordpress-mu-trouble-with-google-chrome/feed</wfw:commentRss>
		<slash:comments>1</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/">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/">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/">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>

