<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wordpress @ Ralf Engel dot Com &#187; MU Bugs</title>
	<atom:link href="http://wordpress.ralfengel.com/category/mu-bugs/feed" rel="self" type="application/rss+xml" />
	<link>http://wordpress.ralfengel.com</link>
	<description>Wordpress and Wordpress Multi User (MU) Tips and Tricks</description>
	<lastBuildDate>Thu, 27 Oct 2011 20:45:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress 3.0 Images Trouble</title>
		<link>http://wordpress.ralfengel.com/mu-bugs/wordpress-3-0-images-trouble</link>
		<comments>http://wordpress.ralfengel.com/mu-bugs/wordpress-3-0-images-trouble#comments</comments>
		<pubDate>Mon, 05 Jul 2010 15:41:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MU Bugs]]></category>
		<category><![CDATA[MU Plugins]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[wordpress 3.0]]></category>
		<category><![CDATA[WordPress Bugs]]></category>
		<category><![CDATA[WordPress grammar filter]]></category>
		<category><![CDATA[WP 3.0 problems]]></category>

		<guid isPermaLink="false">http://wordpress.ralfengel.com/?p=100</guid>
		<description><![CDATA[Ok, so now we&#8217;re running the new WordPress 3.0. Great. Everything looked fine, until I visited the Media Library. To my surprise all the thumbnail images are gone. All I see is the tiny red x that one usually can observe when an image isn&#8217;t at the apropriate URL. Of course I&#8217;ve Googled the &#8220;No [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Ok, so now we&#8217;re running the new WordPress 3.0. Great. Everything looked fine, until I visited the Media Library. To my surprise all the thumbnail images are gone. All I see is the tiny red x that one usually can observe when an image isn&#8217;t at the apropriate URL.<br />
Of course I&#8217;ve Googled the &#8220;No Images in WordPress 3.0&#8243; Issue right away and found lots of articles. But the fixes they propose just won&#8217;t work for me. AND I DON&#8217;T KNOW WHY!!!!!!!!<br />
Most fixes treat an Issue you will encounter when you do a WordPress FTP upload into a folder on the root of your server, e.g.: http:/mydomain.com/wordpress. It seems that there is a filter in 3.0 which converts wordpress into WordPress. Thus, of course your old images, uploaded with the media tool, will be stored in mydomain.com/wordpress/1/files/2010/7 and now will be integrated in posts at mydomain.com/WordPress/1/files/2010/7. So, if you&#8217;re lucky and did a WP folder upload, you can get a <a href="http://wordpress.org/support/topic/411617/page/2" rel="nofollow" >plugin disabling the WP caps filtering here</a>.</p>
<p>Now, If, like me, you&#8217;re in the very disappointing situation that you haven&#8217;t uploaded WP into a folder on root, meaning your folders structure looks like this:<br />
mydomain.com<br />
- wp-admin<br />
- wp-content<br />
- wp-includes<br />
index.php<br />
and so on, then if you can&#8217;t see your images in the media library and/or in the posts, things get more complicated.<br />
I found out that there appears to be some kind of supplemental error in the image upload location re-writing.<br />
I observe the following for the location of images:<br />
Image Location In Post: http://ralfengel.com/files/2009/12/why_comuters_overheat.jpg<br />
Image Location In Media Library: http://ralfengel.com/files//2009/12/why_comuters_overheat.jpg<br />
Now that is weird, where in Matts name does the second / after files come from? And how can I get rid of it?</p>
<p>The Solution:<br />
Use your FTP program, download .htaccess and open it with an editor.<br />
Change your #uploaded files to read the following:</p>
<p>RewriteRule ^(.*/)?files/$ index.php [L]<br />
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]</p>
<p>Save it, upload it (you may have to rename it since windows may have cut the . from htaccess, so make sure that on the root you see:<br />
<strong>.htaccess</strong><br />
now, refresh your blog, media library, and feel the happiness overcome you, as all those lost thought images re-appear like by magic.</p>
<p>So, to recapitulate, here we have the solutions to two different Image (no show) problems with WordPress 3.0.<br />
First, a WordPress 3.0 grammar filtering issue, changing WordPress into WordPress, second, an error in the .htaccess uploaded images location.</p>
<p>I hope this helped you solve your issue, if it hasn&#8217;t post a comment here, I&#8217;ll have a look at it.</p>
<p><strong>happy blogging</strong></p>
<h4>Incoming search terms:</h4><ul><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-3-0-images-trouble" title="cant see images uploaded in wordpress blog">cant see images uploaded in wordpress blog</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-3-0-images-trouble" title="wordpress can\t see images in media">wordpress can\t see images in media</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-3-0-images-trouble" title="wordpress can\t see images in media library">wordpress can\t see images in media library</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-3-0-images-trouble" title="wordpress media library cant see images">wordpress media library cant see images</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-3-0-images-trouble" title="wordpress media library ftp">wordpress media library ftp</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-3-0-images-trouble" title="wordpress media library problem">wordpress media library problem</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-3-0-images-trouble" title="wordpress media library show error 3 0">wordpress media library show error 3 0</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-3-0-images-trouble" title="wordpress mu error images uploaded">wordpress mu error images uploaded</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-3-0-images-trouble" title="wordpress multisite media library lost images">wordpress multisite media library lost images</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-3-0-images-trouble" title="wordpress cant see thumbnails in media library">wordpress cant see thumbnails in media library</a></li></ul><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d100').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d100" 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+3.0+Images+Trouble&amp;Description=WordPress+3.0+Images+Trouble&amp;Url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-bugs%2Fwordpress-3-0-images-trouble" 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-3-0-images-trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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+3.0+Images+Trouble&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-bugs%2Fwordpress-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble" 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-3-0-images-trouble&amp;h=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;t=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;t=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;bm_description=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;T=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble&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-3-0-images-trouble&amp;h=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble" 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-3-0-images-trouble" 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-3-0-images-trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble" 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-3-0-images-trouble&amp;name=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;title=WordPress+3.0+Images+Trouble" 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-3-0-images-trouble&amp;u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-bugs%2Fwordpress-3-0-images-trouble&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-3-0-images-trouble&amp;t=WordPress+3.0+Images+Trouble" 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.d100').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.d100').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-3-0-images-trouble/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress MU Write Post page opens very slow</title>
		<link>http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-write-post-page-opens-very-slow</link>
		<comments>http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-write-post-page-opens-very-slow#comments</comments>
		<pubDate>Tue, 03 Mar 2009 12:45:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MU Bugs]]></category>
		<category><![CDATA[MU trouble]]></category>
		<category><![CDATA[Script busy]]></category>
		<category><![CDATA[Script Error]]></category>
		<category><![CDATA[Write Post Slow]]></category>

		<guid isPermaLink="false">http://wordpress.ralfengel.com/?p=82</guid>
		<description><![CDATA[After finishing an upgrade from WordPress 2.7 to WordPress 2.6.5 my &#8220;Write Post&#8221; page would take very long (2 or 3 minutes) to completley load. The &#8220;Custom Fields&#8221; records where full of entries, some 500 or 600. I deleted all those entries manually and now my &#8220;Write Post&#8221; page would load within about half a [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>After finishing an upgrade from WordPress 2.7 to WordPress 2.6.5 my &#8220;Write Post&#8221; page would take very long (2 or 3 minutes) to completley load. The &#8220;Custom Fields&#8221; records where full of entries, some 500 or 600. I deleted all those entries manually and now my &#8220;Write Post&#8221; page would load within about half a minute or so. This was still very slow, so I did some Googeling on this Issue.</p>
<p>Since I was using Google Chrome I didn&#8217;t get any error messages. Using Mozilla Firefox I got this error message:</p>
<blockquote><p>A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.<br />
Script:http://ralfengel.com/wp-includes/js/jquery/jquery.js?ver=1.2.6:11&#8243;
</p></blockquote>
<p>The slow loading of the &#8220;Write Post&#8221; page in WordPress MU is caused by the execution of a script which loads all the meta data of all the posts (wp_postmeta). I believe that my dirty install (I imported allmost 400 posts with comments from my old WP installation) caused this. I had to repeat the upload several times for each file part (can&#8217;t upload (import) 4 mega bites using the import function of WordPress, thus I broke it up into 4 parts), since the uploads wouldn&#8217;t complete correctley. </p>
<p><strong><em>There are two ways to fix the problem. You can either edit your edit-form-advanced.php file in the wp-admin folder or you can do a clean up in your database by running a query.<br />
</em></strong><br />
<strong>Edit the edit-form-advanced.php</strong><br />
Open the edit-form-advanced.php file found in wp-admin folder in an html editor and navigate to line 306 (for WPMU 2.6.5). You will see the following code there:</p>
<blockquote><p>&#60;?php<br />
$metadata = has_meta($post-&gt;ID);<br />
list_meta($metadata);<br />
?&gt;</p></blockquote>
<p>You will have to delete this code. Save the file and upload it to your wp-admin folder. Refresh your &#8220;Write Post&#8221; screen. It should load within the usual 3 seconds. That is all, you&#8217;re done.</p>
<p><strong>2. Clean up the WordPress Database using a query</strong><br />
To do a Database cleanup you will have to log in to your MySQL Database on your Server.<br />
Once you are in PHP my Admin you should see your database name on top left and below all the tables it contains.<br />
On the top of the right big window you should see a &#8220;SQL&#8221; tab. Click on it. Now paste the following code into the &#8220;execute query&#8221; window.</p>
<blockquote><p>DELETE FROM wp_1_postmeta WHERE post_id =0;</p></blockquote>
<p>DELETE FROM is the command line. wp_1_postmeta is the table name in MY database. You will have to change this to the name of your postmeta record name. This could be wp_postmeta or wp1_postmeta or something like it.<br />
Hit the &#8220;execute query&#8221; button. You should get a report stating how many records where deleted. In my case there were some 3500 records with post_id=0.<br />
After refreshing your &#8220;Write Post&#8221; window, you should get the page loaded in the usual 1-3 seconds.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-write-post-page-opens-very-slow" title="wordpress mu very slow">wordpress mu very slow</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-write-post-page-opens-very-slow" title="A script on this page may be busy or it may have stopped responding wordpress">A script on this page may be busy or it may have stopped responding wordpress</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-write-post-page-opens-very-slow" title="wordpress slow page editing">wordpress slow page editing</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-write-post-page-opens-very-slow" title="wordpress slow on post">wordpress slow on post</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-write-post-page-opens-very-slow" title="wordpress slow loading page editor">wordpress slow loading page editor</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-write-post-page-opens-very-slow" title="wordpress slow charge new post">wordpress slow charge new post</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-write-post-page-opens-very-slow" title="wordpress schedule post slow">wordpress schedule post slow</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-write-post-page-opens-very-slow" title="wordpress post slow">wordpress post slow</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-write-post-page-opens-very-slow" title="wordpress new post slow\">wordpress new post slow\</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-write-post-page-opens-very-slow" title="wordpress new post slow">wordpress new post slow</a></li></ul><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d82').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d82" 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+Write+Post+page+opens+very+slow&amp;Description=WordPress+MU+Write+Post+page+opens+very+slow&amp;Url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-bugs%2Fwordpress-mu-write-post-page-opens-very-slow" 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-write-post-page-opens-very-slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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+Write+Post+page+opens+very+slow&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-bugs%2Fwordpress-mu-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow" 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-write-post-page-opens-very-slow&amp;h=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;t=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;t=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;bm_description=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;T=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow&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-write-post-page-opens-very-slow&amp;h=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow" 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-write-post-page-opens-very-slow" 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-write-post-page-opens-very-slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow" 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-write-post-page-opens-very-slow&amp;name=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;title=WordPress+MU+Write+Post+page+opens+very+slow" 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-write-post-page-opens-very-slow&amp;u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-bugs%2Fwordpress-mu-write-post-page-opens-very-slow&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-write-post-page-opens-very-slow&amp;t=WordPress+MU+Write+Post+page+opens+very+slow" 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.d82').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.d82').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-write-post-page-opens-very-slow/feed</wfw:commentRss>
		<slash:comments>6</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>WordPress MU RSS Feed doesn&#8217;t work</title>
		<link>http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-rss-feed-doesnt-work</link>
		<comments>http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-rss-feed-doesnt-work#comments</comments>
		<pubDate>Fri, 27 Feb 2009 09:25:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MU Bugs]]></category>
		<category><![CDATA[feed doesn't work]]></category>
		<category><![CDATA[RSS feed]]></category>
		<category><![CDATA[WPMU bugs]]></category>
		<category><![CDATA[WPMU Feed]]></category>

		<guid isPermaLink="false">http://wordpress.ralfengel.com/?p=69</guid>
		<description><![CDATA[I&#8217;ve installed WordPress MU 2.6.5. on my main http://ralfengel.com domain. I&#8217;m using it with subdomains &#8211; not virtual host wildcards but &#8211; CName setup on the tuxtools server configuration. On the main domain feeds work fine. On this first subdomain http://wordpress.ralfengel.com feeds work fine. Today I added a new subdomain at http://spirituality.ralfengel.com and as before [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve installed WordPress MU 2.6.5. on my main http://ralfengel.com domain.<br />
I&#8217;m using it with subdomains &#8211; not virtual host wildcards but &#8211; CName setup on the tuxtools server configuration.<br />
On the main domain feeds work fine. On this first subdomain http://wordpress.ralfengel.com feeds work fine.<br />
Today I added a new subdomain at http://spirituality.ralfengel.com and as before tried to use the handy <a href="http://projects.radgeek.com/feedwordpress/" rel="nofollow" >feedwordpress plugin</a> to keep the main blog updated by harvesting excerpts of posts from the subdomains, which worked with the first subdomain, but, on this new subdomain it doesn&#8217;t work. I get this error message:</p>
<blockquote><p>Error: I couldn&#8217;t find any feeds at spirituality.ralfengel.com [HTTP request error: Invalid protocol ""\n]. Try another URL</p></blockquote>
<p>when I try to add the new URL to the plugin syndication feeds.</p>
<p>When I click on the feed url of the subdomain blog I get this message:<br />
This page contains the following errors:</p>
<blockquote><p>error on line 3 at column 6: XML declaration allowed only at the start of the document<br />
Below is a rendering of the page up to the first error.
</p></blockquote>
<p>But, there is nothing else below&#8230;</p>
<p>I&#8217;ve used the following commands (pasted into the sidebar)</p>
<p>&#60;?php bloginfo(&#8216;rss2_url&#8217;); ?> (RSS 2.0 format)<br />
&#60;?php bloginfo(&#8216;rss_url&#8217;); ?> (RSS 0.92 format)<br />
&#60;?php bloginfo(&#8216;rdf_url&#8217;); ?> (RDF/RSS 1.0 format)<br />
&#60;?php bloginfo(&#8216;atom_url&#8217;); ?> (Atom format) </p>
<p>to get my feed info shown. It shows as:</p>
<p>http://spirituality.ralfengel.com/feed (RSS 2.0 format)<br />
http://spirituality.ralfengel.com/feed/rss (RSS 0.92 format)<br />
http://spirituality.ralfengel.com/feed/rdf (RDF/RSS 1.0 format) http://spirituality.ralfengel.com/feed/atom (Atom format)</p>
<p>I&#8217;ve tried them by pasting each one into the browser, but neither works.<br />
Weird is that on my first subdomain everything went fine. So I did tons of Googleing on this issue and found a plugin called &#8220;<a href="http://www.flyaga.info/blog/download/fix-rss-feed.rar" rel="nofollow" >Fix rss feed</a>&#8221; made by <a href="http://www.flyaga.info/en/wordpress/plugins/fix-rss-feed-error-wordpress-plugins.htm/" rel="nofollow" >Fuk Loi</a>.<br />
This plugin will search ALL files on the server for &#8220;empty spaces&#8221; and eliminate those. I used it, had to do a lot of CHMODing, and tried to syndicate again, still without success. So I went to have a look at <a href="http://feedvalidator.org" rel="nofollow" >Feed Validator</a>, ran my feed through their analysis and it came up OK.<br />
My last hope was to get into my SQL management page on the host and see what was going on.<br />
At the PHP my Admin panel I checked my tables out:</p>
<ul>
- Check Tables<br />
- Analyze Tables<br />
- Repair Tables<br />
- Optimize Tables</ul>
<p>I came back to my Syndication Plugin and It worked fine. It accepted the RSS feed URI and it did an update of the last 10 posts without any problems.</p>
<p>To resume, I am not able to put my finger on the exact problem of this problem, but something that I did must have fixed it.</p>
<p>I&#8217;d love to hear from you if this information has been of any help for you.</p>
<p><!--Youtube Video Ads--></p>
<div align="center">
<div id='vu_ytplayer_vjVQa1PpcFMXWdZM9inA6yfZRgdRftxBNW9iPtN5I38='><a href='http://www.youtube.com/browse'>Watch the latest videos on YouTube.com</a></div>
<p><script type='text/javascript' src='http://www.youtube.com/watch_custom_player?id=vjVQa1PpcFMXWdZM9inA6yfZRgdRftxBNW9iPtN5I38='></script>
</div>
<p><!--End--></p>
<h4>Incoming search terms:</h4><ul><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-rss-feed-doesnt-work" title="error on line 3 at column 6: xml declaration allowed only at the start of the document">error on line 3 at column 6: xml declaration allowed only at the start of the document</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-rss-feed-doesnt-work" title="wordpress mu rss feed">wordpress mu rss feed</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-rss-feed-doesnt-work" title="wordpress feed doesnt work">wordpress feed doesnt work</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-rss-feed-doesnt-work" title="wordpress feed mu">wordpress feed mu</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-rss-feed-doesnt-work" title="wordpress mu et rss">wordpress mu et rss</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-rss-feed-doesnt-work" title="wordpress mu feed">wordpress mu feed</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-rss-feed-doesnt-work" title="wordpress mu main blog feed url">wordpress mu main blog feed url</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-rss-feed-doesnt-work" title="wordpress mu rss">wordpress mu rss</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-rss-feed-doesnt-work" title="common rss feed wordpress mu">common rss feed wordpress mu</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/wordpress-mu-rss-feed-doesnt-work" title="wordpress multiuser rss">wordpress multiuser rss</a></li></ul><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d69').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d69" 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+RSS+Feed+doesn%26%238217%3Bt+work&amp;Description=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work&amp;Url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-bugs%2Fwordpress-mu-rss-feed-doesnt-work" 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-rss-feed-doesnt-work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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+RSS+Feed+doesn%26%238217%3Bt+work&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-bugs%2Fwordpress-mu-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work" 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-rss-feed-doesnt-work&amp;h=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;t=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;t=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;bm_description=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;T=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work&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-rss-feed-doesnt-work&amp;h=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work" 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-rss-feed-doesnt-work" 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-rss-feed-doesnt-work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work" 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-rss-feed-doesnt-work&amp;name=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;title=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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-rss-feed-doesnt-work&amp;u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-bugs%2Fwordpress-mu-rss-feed-doesnt-work&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-rss-feed-doesnt-work&amp;t=WordPress+MU+RSS+Feed+doesn%26%238217%3Bt+work" 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.d69').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.d69').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-rss-feed-doesnt-work/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Youtube Video in WordPress MU</title>
		<link>http://wordpress.ralfengel.com/mu-bugs/youtube-video-in-wordpress-mu</link>
		<comments>http://wordpress.ralfengel.com/mu-bugs/youtube-video-in-wordpress-mu#comments</comments>
		<pubDate>Thu, 19 Feb 2009 10:53:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MU Bugs]]></category>
		<category><![CDATA[MU Plugins]]></category>
		<category><![CDATA[MU trouble]]></category>

		<guid isPermaLink="false">http://wordpress.ralfengel.com/?p=9</guid>
		<description><![CDATA[This is an attempt to &#8220;fix&#8221; the issue concerning the ability to show Youtube Videos in a WordPress MU post. If you can see the Youtube Video above, then the Easy Tube Plugin works. Download EasyTube. Just in case EasyTube doesn&#8217;t work for you, visit the eJump forum to see if they can advice you [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>This is an attempt to &#8220;fix&#8221; the issue concerning the ability to show Youtube Videos in a WordPress MU post.<br />
<a href="http://wordpress.ralfengel.com/mu-bugs/youtube-video-in-wordpress-mu"><img src="http://img.youtube.com/vi/jFFylx-l1ZY/default.jpg" width="130" height="97" border=0></a><br />
If you can see the Youtube Video above, then the <a href="http://www.ejump.co.uk/wordpress/easytube-plugin-for-wordpress/" rel="nofollow" >Easy Tube Plugin</a> works.</p>
<p><a href="http://downloads.wordpress.org/plugin/easytube.zip" rel="nofollow" >Download EasyTube</a>.</p>
<p>Just in case EasyTube doesn&#8217;t work for you, visit the <a href="http://forums.ejump.co.uk/" rel="nofollow" >eJump forum</a> to see if they can advice you on the issue.</p>
<p>To use the EasyTube Youtube Video Plugin just add the following command line in your post:</p>
<blockquote><p>&#91;youtube:URL to Video]</p></blockquote>
<p>To show Google Videos just change youtube: to googlevideo:</p>
<p>Width and Height<br />
To display different Video Window Sizes just adjust your tag to the following format: &#91;youtube:URL WIDTH HEIGHT]</p>
<p>Autoplay?<br />
To have your Video start automatically add “&amp;autoplay=1? after the URL.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://wordpress.ralfengel.com/mu-bugs/youtube-video-in-wordpress-mu" title="wordpress mu youtube">wordpress mu youtube</a></li><li><a href="http://wordpress.ralfengel.com/mu-bugs/youtube-video-in-wordpress-mu" title="video plugin youtube mu wordpress">video plugin youtube mu wordpress</a></li></ul><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d9').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d9" 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=Youtube+Video+in+WordPress+MU&amp;Description=Youtube+Video+in+WordPress+MU&amp;Url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-bugs%2Fyoutube-video-in-wordpress-mu" 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%2Fyoutube-video-in-wordpress-mu" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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=Youtube+Video+in+WordPress+MU&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-bugs%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu" 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%2Fyoutube-video-in-wordpress-mu&amp;h=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;t=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;t=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;bm_description=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;T=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU&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%2Fyoutube-video-in-wordpress-mu&amp;h=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu" 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%2Fyoutube-video-in-wordpress-mu" 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%2Fyoutube-video-in-wordpress-mu" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu" 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%2Fyoutube-video-in-wordpress-mu&amp;name=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;title=Youtube+Video+in+WordPress+MU" 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%2Fyoutube-video-in-wordpress-mu&amp;u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-bugs%2Fyoutube-video-in-wordpress-mu&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%2Fyoutube-video-in-wordpress-mu&amp;t=Youtube+Video+in+WordPress+MU" 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.d9').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.d9').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/youtube-video-in-wordpress-mu/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

