<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Virtual Multiblog 2.6.1</title>
	<atom:link href="http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/</link>
	<description>"It's All Geek To Me"</description>
	<lastBuildDate>Mon, 05 Dec 2011 13:30:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alvise Nicoletti</title>
		<link>http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/comment-page-1/#comment-2593</link>
		<dc:creator>Alvise Nicoletti</dc:creator>
		<pubDate>Thu, 15 Apr 2010 21:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/#comment-2593</guid>
		<description>2.4 is old? dangerous?

could be the cause of memory load and apache server loops with 100% cpu 2 times a month?</description>
		<content:encoded><![CDATA[<p>2.4 is old? dangerous?</p>
<p>could be the cause of memory load and apache server loops with 100% cpu 2 times a month?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen R</title>
		<link>http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/comment-page-1/#comment-2592</link>
		<dc:creator>Stephen R</dc:creator>
		<pubDate>Thu, 15 Apr 2010 17:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/#comment-2592</guid>
		<description>Alvise-- look in WP Admin. Under Dashboard in the menu there is a Multiblog page. (If there isn&#039;t, you&#039;re using a really old version!) </description>
		<content:encoded><![CDATA[<p>Alvise&#8211; look in WP Admin. Under Dashboard in the menu there is a Multiblog page. (If there isn&#8217;t, you&#8217;re using a really old version!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alvise Nicoletti</title>
		<link>http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/comment-page-1/#comment-2582</link>
		<dc:creator>Alvise Nicoletti</dc:creator>
		<pubDate>Thu, 08 Apr 2010 12:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/#comment-2582</guid>
		<description>Hi .... where I can see the version of VM ?

I have a really old version (3 years ago) but I don&#039;t see any version number in the files!</description>
		<content:encoded><![CDATA[<p>Hi &#8230;. where I can see the version of VM ?</p>
<p>I have a really old version (3 years ago) but I don&#8217;t see any version number in the files!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/comment-page-1/#comment-2392</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Mon, 31 Aug 2009 15:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/#comment-2392</guid>
		<description>Jose -- The ABSPATH define() in wp-config.php in default WordPress is actually somewhat of a bug, in my opinion, because if/when it runs it can frequently return the wrong path.  Basically, wp-o-matic is using a problematic method of doing what it&#039;s doing, and I would not be surprised if it fails in the future with regular WP.

(Specifically, wp-config.php is not always in the WP folder; it may be located one folder up.  Thus defining ABSPATH as &quot;where this file is&quot; is sometimes wrong.)</description>
		<content:encoded><![CDATA[<p>Jose &#8212; The ABSPATH define() in wp-config.php in default WordPress is actually somewhat of a bug, in my opinion, because if/when it runs it can frequently return the wrong path.  Basically, wp-o-matic is using a problematic method of doing what it&#8217;s doing, and I would not be surprised if it fails in the future with regular WP.</p>
<p>(Specifically, wp-config.php is not always in the WP folder; it may be located one folder up.  Thus defining ABSPATH as &#8220;where this file is&#8221; is sometimes wrong.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Luis</title>
		<link>http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/comment-page-1/#comment-2386</link>
		<dc:creator>Jose Luis</dc:creator>
		<pubDate>Wed, 19 Aug 2009 18:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/#comment-2386</guid>
		<description>Hi Stephen. Just had an issue using wp-o-matic. It&#039;s cron job to read feed would not work with the error:
PHP Fatal error:  require_once(): Failed opening required &#039;ABSPATHwp-content/multiblog/resources&#039;/home/webs/phplibs&#039;) in /home/webs/wordpress/html_svn/wp-config.php on line 63

Including back into wp-config.php:
if ( !defined(&#039;ABSPATH&#039;) )
	define(&#039;ABSPATH&#039;, dirname(__FILE__) . &#039;/&#039;);

Solved the issue but I see in your changelog that you have intentionally removed it. I&#039;ll leave like that for now but not sure if its an specific issue of this plugin or something that could affect others too.
Thanks. Jose Luis</description>
		<content:encoded><![CDATA[<p>Hi Stephen. Just had an issue using wp-o-matic. It&#8217;s cron job to read feed would not work with the error:<br />
PHP Fatal error:  require_once(): Failed opening required &#8216;ABSPATHwp-content/multiblog/resources&#8217;/home/webs/phplibs&#8217;) in /home/webs/wordpress/html_svn/wp-config.php on line 63</p>
<p>Including back into wp-config.php:<br />
if ( !defined(&#8216;ABSPATH&#8217;) )<br />
	define(&#8216;ABSPATH&#8217;, dirname(__FILE__) . &#8216;/&#8217;);</p>
<p>Solved the issue but I see in your changelog that you have intentionally removed it. I&#8217;ll leave like that for now but not sure if its an specific issue of this plugin or something that could affect others too.<br />
Thanks. Jose Luis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/comment-page-1/#comment-2360</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Mon, 03 Aug 2009 14:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/#comment-2360</guid>
		<description>Not a security release.  If 2.5 is working for you, you can stay with it.</description>
		<content:encoded><![CDATA[<p>Not a security release.  If 2.5 is working for you, you can stay with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TreeIsTaller</title>
		<link>http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/comment-page-1/#comment-2359</link>
		<dc:creator>TreeIsTaller</dc:creator>
		<pubDate>Sun, 02 Aug 2009 00:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/#comment-2359</guid>
		<description>Ok, but this isn&#039;t security release, right? So if I don&#039;t need new features at the moment, I can continue using version 2.5, correct?</description>
		<content:encoded><![CDATA[<p>Ok, but this isn&#8217;t security release, right? So if I don&#8217;t need new features at the moment, I can continue using version 2.5, correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtual Multiblog 2.6.1</title>
		<link>http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/comment-page-1/#comment-2348</link>
		<dc:creator>Virtual Multiblog 2.6.1</dc:creator>
		<pubDate>Thu, 23 Jul 2009 09:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2009/07/virtual-multiblog-2-6-1/#comment-2348</guid>
		<description>[...] Here is the original:  Virtual Multiblog 2.6.1 [...]</description>
		<content:encoded><![CDATA[<p>[...] Here is the original:  Virtual Multiblog 2.6.1 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

