• Resolved raunhar

    (@raunhar)


    WP Super Cache settings show ”

    The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately, it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:

    define('WP_CACHE', true);
    But I have added this define('WP_CACHE', true); in config file

    /** Absolute path to the WordPress directory. */ if ( ! defined( ‘ABSPATH’ ) ) { define( ‘ABSPATH’, __DIR__ . ‘/’ ); } /** Sets up WordPress vars and included files. */ define(‘WP_CACHE’, true); require_once ABSPATH . ‘wp-settings.php’;

    How to resolve this

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support lastsplash (a11n)

    (@lastsplash)

    Hi @raunhar

    Is define( 'WP_CACHE', xxxxx ); set previously in your wp-config.php?

    Do you have any other caching plugins installed? If so, please disable them and then uninstall and reinstall WP Super Cache.

    Let us know how it goes. We’re here to help if needed.

    Plugin Support Stef (a11n)

    (@erania-pinnera)

    Hi there, @raunhar,

    Do you have updates about that, do you still need help? We usually close inactive threads after one week of no movement, but we want to make sure we’re all set before marking it as solved. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘setting up Wp Super Cache’ is closed to new replies.