Viewing 9 replies - 1 through 9 (of 9 total)
  • Sorry, it works for me. Check the supercache directory. Does the cached file have the same time and date on it?

    Thread Starter Nico

    (@nicor-1)

    Yes everything works side cache by cons if I manually replace the file cache super link the admin bar:

    wp-cache.php L2923 : ‘href’ => wp_nonce_url( admin_url( ‘options-general.php?page=wpsupercache&action=delete&path=’ . urlencode( $_SERVER[ ‘REQUEST_URI’ ] ) ), ‘delete-cache’ )

    By it clears the cache well :

    wp_nonce_url(admin_url().’options-general.php?page=wpsupercache&wp_delete_cache=1&tab=contents’, ‘wp-cache’ )

    With the code in the version 1.0.0.0 I have the page which is charged on itself, and if I asked to list the cache files, the list does not return a 0. Similarly with the files in the cache folder.

    I’m sorry, I find it hard to understand you. I presume English isn’t your first language? Did you check the the supercache directory through your ftp programme?

    Thread Starter Nico

    (@nicor-1)

    Yes I am French.
    The FTP folder displays many caches.
    I replaced the link in the adminbar by it and it works.

    wp_nonce_url(admin_url().’options-general.php?page=wpsupercache&wp_delete_cache=1&tab=contents’, ‘wp-cache’ )

    The connection charging current page only, but does not clear the cache.

    Oh! I am not the only guy facing such problem. I am also unable to purge the cache after hitting the delete button.

    Deleting each cache file one by one is possible but unable to delete all files at once.

    I have this problem after the recent update.

    The delete cache button only deletes the cached file for the current page. Does that clear things up?

    Nope! That is the problem. The button is not clearing all existing cache files. And still show in cached file list.

    Thread Starter Nico

    (@nicor-1)

    ok so I did not understand.

    I developed a small plugin that just add personnel to remove the cache button in admin bar.

    I thought your button clears the entire cache, as the old button wordpress <3.0

    Sorry, None were working for me.

    I just disabled and re-enabled the plugin, now workig. The problem for me was., After upgrading the plugin, none (The new delete cache button on admin bar and the “Delete Cache” button in dashboard) are working for me except deleting files one by one in the dashboard.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: WP Super Cache] Button 'Delete Cache' adminbar doesn't work’ is closed to new replies.