• If I set super cache status to on, it seems as though supercache folders are being created for specific blog posts but those files are not being served back to me (I am not logged in and using a different browser as the one I am developing in for a sanity check). The really strange part is the admin console says; “WP-Super-Cache (0KB) * 0 Cached Pages * 0 Expired Pages” even though I can see files in the supercache folder (regular wp-cache folder does however say that there are files).

    So, it seems that not only am I not seeing the super cache files as a visitor but the super cache admin does not see the files either. This must be some specific bug? I have reviewed all of the readme.txt troubleshooting steps.

    I am actually running two different wordpress blogs on two different versions of wordpress yet both are having the same issue. One blog is an older upgraded version of wp-super-cache (which I thought was working fine) and the other is a brand spanking new install I just did a few minutes ago (I was surprised to log into my older blog to see the same issue).

    Any help is greatly appreciated!

    http://wordpress.org/extend/plugins/wp-super-cache/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter chaz7979

    (@chaz7979)

    I should have been clearer when I said “supercache folders are being created for specific blog posts but those files are not being served back to me”… it seems as though they are not being served back to me because each time I hit a page they are updated so I never get a supercached page, I just continually update the currently supercahced file. I know because the timestamp at the bottom of the source is constantly updating and I can see the files updating in the file explorer in my ftp software each time I refresh a page.

    This coupled with the admin not registering the the WP-super-cache “Cache Contents” must mean something.

    Thread Starter chaz7979

    (@chaz7979)

    Half on status seems to work fine as far as I can tell. I’d obviously rather have the benefit of the super duper deluxe caching 😉

    That’s odd. Try the debug system on the admin page. It’ll tell you what the plugin is doing. There’s obviously a reason it’s not creating supercache pages.

    Thread Starter chaz7979

    (@chaz7979)

    Thats the thing…. it is creating the pages (I assume) because the supercache folder (via ftp) has folders with the post names as titles. Should something be in those folders?

    I turn on the email debugging but nothing out of the ordinary was coming through. Its like the supercache pages are created but never served and the admin page (because it says there are “0” super cached pages) has no idea they exist.

    BTW there are other blogs who are seemingly using this no problem with the same hosting company. I figured it was worth a shot to see if it was some server setting.

    Thread Starter chaz7979

    (@chaz7979)

    I uninstalled, started from scratch, and received the same results.

    You should see index.html and index.html.gz files in those folders.

    Look for the “rename” function in wp-cache-phase2.php or the debug message, “Renamed temp wp-cache file to”. The code around there renames the temporary files to their final filename.

    I’m afraid you’ll have to debug the problem.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP Super Cache] Supercache not working but files are being created?’ is closed to new replies.