dev22
Forum Replies Created
-
i tried couple of more things but with no success. i browsed through older posts here and found people having same problems, but nothing really helped.
– chmod of files/directories is correct
– chown is correct as well
– there are no weird characters in directory names
– all directories can be manually removed if i log to ftpi have no idea…
right now it seems wp super cache is simply too buggy for me. i switched to w3 total cache and it works without any problems…
ok, i tried it again with lower level of details.
now i got this
rebuild_or_gc: deleted /home/admin/domains/rlslog.net/public_html/wp-content/cache/supercache/www.sitename.com/
but it didnt remove anything
I dont have access_log, because it would slow down my server a lot (1.6M pageviews a day).
i enabled debug system and it sent me like 400 emails before it almost crashed the server, but no notice about cleaning the cache.
all i got is stuff like
Renamed temp supercache file to …
Writing non-gzipped buffer to wp-cache cache file.
No wp-cache file exists. Must generate a new one.
supercache dir: …nothing really interesting.
i tried removing advanced-cache.php and creating it again but it didnt help.
Forum: Fixing WordPress
In reply to: hacked? cache poisoning?it disappeared suddenly without me changing anything. damn, not good.
i quickly googled some info about the issue and it looks our reverse proxy / cache could be the target (i found some exploits for squid).
Forum: Fixing WordPress
In reply to: [Plugin: WP Super Cache] caching of categories screwed upno, i updated it manually
Forum: Fixing WordPress
In reply to: [Plugin: WP Super Cache] caching of categories screwed upupgraded to 0.8.9 and nothing changed. this sucks.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Simply not working at allyou need to put “# BEGIN WordPress” part below the supercache part in htaccess to make it work
Forum: Fixing WordPress
In reply to: Fancy Permalinks VS Server Loadit’s a well known fact that any code in htaccess dramatically increases server / apache load – and wp-super-cache uses .htaccess rules heavily, which, in combination with another edits needed for fancy permalinks, may be the reason for this increase.
Forum: Fixing WordPress
In reply to: [Plugin: WP Super Cache] Caching Homepagesimple solution, downgrade back to 0.8.6…
i am kinda puzzled lately by amount of bugs in this plugin :/
Forum: Fixing WordPress
In reply to: [Plugin: WP Super Cache] caching of categories screwed upstevegepa, that’s exactly the problem, the first link shouldn’t take you to Cam category, and the second shouldn’t take you to albums, but movies!
once again: http://www.rlslog.net/category/movies/dvdrip/ returns posts like this
“Posted on 10.01.2009 at 22:33 in Albums, Music by Martin “
it should say “in Movies, DVDRiP”.
if i disable wp-super-cache, it works just fine…
Forum: Fixing WordPress
In reply to: [Plugin: WP Super Cache] caching of categories screwed upok so it didnt help after all, the same problem is back there again. would appreciate some feedback.
Forum: Fixing WordPress
In reply to: [Plugin: WP Super Cache] caching of categories screwed upi manually removed all cached and supecached files, delete all files in wp-content, uninstalled the plugin, removed settings from wp-config.php and then installed the plugin again. it seems to work now. will have to see about deleting expired files though.
Forum: Fixing WordPress
In reply to: [Plugin: WP Super Cache] Super Cashe added six error lines.try to remove
define(‘WP_CACHE’, true);
from your wp-config.php file. it should help