• account is under [ email deleted ]

    On the Admin side of WP we are having a new issue since updating wordpress. The Delete Cache Button at the top of the page bar once logged in, it no longer works, just refreshes the page. You can still clear cache by going into Settings > Wp Super Cache > Delete Cache. Clicking Delete Cache at the top used to take you right there. Can we set up that link again?

    • This topic was modified 2 years, 3 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The “Delete Cache” link works for me. When you have some cached pages, enable debugging in the plugin and then click that link.
    Now look at the debug log, uncheck wp-admin in the exclude list and add the text “wp-admin” to the “Text to filter by:” textbox and click “Submit” (to make it easier to see the delete working).

    You should see lots of lines of text saying it’s deleting cached pages. The lines have this text:
    “/wp-admin/index.php?admin=1&action=delcachepage&path=”

    If you don’t see that there’s a problem somewhere.

    Thread Starter starlessbison

    (@starlessbison)

    When I do that it only shows five lines of text saying it is deleting cached pages. Also says it is not caching wp-admin requests several times.

    If you know how to use Github you could try this PR that makes the Delete Cache link into an AJAX request:

    https://github.com/Automattic/wp-super-cache/pull/808

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete Cache Topbar Broken’ is closed to new replies.