s2j
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Blog Metrics] Stop the spam!I guess you have to scroll down in the box to see that link, so it has previously been completely invisible to me. Still, I don’t like it, but at least, now that it’s disabled, I can use this plugin again. Thanks for the tip, sparun.
Forum: Plugins
In reply to: WP-Super Cache: No CacheThe plugin complains if that line is not in the file. If you place that line at the bottom of the file, the plugin stops complaining. I think that’s where the confusion arose.
Forum: Installing WordPress
In reply to: Cache dir empty, nothing is being cache, no errors in logHere’s the deal:
It’s not mentioned in the readme, but it makes a difference where you put the WP_CACHE define. Put it right after the database login! I’m working now.
Forum: Plugins
In reply to: WP-Super Cache: No CacheOk, here’s the deal with my problem:
The placement of the WP_CACHE define matters! This is not mentioned in the readme, but it does matter. Donncha: please update the readme! I originally had it at the bottom of my wp-config. Now, it’s immediately after my database login info. This is all it took to solve my problem.
Forum: Plugins
In reply to: WP-Super Cache: No Cachedonncha:
$super_cache_enabled = true; //Added by WP-Cache Manager
$sem_id = 5418;No luck. 5420 doesn’t help either.
Here’s what my cache directories look like:
$ ls -al cache cache/meta/ cache/supercache/ cache: total 20 drwxrwxrwx 4 apache apache 4096 Jan 21 15:04 . drwxr-xr-x 5 apache apache 4096 Jan 16 21:56 .. -rw-rw-rw- 1 apache apache 81 Jan 16 21:55 .htaccess drwxrwxrwx 2 apache apache 4096 Jan 21 15:03 meta drwxrwxrwx 2 apache apache 4096 Jan 21 15:04 supercache cache/meta/: total 8 drwxrwxrwx 2 apache apache 4096 Jan 21 15:03 . drwxrwxrwx 4 apache apache 4096 Jan 21 15:04 .. cache/supercache/: total 8 drwxrwxrwx 2 apache apache 4096 Jan 21 15:04 . drwxrwxrwx 4 apache apache 4096 Jan 21 15:04 ..
Note that the supercache directory was not created for me. I just made it to see if it would help. It didn’t.
Forum: Installing WordPress
In reply to: Cache dir empty, nothing is being cache, no errors in logExactly.
Forum: Fixing WordPress
In reply to: Added Cache But No Files CachingWith my issue, changing permissions doesn’t fix it. It’s just a buggy plugin that won’t work on everybody’s server.
Forum: Plugins
In reply to: WP SuperCache Not CacheingIt looks like this is more than just an isolated event. It is my belief that what we actually have here is a plugin that needs to be properly tested before being used in real-world scenarios.
Forum: Plugins
In reply to: WP-Super Cache: No CacheI’m seeing the same thing here. It’s been a couple of weeks, and I’m not getting any help here. Good luck!
Forum: Installing WordPress
In reply to: Cache dir empty, nothing is being cache, no errors in logDoes anyone read this forum?
Forum: Installing WordPress
In reply to: Cache dir empty, nothing is being cache, no errors in logI can get the plugin to display the “digg-proof” message on each page, so I know it’s running. I’m just not seeing any files written out to the cache folder, which is definitely writable.
I just went back in and reset my supercache config to the default settings….that didn’t work either.