<?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 &#34;Must-Use&#34; Tutorials&#187; known issues</title>
	<atom:link href="http://wpmututorials.com/category/known-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmututorials.com</link>
	<description>WordPress multisite how to - making sense of the network feature from what was wordpress mu</description>
	<lastBuildDate>Fri, 06 Jan 2012 13:36:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Multisite upload limit bug in 3.3</title>
		<link>http://wpmututorials.com/known-issues/multisite-upload-limit-bug-in-3-3/</link>
		<comments>http://wpmututorials.com/known-issues/multisite-upload-limit-bug-in-3-3/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 01:39:18 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[known issues]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=642</guid>
		<description><![CDATA[Turns out there&#8217;s a wee bug in multisite in 3.3 with the upload limits. If you;re limiting upload space on user&#8217;s sites, it gets stuck at 50mb. Patch is here in the meantime. © andrea for WordPress &#34;Must-Use&#34; Tutorials, 2011. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: Check out WPeBooks.com for [...]]]></description>
			<content:encoded><![CDATA[<p>Turns out there&#8217;s a wee bug in multisite in 3.3 with the upload limits. If you;re limiting upload space on user&#8217;s sites, it gets stuck at 50mb.</p>
<p><a href="http://core.trac.wordpress.org/ticket/19538">Patch is here</a> in the meantime.</p>
<hr />
<p><small>© andrea for <a href="http://wpmututorials.com">WordPress &quot;Must-Use&quot; Tutorials</a>, 2011. |
<a href="http://wpmututorials.com/known-issues/multisite-upload-limit-bug-in-3-3/">Permalink</a> |
<a href="http://wpmututorials.com/known-issues/multisite-upload-limit-bug-in-3-3/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/known-issues/multisite-upload-limit-bug-in-3-3/&title=Multisite upload limit bug in 3.3">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><strong>Check out <a href="http://wpebooks.com">WPeBooks.com</a> for multisite plugins & ebooks.</strong></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/known-issues/multisite-upload-limit-bug-in-3-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proposed change for ms-files.php &amp; image handling</title>
		<link>http://wpmututorials.com/known-issues/proposed-change-for-ms-files-php-image-handling/</link>
		<comments>http://wpmututorials.com/known-issues/proposed-change-for-ms-files-php-image-handling/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 14:32:09 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[known issues]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[improvement]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[porposed]]></category>
		<category><![CDATA[trac]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=636</guid>
		<description><![CDATA[This trac ticket has been tagged for 3.4 which is quite a while away from happening. Basically, the current way multisite handles images on the sub sites, is by running every request through a file called ms-files.php. This can actually be overridden via the sunrise.php file. The proposed change would involve moving new sub site [...]]]></description>
			<content:encoded><![CDATA[<p>This trac ticket has been tagged for 3.4 which is quite a while away from happening. Basically, the current way multisite handles images on the sub sites, is by running every request through a file called ms-files.php. This can actually be overridden via the sunrise.php file.</p>
<p>The proposed change would involve moving new sub site images into wp-content/uploads/sites/ where it makes much more sense. I&#8217;ve seen a lot of confusion over the blogs.dir folder and image rewrite rules.</p>
<p>This would also be handled in such a way that your current image uploads would <em>not</em> suddenly break. That would be a nightmare.</p>
<p>If you have worked extensively in this are of multisite, please <a href="http://core.trac.wordpress.org/ticket/19235">chime in on the trac ticket</a>.</p>
<hr />
<p><small>© andrea for <a href="http://wpmututorials.com">WordPress &quot;Must-Use&quot; Tutorials</a>, 2011. |
<a href="http://wpmututorials.com/known-issues/proposed-change-for-ms-files-php-image-handling/">Permalink</a> |
<a href="http://wpmututorials.com/known-issues/proposed-change-for-ms-files-php-image-handling/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/known-issues/proposed-change-for-ms-files-php-image-handling/&title=Proposed change for ms-files.php &#038; image handling">del.icio.us</a>
<br/>
Post tags: <a href="http://wpmututorials.com/tag/images/" rel="tag">images</a>, <a href="http://wpmututorials.com/tag/improvement/" rel="tag">improvement</a>, <a href="http://wpmututorials.com/tag/multisite/" rel="tag">multisite</a>, <a href="http://wpmututorials.com/tag/porposed/" rel="tag">porposed</a>, <a href="http://wpmututorials.com/tag/trac/" rel="tag">trac</a><br/>
</small></p>
<p><strong>Check out <a href="http://wpebooks.com">WPeBooks.com</a> for multisite plugins & ebooks.</strong></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/known-issues/proposed-change-for-ms-files-php-image-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rewrites</title>
		<link>http://wpmututorials.com/known-issues/rewrites/</link>
		<comments>http://wpmututorials.com/known-issues/rewrites/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 14:00:00 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[known issues]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=475</guid>
		<description><![CDATA[Found a rewrite loop issue for subfolder installs &#8211; my explanation on the ticket. Basically if a file under wp-content is requested and not found, Apache goes into a rewrite loop. Anyone with MU or a 3.0 network can fix their .htaccess files. Existing rewrite rule you may have in 3.0: RewriteRule (^[_0-9a-zA-Z-]+/)?(wp-(content&#124;admin&#124;includes).*) $2 [L] [...]]]></description>
			<content:encoded><![CDATA[<p>Found a rewrite loop issue for subfolder installs &#8211; my <a href="http://core.trac.wordpress.org/ticket/15083">explanation on the ticket</a>. Basically if a file under wp-content is requested and not found, Apache goes into a rewrite loop.   </p>
<p>Anyone with MU or a 3.0 network can fix their .htaccess files.</p>
<p>Existing rewrite rule you may have in 3.0:</p>
<p><code>RewriteRule  (^[_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]<br />
RewriteRule  (^[_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]</code></p>
<p>Or if you upgraded from MU it looks like this:<br />
<code>RewriteRule  (^[_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]<br />
RewriteRule  (^[_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]</code></p>
<p>Fixed version:<br />
<code><br />
RewriteRule  ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]<br />
RewriteRule  ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] </code></p>
<p>Just do a straight up replace of those lines.</p>
<p>If you have a subdomain install, you do not need to do this. If you have these rules, you can actually remove them.</p>
<hr />
<p><small>© Ron for <a href="http://wpmututorials.com">WordPress &quot;Must-Use&quot; Tutorials</a>, 2010. |
<a href="http://wpmututorials.com/known-issues/rewrites/">Permalink</a> |
<a href="http://wpmututorials.com/known-issues/rewrites/#comments">13 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/known-issues/rewrites/&title=Rewrites">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><strong>Check out <a href="http://wpebooks.com">WPeBooks.com</a> for multisite plugins & ebooks.</strong></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/known-issues/rewrites/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Did your user&#8217;s theme options and widgets page disappear?</title>
		<link>http://wpmututorials.com/known-issues/did-your-users-theme-options-and-widgets-page-disappear/</link>
		<comments>http://wpmututorials.com/known-issues/did-your-users-theme-options-and-widgets-page-disappear/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 18:15:46 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[known issues]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=415</guid>
		<description><![CDATA[Well here&#8217;s a little bug that was discovered, though it&#8217;s not really a bug in WordPress itself, rather a change. It shows up in themes with higher-level capabilities attached to certain menu items. In 3.0, this was made more stringent with the merge. the theme editor was left in with only Super Admins having access [...]]]></description>
			<content:encoded><![CDATA[<p>Well here&#8217;s a little bug that was discovered, though it&#8217;s not really a bug in WordPress itself, rather a change. It shows up in themes with higher-level capabilities attached to certain menu items.</p>
<p>In 3.0, this was made more stringent with the merge. the theme editor was left in with only Super Admins having access to it. Regular site administrators should not have access.</p>
<p>Some themes, however, have additional menu items (options pages) that use the capability edit_themes to access.</p>
<p>If you find this is happening to you, just search the theme&#8217;s functions.php file and change the edit_themes cap to edit_themes_options. That should fix it.</p>
<hr />
<p><small>© andrea for <a href="http://wpmututorials.com">WordPress &quot;Must-Use&quot; Tutorials</a>, 2010. |
<a href="http://wpmututorials.com/known-issues/did-your-users-theme-options-and-widgets-page-disappear/">Permalink</a> |
<a href="http://wpmututorials.com/known-issues/did-your-users-theme-options-and-widgets-page-disappear/#comments">11 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/known-issues/did-your-users-theme-options-and-widgets-page-disappear/&title=Did your user&#8217;s theme options and widgets page disappear?">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><strong>Check out <a href="http://wpebooks.com">WPeBooks.com</a> for multisite plugins & ebooks.</strong></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/known-issues/did-your-users-theme-options-and-widgets-page-disappear/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Bug affecting XMLRPC</title>
		<link>http://wpmututorials.com/news/bug-affecting-xmlrpc/</link>
		<comments>http://wpmututorials.com/news/bug-affecting-xmlrpc/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 03:39:33 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[known issues]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=136</guid>
		<description><![CDATA[There is some dispute as to who owns the bug. Some feel the developers behind PHP should address it while others feel that the libxml developers should resolve it. I&#8217;m not really interested in getting into that argument. The low-down on the bug is that libxml 2.7.X has been rolled out into major linux distros [...]]]></description>
			<content:encoded><![CDATA[<p>There is some dispute as to who owns the bug. Some feel the developers behind PHP should address it while others feel that the libxml developers should resolve it. I&#8217;m not really interested in getting into that argument.</p>
<p>The low-down on the bug is that libxml 2.7.X has been rolled out into major linux distros like Cent-OS 5, Fedora 9 &amp; Red Hat. (The only 2 current distros that I was able to find that have not gone past libxml 2.6.32 are Debian Etch and Ubuntu.) Although I did not research it, earlier versions of the distros like Cent-OS 4 &amp; Fedora 8 probably have not rolled in libxml 2.7.X. When the current stable version of PHP 5 is compiled with libxml 2.7.X, the &lt; and &gt; signs get stripped out of html posted via XMLRPC. For example</p>
<p><code>&amp;lt;p&amp;gt;Hello world!&amp;lt;/p&amp;gt;</code></p>
<p>normally would get translated to</p>
<p>&lt;p&gt;Hello world!&lt;/p&gt;</p>
<p>with the bug it gets translated to</p>
<p><code>pHello world!/p</code></p>
<p>If you are on a shared host, there probably is not a great deal you are going to be able to do about this other than weather the storm, so to speak. Most likely at some point you will encounter this bug if your shared host is on one of the OS&#8217;s mentioned above. At the same time, the shared host ISPs will be under some pressure to find a solution because the bug affects all version of both WP &amp; WPMU that support posting to a blog via XMLRPC.</p>
<p>If you are on a VPS, you can check your current libxml version by creating a php file on your website containing</p>
<p><code>&lt;?php phpinfo(); ?&gt;</code></p>
<p>and then load the php file in your web browser. Once loaded you can scroll down to a block that is titled <strong>libxml</strong>. Your libxml version is listed there. Versions up to 2.6.32 have tested ok for the html parsing. If your version is less than that then the best course of action over the next couple months is to NOT rebuild PHP.</p>
<p>There is a <a href="http://people.apache.org/~jorton/php-5.2.6-xmlwformed.patch">patch</a> available. I haven&#8217;t tried the patch and cannot vouch for it. On a manged VPS you may encounter difficulty in applying the patch (depending on the degree of control the VPS maintains on sources).</p>
<p>I researched this bug as a result of one of our clients having PHP recompiled on their Cent-OS 5 VPS in the last few weeks. If you are looking to set up a VPS in the next couple months, I would recommend that you steer clear of Cent-OS 5 VPS&#8217;s.</p>
<p>Updated to add: <a href="http://josephscott.org/">Joseph Scott</a> was one of the WP devs who worked on tracking down and testing libxml versions for the issue. He has lots of additional links on the bug <a href="http://josephscott.org/archives/2008/12/problems-with-libxml2-for-wordpress-xml-rpc-users/">here</a>.</p>
<hr />
<p><small>© Ron for <a href="http://wpmututorials.com">WordPress &quot;Must-Use&quot; Tutorials</a>, 2009. |
<a href="http://wpmututorials.com/news/bug-affecting-xmlrpc/">Permalink</a> |
<a href="http://wpmututorials.com/news/bug-affecting-xmlrpc/#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/news/bug-affecting-xmlrpc/&title=Bug affecting XMLRPC">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><strong>Check out <a href="http://wpebooks.com">WPeBooks.com</a> for multisite plugins & ebooks.</strong></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/news/bug-affecting-xmlrpc/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Upgrade to WPMU 2.6.1</title>
		<link>http://wpmututorials.com/news/upgrade-to-wpmu-261/</link>
		<comments>http://wpmututorials.com/news/upgrade-to-wpmu-261/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 18:54:07 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[known issues]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[2.6.1]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=115</guid>
		<description><![CDATA[Unlike the upgrade between regular WordPress from 2.6 to 2.6.1 being non-urgent, this upgrade for WPMU *is* required if you&#8217;re on 2.6. One reason is it fixes a really nasty bug with deleting blogs. You can check the trac timeline to see exactly what was fixed &#38; changed. © andrea for WordPress &#34;Must-Use&#34; Tutorials, 2008. [...]]]></description>
			<content:encoded><![CDATA[<p>Unlike the upgrade between regular WordPress from 2.6 to 2.6.1 being non-urgent, this upgrade for WPMU *is* required if you&#8217;re on 2.6. One reason is it fixes a really nasty bug with deleting blogs.</p>
<p>You can check the <a href="http://trac.mu.wordpress.org/timeline">trac timeline</a> to see exactly what was fixed &amp; changed.</p>
<hr />
<p><small>© andrea for <a href="http://wpmututorials.com">WordPress &quot;Must-Use&quot; Tutorials</a>, 2008. |
<a href="http://wpmututorials.com/news/upgrade-to-wpmu-261/">Permalink</a> |
<a href="http://wpmututorials.com/news/upgrade-to-wpmu-261/#comments">7 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/news/upgrade-to-wpmu-261/&title=Upgrade to WPMU 2.6.1">del.icio.us</a>
<br/>
Post tags: <a href="http://wpmututorials.com/tag/261/" rel="tag">2.6.1</a>, <a href="http://wpmututorials.com/tag/new-release/" rel="tag">new release</a>, <a href="http://wpmututorials.com/tag/upgrade/" rel="tag">upgrade</a><br/>
</small></p>
<p><strong>Check out <a href="http://wpebooks.com">WPeBooks.com</a> for multisite plugins & ebooks.</strong></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/news/upgrade-to-wpmu-261/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Check your install for unfiltered_html</title>
		<link>http://wpmututorials.com/known-issues/check-your-install-for-unfiltered_html/</link>
		<comments>http://wpmututorials.com/known-issues/check-your-install-for-unfiltered_html/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 18:09:41 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[known issues]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/known-issues/check-your-install-for-unfiltered_html/</guid>
		<description><![CDATA[Just before the last release, the check for unfiltered_html snuck back into the code base for MU. This means that if you&#8217;re using code since then, your users can insert malicious code into your site. Please read this forum post from Donncha for more details. You can update the wp-admin/includes/schema.php so new blogs won&#8217;t have [...]]]></description>
			<content:encoded><![CDATA[<p>Just before the last release, the check for unfiltered_html snuck back into the code base for MU. This means that if you&#8217;re using code since then, your users can insert malicious code into your site.</p>
<p>Please <a href="http://mu.wordpress.org/forums/topic.php?id=7809">read this forum post from Donncha</a> for more details. You can update the wp-admin/includes/schema.php so new blogs won&#8217;t have this, and Donncha has provided a plugin to strip it off any blogs that may be using it.</p>
<p>It is very important that you check your codebase for this.</p>
<hr />
<p><small>© andrea for <a href="http://wpmututorials.com">WordPress &quot;Must-Use&quot; Tutorials</a>, 2008. |
<a href="http://wpmututorials.com/known-issues/check-your-install-for-unfiltered_html/">Permalink</a> |
<a href="http://wpmututorials.com/known-issues/check-your-install-for-unfiltered_html/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/known-issues/check-your-install-for-unfiltered_html/&title=Check your install for unfiltered_html">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><strong>Check out <a href="http://wpebooks.com">WPeBooks.com</a> for multisite plugins & ebooks.</strong></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/known-issues/check-your-install-for-unfiltered_html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MU version 1.3.3 has object cache issues</title>
		<link>http://wpmututorials.com/known-issues/mu-version-133-has-object-cache-issues/</link>
		<comments>http://wpmututorials.com/known-issues/mu-version-133-has-object-cache-issues/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 20:41:58 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[known issues]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/known-issues/mu-version-133-has-object-cache-issues/</guid>
		<description><![CDATA[Seems the latest version is a wee bit broken in the cache area. It&#8217;s an older problem that was previously fixed, but soemhow slipped through again. It happens. Check the trac ticket here on the issue and the fix here. © andrea for WordPress &#34;Must-Use&#34; Tutorials, 2008. &#124; Permalink &#124; 3 comments &#124; Add to [...]]]></description>
			<content:encoded><![CDATA[<p>Seems the latest version is a wee bit broken in the cache area. It&#8217;s an older problem that was previously fixed, but soemhow slipped through again. It happens. Check the <a href="http://trac.mu.wordpress.org/ticket/557">trac ticket here</a> on the issue and <a href="http://trac.mu.wordpress.org/ticket/542">the fix here</a>.</p>
<hr />
<p><small>© andrea for <a href="http://wpmututorials.com">WordPress &quot;Must-Use&quot; Tutorials</a>, 2008. |
<a href="http://wpmututorials.com/known-issues/mu-version-133-has-object-cache-issues/">Permalink</a> |
<a href="http://wpmututorials.com/known-issues/mu-version-133-has-object-cache-issues/#comments">3 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/known-issues/mu-version-133-has-object-cache-issues/&title=MU version 1.3.3 has object cache issues">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><strong>Check out <a href="http://wpebooks.com">WPeBooks.com</a> for multisite plugins & ebooks.</strong></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/known-issues/mu-version-133-has-object-cache-issues/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

