Are you using the latest version of WP Super Cache?
Does your wp-content/cache/.htaccess have x-gzip or gzip in it? (which?)
I’m getting the same issue. Two separate blogs. It’s sporadic, but obviously problematic. I’m not running compression now for fear of it cropping up again. I’ve been running wp-super-cache for a while with no issues and somewhere in the past month or two of updates (I’m always up to date) things got screwed up.
dear donncha
using latest version (0.8.4)
wp-content/cache/.htaccess is like this
# BEGIN supercache
<IfModule mod_mime.c>
AddEncoding x-gzip .gz
AddType text/html .gz
</IfModule>
<IfModule mod_deflate.c>
SetEnvIfNoCase Request_URI \.gz$ no-gzip
</IfModule>
<IfModule mod_headers.c>
Header set Cache-Control 'max-age=300, must-revalidate'
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/html A300
</IfModule>
# END supercache
and i have another problem,
recently i have put some links Directly Cached Files
from that day
after deleting expired files still it is showing 64 files,
even iam removed those directly cached files still it is showing 64 files
thanks for quick reply
Do you have mod_gzip or mod_deflate installed? Do you have compression enabled in PHP?
Unfortunately as it is a random problem it’s difficult to diagnose.
Have you checked your cache directory to see what those 64 file are? They might be generated by an object-cache or other plugin.
sorry for the late responce
this is what my php info says
PHP Version 5.2.6
zlib
ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.1.2
Linked Version 1.2.3
Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value
Thanks for that. Can you try the updated cache scripts I linked to in this post? http://wordpress.org/support/topic/215919?replies=7#post-898564
They may help. Unfortunately it’s hard to know for sure since this is a random bug. 🙁