<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: WP-Cache 2.0</title>
	<link>http://mnm.uib.es/gallir</link>
	<description>I write about free software, and free culture</description>
	<pubDate>Wed, 16 May 2012 14:57:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: blake</title>
		<link>http://mnm.uib.es/gallir/wp-cache-2/#comment-12672</link>
		<dc:creator>blake</dc:creator>
		<pubDate>Mon, 05 Jun 2006 16:02:29 +0000</pubDate>
		<guid>http://mnm.uib.es/gallir/wp-cache-2/#comment-12672</guid>
		<description>Many of using wp-cache seem to have the problem of NOT being able to include any dynamic plugins once wp-cache is enabled. mfunc does not work for dynamic plugins. It sure would be lovely to figure out a workaround. Please, please, if anyone has one, post.</description>
		<content:encoded><![CDATA[<p>Many of using wp-cache seem to have the problem of NOT being able to include any dynamic plugins once wp-cache is enabled. mfunc does not work for dynamic plugins. It sure would be lovely to figure out a workaround. Please, please, if anyone has one, post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leion</title>
		<link>http://mnm.uib.es/gallir/wp-cache-2/#comment-12630</link>
		<dc:creator>Leion</dc:creator>
		<pubDate>Sun, 04 Jun 2006 19:21:12 +0000</pubDate>
		<guid>http://mnm.uib.es/gallir/wp-cache-2/#comment-12630</guid>
		<description>I think i solved my problem. It was a setting in the server. Now I would like to ask if it is possible to make one widget dynamic? I am not able to do so for my online counter. Or how can I make my sidebar dynamic?</description>
		<content:encoded><![CDATA[<p>I think i solved my problem. It was a setting in the server. Now I would like to ask if it is possible to make one widget dynamic? I am not able to do so for my online counter. Or how can I make my sidebar dynamic?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leion</title>
		<link>http://mnm.uib.es/gallir/wp-cache-2/#comment-12614</link>
		<dc:creator>Leion</dc:creator>
		<pubDate>Sun, 04 Jun 2006 15:54:29 +0000</pubDate>
		<guid>http://mnm.uib.es/gallir/wp-cache-2/#comment-12614</guid>
		<description>I followed everything in the manual install but i still get this error: 
"Couldn't write to: /home/httpd/vhosts/...../blog/httpdocs/wp-content/cache/wp-cache-bade0af957b50b069f1c002b8a0dd3d0.html"

I have set the directory to writable but still cannot cache. 

Please help me</description>
		<content:encoded><![CDATA[<p>I followed everything in the manual install but i still get this error:<br />
&#8220;Couldn&#8217;t write to: /home/httpd/vhosts/&#8230;../blog/httpdocs/wp-content/cache/wp-cache-bade0af957b50b069f1c002b8a0dd3d0.html&#8221;</p>
<p>I have set the directory to writable but still cannot cache. </p>
<p>Please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnP</title>
		<link>http://mnm.uib.es/gallir/wp-cache-2/#comment-12589</link>
		<dc:creator>JohnP</dc:creator>
		<pubDate>Sun, 04 Jun 2006 04:32:16 +0000</pubDate>
		<guid>http://mnm.uib.es/gallir/wp-cache-2/#comment-12589</guid>
		<description>Well, I'm somewhat embarassed to admit I'm stuck on:

&lt;blockquote&gt;Upload to your plugins folder, usually wp-content/plugins/ and unzip the file&lt;/blockquote&gt;

Although I have installed dozens of WP Plugins, I have never had to do it this way and have no idea how I would go about it. When I unzip the file on my hard drive I see no sign of any wp-content/plugins/wp-cache/ directory. 

Also, having read all 373 comments carefully, I also don't see any useable instructions for inserting a symbolic link, despite the fact that people continually ask about it. Like the vast majority of WP users (I expect), I do not have SSH or Telnet access to my host server.

Can this symbolic link be made using .htaccess and if so how?</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;m somewhat embarassed to admit I&#8217;m stuck on:</p>
<blockquote><p>Upload to your plugins folder, usually wp-content/plugins/ and unzip the file</p></blockquote>
<p>Although I have installed dozens of WP Plugins, I have never had to do it this way and have no idea how I would go about it. When I unzip the file on my hard drive I see no sign of any wp-content/plugins/wp-cache/ directory. </p>
<p>Also, having read all 373 comments carefully, I also don&#8217;t see any useable instructions for inserting a symbolic link, despite the fact that people continually ask about it. Like the vast majority of WP users (I expect), I do not have SSH or Telnet access to my host server.</p>
<p>Can this symbolic link be made using .htaccess and if so how?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: war59312 (Will)</title>
		<link>http://mnm.uib.es/gallir/wp-cache-2/#comment-12554</link>
		<dc:creator>war59312 (Will)</dc:creator>
		<pubDate>Sat, 03 Jun 2006 09:01:15 +0000</pubDate>
		<guid>http://mnm.uib.es/gallir/wp-cache-2/#comment-12554</guid>
		<description>Um, let me try that one more time. Werid!

Hey,

Finally figured out my problem. :)

wp-settings.php was missing the following:

add:

`// For an advanced caching plugin to use, static because you would only want one
if ( defined('WP_CACHE') )
	require (ABSPATH . 'wp-content/advanced-cache.php');`

after:

`// Change to E_ALL for development/debugging
error_reporting(E_ALL ^ E_NOTICE);`

Why? I have no idea. Really werid!!! Just glad I finally figured it out.

About darn time. hehe Working pefectly now. :)

Take Care,

Will</description>
		<content:encoded><![CDATA[<p>Um, let me try that one more time. Werid!</p>
<p>Hey,</p>
<p>Finally figured out my problem. <img src='http://mnm.uib.es/gallir/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>wp-settings.php was missing the following:</p>
<p>add:</p>
<p>`// For an advanced caching plugin to use, static because you would only want one<br />
if ( defined(&#8217;WP_CACHE&#8217;) )<br />
	require (ABSPATH . &#8216;wp-content/advanced-cache.php&#8217;);`</p>
<p>after:</p>
<p>`// Change to E_ALL for development/debugging<br />
error_reporting(E_ALL ^ E_NOTICE);`</p>
<p>Why? I have no idea. Really werid!!! Just glad I finally figured it out.</p>
<p>About darn time. hehe Working pefectly now. <img src='http://mnm.uib.es/gallir/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Take Care,</p>
<p>Will</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: war59312 (Will)</title>
		<link>http://mnm.uib.es/gallir/wp-cache-2/#comment-12553</link>
		<dc:creator>war59312 (Will)</dc:creator>
		<pubDate>Sat, 03 Jun 2006 08:58:23 +0000</pubDate>
		<guid>http://mnm.uib.es/gallir/wp-cache-2/#comment-12553</guid>
		<description>Hey,

Finally figured out my problem. :)

wp-settings.php was missing the following:

&lt;code&gt;

after:

&lt;code&gt;// Change to E_ALL for development/debugging
error_reporting(E_ALL ^ E_NOTICE);&lt;/code&gt;

Why? I have no idea. Really werid!!! Just glad I finally figured it out.

About darn time. hehe Working pefectly now. :)

Take Care,

Will</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Finally figured out my problem. <img src='http://mnm.uib.es/gallir/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>wp-settings.php was missing the following:</p>
<p><code></p>
<p>after:</p>
<p></code><code>// Change to E_ALL for development/debugging<br />
error_reporting(E_ALL ^ E_NOTICE);</code></p>
<p>Why? I have no idea. Really werid!!! Just glad I finally figured it out.</p>
<p>About darn time. hehe Working pefectly now. <img src='http://mnm.uib.es/gallir/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Take Care,</p>
<p>Will</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaime Iniesta</title>
		<link>http://mnm.uib.es/gallir/wp-cache-2/#comment-12315</link>
		<dc:creator>Jaime Iniesta</dc:creator>
		<pubDate>Tue, 30 May 2006 10:09:31 +0000</pubDate>
		<guid>http://mnm.uib.es/gallir/wp-cache-2/#comment-12315</guid>
		<description>I installed it and got the blank page problem but corrected it with the ob_end_clean to ob_end_flush trick and it works great.</description>
		<content:encoded><![CDATA[<p>I installed it and got the blank page problem but corrected it with the ob_end_clean to ob_end_flush trick and it works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iced</title>
		<link>http://mnm.uib.es/gallir/wp-cache-2/#comment-12209</link>
		<dc:creator>iced</dc:creator>
		<pubDate>Sat, 27 May 2006 17:01:16 +0000</pubDate>
		<guid>http://mnm.uib.es/gallir/wp-cache-2/#comment-12209</guid>
		<description>Hi everyone,

First of all i wanted to let you know that i really appreciate your work. I run a pretty large non-commercial site and so wp-cache could prevent me from buying dedicated webserver.

I do have some questions though. As i said i just installed the plugin. I think it working since i see the cached pages multiplying every second. However i don't know if i installed it correctly. My index.php is causing the most problems according my webhoster, sometimes it seems to take up  75% of the shared CPU power. Therefore i installed your plugin. The front page loads up 7 excerpts, 30 headlines, 37 comment counts and a lot more. If those queries are cached it would be an enormous power saver. Instead of loading all the queries constantly i want it to load it from the cache and refresh it every 30 minutes. However, when i post a new article, it's right on the front page on the front page, the same counts for comments in posts.  Of coarse  iam glad it is there inmidiatelly, that's the purpose of a news site, being fast. But it leaves me thinking the index isn't cached after all. Or is it? You can find my website on http://www.nieuwszicht.com It probably helps a little bit if you see the site visually.


I also have the UTF-8 problem. I installed version wp-cache-2-0-17at first and then installed wp-cache-2-0-2a to fix it. It doesn't seem to help unfortunately.

Here is my PHP and SQL information, perhaps it helps:

Operating system  	Linux
Linux kernel version 	2.6.9-22.0.1.ELsmp
Apache version 	1.3.34 (Unix)
Perl version 	5.8.7 (more info)
PHP version 	PHP/4.4.1 (more info)
MySQL version 	4.1.14-standard

My apologies for the bad English and thank you in advance for answering the questions.</description>
		<content:encoded><![CDATA[<p>Hi everyone,</p>
<p>First of all i wanted to let you know that i really appreciate your work. I run a pretty large non-commercial site and so wp-cache could prevent me from buying dedicated webserver.</p>
<p>I do have some questions though. As i said i just installed the plugin. I think it working since i see the cached pages multiplying every second. However i don&#8217;t know if i installed it correctly. My index.php is causing the most problems according my webhoster, sometimes it seems to take up  75% of the shared CPU power. Therefore i installed your plugin. The front page loads up 7 excerpts, 30 headlines, 37 comment counts and a lot more. If those queries are cached it would be an enormous power saver. Instead of loading all the queries constantly i want it to load it from the cache and refresh it every 30 minutes. However, when i post a new article, it&#8217;s right on the front page on the front page, the same counts for comments in posts.  Of coarse  iam glad it is there inmidiatelly, that&#8217;s the purpose of a news site, being fast. But it leaves me thinking the index isn&#8217;t cached after all. Or is it? You can find my website on <a href="http://www.nieuwszicht.com" rel="nofollow">http://www.nieuwszicht.com</a> It probably helps a little bit if you see the site visually.</p>
<p>I also have the UTF-8 problem. I installed version wp-cache-2-0-17at first and then installed wp-cache-2-0-2a to fix it. It doesn&#8217;t seem to help unfortunately.</p>
<p>Here is my PHP and SQL information, perhaps it helps:</p>
<p>Operating system  	Linux<br />
Linux kernel version 	2.6.9-22.0.1.ELsmp<br />
Apache version 	1.3.34 (Unix)<br />
Perl version 	5.8.7 (more info)<br />
PHP version 	PHP/4.4.1 (more info)<br />
MySQL version 	4.1.14-standard</p>
<p>My apologies for the bad English and thank you in advance for answering the questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fabian</title>
		<link>http://mnm.uib.es/gallir/wp-cache-2/#comment-12072</link>
		<dc:creator>fabian</dc:creator>
		<pubDate>Tue, 23 May 2006 21:26:45 +0000</pubDate>
		<guid>http://mnm.uib.es/gallir/wp-cache-2/#comment-12072</guid>
		<description>how do i insert a symbolic link?</description>
		<content:encoded><![CDATA[<p>how do i insert a symbolic link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitalfrog</title>
		<link>http://mnm.uib.es/gallir/wp-cache-2/#comment-11967</link>
		<dc:creator>digitalfrog</dc:creator>
		<pubDate>Fri, 19 May 2006 21:43:07 +0000</pubDate>
		<guid>http://mnm.uib.es/gallir/wp-cache-2/#comment-11967</guid>
		<description>haaahaaa....

Looks like there is a fix:

1. Open wp-cache-phase2.php file* in your favourite text editor
2. Find out wp_cache_ob_end function
3. then inside that function find out line with: ob_end_clean(); (it should be line 219 or about)
4. and finally replace that line with: ob_end_flush();

found it here: http://wordpress.org/support/topic/48777


Frog</description>
		<content:encoded><![CDATA[<p>haaahaaa&#8230;.</p>
<p>Looks like there is a fix:</p>
<p>1. Open wp-cache-phase2.php file* in your favourite text editor<br />
2. Find out wp_cache_ob_end function<br />
3. then inside that function find out line with: ob_end_clean(); (it should be line 219 or about)<br />
4. and finally replace that line with: ob_end_flush();</p>
<p>found it here: <a href="http://wordpress.org/support/topic/48777" rel="nofollow">http://wordpress.org/support/topic/48777</a></p>
<p>Frog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Still Confused</title>
		<link>http://mnm.uib.es/gallir/wp-cache-2/#comment-11957</link>
		<dc:creator>Still Confused</dc:creator>
		<pubDate>Fri, 19 May 2006 16:09:10 +0000</pubDate>
		<guid>http://mnm.uib.es/gallir/wp-cache-2/#comment-11957</guid>
		<description>Symbolic link - comment #300 came closest but I still have no idea what this means... type it in a CMD prompt window? I think not. I'm using Filezilla to ftp up to my ISP's host (I, like alot of others, do not have my own server) so how do I get this working? 

This is the error I am getting on the options panel:

advanced-cache.php link does not exist
Create it by executing:
ln -s /WP/wp-content/plugins/wp-cache/wp-cache-phase1.php /WP/wp-content/advanced-cache.php
in your server

I manually add this advanced-cache file to the server and all the files are 777 but I still get the same error.

I see 4-5 prior requests for help on the symbolic link step, please be very explicit for us noobies so we can all use this. TIA.</description>
		<content:encoded><![CDATA[<p>Symbolic link - comment #300 came closest but I still have no idea what this means&#8230; type it in a CMD prompt window? I think not. I&#8217;m using Filezilla to ftp up to my ISP&#8217;s host (I, like alot of others, do not have my own server) so how do I get this working? </p>
<p>This is the error I am getting on the options panel:</p>
<p>advanced-cache.php link does not exist<br />
Create it by executing:<br />
ln -s /WP/wp-content/plugins/wp-cache/wp-cache-phase1.php /WP/wp-content/advanced-cache.php<br />
in your server</p>
<p>I manually add this advanced-cache file to the server and all the files are 777 but I still get the same error.</p>
<p>I see 4-5 prior requests for help on the symbolic link step, please be very explicit for us noobies so we can all use this. TIA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitalfrog</title>
		<link>http://mnm.uib.es/gallir/wp-cache-2/#comment-11374</link>
		<dc:creator>digitalfrog</dc:creator>
		<pubDate>Thu, 18 May 2006 13:53:05 +0000</pubDate>
		<guid>http://mnm.uib.es/gallir/wp-cache-2/#comment-11374</guid>
		<description>First, I'm please that this plugin exists because I run my blog on an old PII with 256megs of ram and this should help a bit
I installed the latest version and I get the white page issue like a few others.
Seems a reload of *each* page helps, but if someone adds a comment or so the articles are not showing anymore.
I manualy went to each article and did a reload, but it won't matter as tis will break every time someone will add a comment :-(

Looks like we are a few with this issue, anyhelp is appreciated.

Digitalfrog</description>
		<content:encoded><![CDATA[<p>First, I&#8217;m please that this plugin exists because I run my blog on an old PII with 256megs of ram and this should help a bit<br />
I installed the latest version and I get the white page issue like a few others.<br />
Seems a reload of *each* page helps, but if someone adds a comment or so the articles are not showing anymore.<br />
I manualy went to each article and did a reload, but it won&#8217;t matter as tis will break every time someone will add a comment <img src='http://mnm.uib.es/gallir/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Looks like we are a few with this issue, anyhelp is appreciated.</p>
<p>Digitalfrog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dryan</title>
		<link>http://mnm.uib.es/gallir/wp-cache-2/#comment-11295</link>
		<dc:creator>dryan</dc:creator>
		<pubDate>Thu, 18 May 2006 06:00:40 +0000</pubDate>
		<guid>http://mnm.uib.es/gallir/wp-cache-2/#comment-11295</guid>
		<description>i am having problems on my site with wp-cache.  the first time a page is loaded, it is added to the cache but not displayed to the browser (tested in FF 1.5, 2.0a, and Safari). Any suggestions?</description>
		<content:encoded><![CDATA[<p>i am having problems on my site with wp-cache.  the first time a page is loaded, it is added to the cache but not displayed to the browser (tested in FF 1.5, 2.0a, and Safari). Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://mnm.uib.es/gallir/wp-cache-2/#comment-11068</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Tue, 16 May 2006 04:28:14 +0000</pubDate>
		<guid>http://mnm.uib.es/gallir/wp-cache-2/#comment-11068</guid>
		<description>Hello,
I installed Wp-Cache after found
the following error:

advanced-cache.php link does not exist
(&#8230;)
Cannot continue&#8230; fix previous problems and retry.

Just for you to know.  please tell me how to do? thank you very much.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I installed Wp-Cache after found<br />
the following error:</p>
<p>advanced-cache.php link does not exist<br />
(&#8230;)<br />
Cannot continue&#8230; fix previous problems and retry.</p>
<p>Just for you to know.  please tell me how to do? thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blake</title>
		<link>http://mnm.uib.es/gallir/wp-cache-2/#comment-10955</link>
		<dc:creator>blake</dc:creator>
		<pubDate>Sat, 13 May 2006 19:49:24 +0000</pubDate>
		<guid>http://mnm.uib.es/gallir/wp-cache-2/#comment-10955</guid>
		<description>I'm trying to use a dynamic program like Democracy (poll) with this plugin. I think I've gotten close but I haven't quite figured it out(it gets cached, or throws errors). Any suggestions?

I've:
- enabled democracy long enough to create a poll.
- disabled wp-cache ...
- disabled democracy ...
- then, called the plugin manually from the sidebar as described on this page:
elliottback.com/wp/wp-print.php?p=914
- re-enabled wp-cache
- answered the poll
- it all seems to work until I return to that page and then I get a fatal error because this function is undefined (presumably wpdb):
----------------------
$poll_question = $wpdb-&#62;get_row("SELECT id, question, voters, allowusers FROM {$table_prefix}democracyQ WHERE {$where}");
----------------------
Which makes sense since I call the plugin so late in the game.

Is it possible to work around this ... call a dynamic plugin successfully while using wp-cache?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use a dynamic program like Democracy (poll) with this plugin. I think I&#8217;ve gotten close but I haven&#8217;t quite figured it out(it gets cached, or throws errors). Any suggestions?</p>
<p>I&#8217;ve:<br />
- enabled democracy long enough to create a poll.<br />
- disabled wp-cache &#8230;<br />
- disabled democracy &#8230;<br />
- then, called the plugin manually from the sidebar as described on this page:<br />
elliottback.com/wp/wp-print.php?p=914<br />
- re-enabled wp-cache<br />
- answered the poll<br />
- it all seems to work until I return to that page and then I get a fatal error because this function is undefined (presumably wpdb):<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
$poll_question = $wpdb-&gt;get_row(&#8221;SELECT id, question, voters, allowusers FROM {$table_prefix}democracyQ WHERE {$where}&#8221;);<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Which makes sense since I call the plugin so late in the game.</p>
<p>Is it possible to work around this &#8230; call a dynamic plugin successfully while using wp-cache?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

