• Resolved Randy King

    (@randyking)


    When I click the “Purge Cache” button under the “Page Cache” tab of the plugin settings, it never completes – the spinny thing keeps a-spinning. Clicking the Purge Cache menu on the admin bar seems to work.

Viewing 1 replies (of 1 total)
  • @randyking

    Can you please enable debugging mode, Please add following lines to wp-config.php just before where it says: /* That’s all, stop editing! Happy publishing. */

    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_DISPLAY’, false );
    define( ‘WP_DEBUG_LOG’, true );

    Then try to activate the plugin

    A debug.log file should be created inside wp-content folder,which should contain error information in it, Please share the file with us.

    Thanks,
    Harshad

Viewing 1 replies (of 1 total)
  • The topic ‘Purging Cache Never Completes’ is closed to new replies.