<?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: WP-Cache Bug Strikes Back: Site Down 17 Hours</title>
	<atom:link href="http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/</link>
	<description>Technology News, Blogging Tips, Guestblogging, Social Media</description>
	<lastBuildDate>Fri, 10 Feb 2012 10:25:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Arek</title>
		<link>http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/comment-page-4/#comment-744473</link>
		<dc:creator>Arek</dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/#comment-744473</guid>
		<description>I just had the same blank page problem, only I can&#039;t find wp_cache_ob_end function 

It must have been changed in the previous version of WP cache (I&#039;m using WP Super Cache 0.9.8)</description>
		<content:encoded><![CDATA[<p>I just had the same blank page problem, only I can&#8217;t find wp_cache_ob_end function </p>
<p>It must have been changed in the previous version of WP cache (I&#8217;m using WP Super Cache 0.9.8)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajinkya</title>
		<link>http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/comment-page-3/#comment-740245</link>
		<dc:creator>Ajinkya</dc:creator>
		<pubDate>Wed, 04 Nov 2009 03:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/#comment-740245</guid>
		<description>I had encountered this issue for the most of the times ,when i was using freehostia , these wp bugs will take a lot of time, finally happy with blogger !</description>
		<content:encoded><![CDATA[<p>I had encountered this issue for the most of the times ,when i was using freehostia , these wp bugs will take a lot of time, finally happy with blogger !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn de Visser</title>
		<link>http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/comment-page-3/#comment-713079</link>
		<dc:creator>Martijn de Visser</dc:creator>
		<pubDate>Sun, 09 Nov 2008 22:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/#comment-713079</guid>
		<description>I have encountered the same issue, especially after changing a post or page, WP-Cache sometimes seems to make my WP installation unresponsive. Disabling it and then manually removing all files from the &#039;cache&#039; folder and the &#039;advanced-cache&#039; link (using FTP) helps, but is of course far from ideal. Hope this can be fixed in a future release.</description>
		<content:encoded><![CDATA[<p>I have encountered the same issue, especially after changing a post or page, WP-Cache sometimes seems to make my WP installation unresponsive. Disabling it and then manually removing all files from the &#8216;cache&#8217; folder and the &#8216;advanced-cache&#8217; link (using FTP) helps, but is of course far from ideal. Hope this can be fixed in a future release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beetlejuice</title>
		<link>http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/comment-page-3/#comment-541348</link>
		<dc:creator>Beetlejuice</dc:creator>
		<pubDate>Tue, 06 Nov 2007 04:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/#comment-541348</guid>
		<description>Dreamhost have a fix for this problem in their Help pages:

1. Open /wp-content/plugins/wp-cache/wp-cache-phase2.php file* in your favourite text editor, where  is the domain that you&#039;re having troubles with EG: dreamhost.com/wp-content/plugins/wp-cache/wp-cache-phase2.php 
2. Alternatively if that file is not in that location for some reason you can issue this command to find it from the  directory: find . -name wp-cache-phase2.php 
3. Locate the wp_cache_ob_end function 
4. then inside that function find the line with: ob_end_clean(); (it should be line 219 or about) 
5. and finally replace that line with: ob_end_flush(); 

http://wiki.dreamhost.com/WordPress#Blank_Pages</description>
		<content:encoded><![CDATA[<p>Dreamhost have a fix for this problem in their Help pages:</p>
<p>1. Open /wp-content/plugins/wp-cache/wp-cache-phase2.php file* in your favourite text editor, where  is the domain that you&#8217;re having troubles with EG: dreamhost.com/wp-content/plugins/wp-cache/wp-cache-phase2.php<br />
2. Alternatively if that file is not in that location for some reason you can issue this command to find it from the  directory: find . -name wp-cache-phase2.php<br />
3. Locate the wp_cache_ob_end function<br />
4. then inside that function find the line with: ob_end_clean(); (it should be line 219 or about)<br />
5. and finally replace that line with: ob_end_flush(); </p>
<p><a href="http://wiki.dreamhost.com/WordPress#Blank_Pages" rel="nofollow">http://wiki.dreamhost.com/WordPress#Blank_Pages</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Accettura</title>
		<link>http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/comment-page-3/#comment-529025</link>
		<dc:creator>Robert Accettura</dc:creator>
		<pubDate>Sun, 28 Oct 2007 03:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/#comment-529025</guid>
		<description>I&#039;ve hard of this bug before but never seen it myself.  It sounds as if the age of the cache isn&#039;t being correctly handled.

wp-cache seems to use filemtime(), making me wonder if this is an issue mostly for those who use webhosts that mount their filesystem using NFS, or have some sort of file caching mechanism in place that can cause funny behavior from time to time.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve hard of this bug before but never seen it myself.  It sounds as if the age of the cache isn&#8217;t being correctly handled.</p>
<p>wp-cache seems to use filemtime(), making me wonder if this is an issue mostly for those who use webhosts that mount their filesystem using NFS, or have some sort of file caching mechanism in place that can cause funny behavior from time to time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shivaranjan</title>
		<link>http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/comment-page-3/#comment-510611</link>
		<dc:creator>Shivaranjan</dc:creator>
		<pubDate>Tue, 16 Oct 2007 01:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/#comment-510611</guid>
		<description>You can use it in this same way until the plugin author fixes the bug. :)</description>
		<content:encoded><![CDATA[<p>You can use it in this same way until the plugin author fixes the bug. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armen</title>
		<link>http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/comment-page-2/#comment-507751</link>
		<dc:creator>Armen</dc:creator>
		<pubDate>Sat, 13 Oct 2007 10:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/#comment-507751</guid>
		<description>Oh right...
That&#039;s an interesting bug.</description>
		<content:encoded><![CDATA[<p>Oh right&#8230;<br />
That&#8217;s an interesting bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QuickOnlineTips</title>
		<link>http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/comment-page-2/#comment-507712</link>
		<dc:creator>QuickOnlineTips</dc:creator>
		<pubDate>Sat, 13 Oct 2007 10:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/#comment-507712</guid>
		<description>Armen - The WP-cache is set to clear every 1 hour by default. Maybe setting it up to a lesser time of half an hour might help. But the issue of cached pages = expired pages will still occur, though at a lower page number.</description>
		<content:encoded><![CDATA[<p>Armen &#8211; The WP-cache is set to clear every 1 hour by default. Maybe setting it up to a lesser time of half an hour might help. But the issue of cached pages = expired pages will still occur, though at a lower page number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armen</title>
		<link>http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/comment-page-2/#comment-507515</link>
		<dc:creator>Armen</dc:creator>
		<pubDate>Sat, 13 Oct 2007 07:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/#comment-507515</guid>
		<description>I think the problem would be fixed by simply clearing the cache every so often. If that could be automated, then that would probably fix the issue.</description>
		<content:encoded><![CDATA[<p>I think the problem would be fixed by simply clearing the cache every so often. If that could be automated, then that would probably fix the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QuickOnlineTips</title>
		<link>http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/comment-page-2/#comment-504217</link>
		<dc:creator>QuickOnlineTips</dc:creator>
		<pubDate>Wed, 10 Oct 2007 17:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/#comment-504217</guid>
		<description>&quot;Use it when your site gets dugg or slashdotted rather than every day.&quot; - now that is a great idea Shivaranjan. It works for me that way... :-)</description>
		<content:encoded><![CDATA[<p>&#8220;Use it when your site gets dugg or slashdotted rather than every day.&#8221; &#8211; now that is a great idea Shivaranjan. It works for me that way&#8230; :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.quickonlinetips.com/archives/2007/10/wp-cache-bug-strikes-back-site-down-17-hours/feed/ ) in 0.44430 seconds, on Feb 10th, 2012 at 8:40 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 11th, 2012 at 6:40 am UTC -->
