• Found a bug which prevented me from deleting indivudual cached pages.

    I modified the code on line 1865 to read:

    if ( !is_array( $cache_stats ) || (isset($_GET['action']) && $_GET['action'] == 'deletewpcache') || ( $valid_nonce && array_key_exists('action', $_GET) && $_GET[ 'action' ] == 'regenerate_cache_stats' ) ) {

    In order words, i added || (isset($_GET['action']) && $_GET['action'] == 'deletewpcache') which solves it for me.

    I’m confused how something like this could’ve slipped through though and I didn’t find anyone else having this problem.

    Please enlighten me.

    Peace.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having a similar problem and have been trying to find a solution — I cached some important pages and now can’t uncache them even if I delete the plugin — I also couldn’t delete them (although that’s not an ideal solution since then I’ll lose all SEO). Does anyone know how to uncache individual pages?

    thanks!

    I think I’ve fixed this in the development version that’s listed on the download page if you want to give that a go. I’d love to get some feedback on it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Super Cache] Cannot delete individual cached pages – possible fix’ is closed to new replies.