AUTHORS
- Michael Chu (298)
- Tina Jiang (3)
CATEGORIES
- Airsoft (2)
- Books (9)
- Cooking For Engineers (19)
- Current Events (9)
- Deals (3)
- Dining (13)
- Fanpop (3)
- Food (48)
- Games (4)
- Life (21)
- Movies (15)
- Orthogonal Thought (4)
- Personal Computers (5)
- Photography (77)
- Rant (6)
- Ruby on Rails (2)
- San Francisco (1)
- Soap Making (3)
- Television (2)
- Travel (3)
- Wear or Not (1)
- Web 2.0 (8)
- What I Ate (92)
- Windows Mobile (1)
- WordPress (1)
ARCHIVE
- December 2008 (2)
- November 2008 (30)
- October 2008 (33)
- September 2008 (22)
- August 2008 (5)
- July 2008 (5)
- June 2008 (11)
- May 2008 (13)
- April 2008 (10)
- March 2008 (29)
- February 2008 (18)
- January 2008 (28)
- December 2007 (1)
- November 2007 (4)
- October 2007 (5)
- September 2007 (10)
- August 2007 (14)
- July 2007 (10)
- June 2007 (9)
- May 2007 (21)
- April 2007 (21)
ACTIONS
wp-cache woes
Posted 20 April, 2007 at 7:36pm by Michael Chu(Filed under: Orthogonal Thought, WordPress)
I’ve been trying to get wp-cache working with WordPress 2.1.3 and it just doesn’t seem to be doing anything right. I uploaded the wp-cache plugin (version 2.1.1) to my plugins directory and activated it. The first time I enabled it under Options-WP_CACHE, it did nothing. It made the cache directory and properly set the symbolic link as well as the permissions, but none of my pages were being cached and none of the pages had any info added to the HTML source as expected. The second time I tried installing it, I ended up with a blank page and had to go into my wp_config.php to remove the define(’WP_CACHE’, true); statement. Anyone else have issues with wp-cache on wordpress 2.1.3?
4 comments to wp-cache woes
Jerome Dahdah, May 7th, 2007 at 8:44 am:
-
WP-Cache created the symbolic link for you? That’s unusual, I had to create it myself. Perhaps double-check that. I’ll guess that WP also has a debug mode somewhere, perhaps that will provide more insight. Also, I’m sure you’ve thought of it, but for completeness’ sake: did you deactivate gzip? I have WP-Cache running on 2.1.3 right now without problems.
Michael Chu, May 7th, 2007 at 9:29 am:
-
WP-Cache made the link. I even removed it and made it manually just in case, but no go. Yeah, gzip is/was deactivated at the time.
WP-Cache is supposed to put a slug at the bottom of my page telling me the render time / cache status right?
Jerome Dahdah, May 7th, 2007 at 9:35 am:
-
Yes, you should see one at the very bottom of your source code, in the form of an HTML-comment, like on my site.
Liuta Ovidiu, October 19th, 2007 at 7:46 am:
-
Hi there! We also had this issue on our site with the latest version using Wordpress 2.3 and we manage to find the issue, the problem is caused by the symlink put there, you need to replace this
ln -s wp-content/plugins/wp-cache/wp-cache-phase1.php wp-content/advanced-cache.php
with this
ln -s /{full_server_path}wp-cache-phase1.php wp-content/advanced-cache.php
where {full_server_path} need to be replaced with the actual full server path to the wp-cache-phase1.php , like /home/…/plugins/wp-cache/wp-cache-phase1.php
Hope it helps! Ovidiu







