Forums

[Plugin: WP Super Cache] "WP_CACHE constant" errors with WP3.0 (3 posts)

  1. timd
    Member
    Posted 1 year ago #

    I've just upgraded to WP3.0, and am attempting to upgrade WP Super Cache to 0.9.9.3. Accessing the plugin's admin page throws up an error:

    WP_CACHE constant in wp-config.php set to false
    
    The WP_CACHE constant is defined in your wp-config.php but must be set to true, not false for this plugin to work correctly.

    There's definitely not any WP_CACHE entries in the wp-config.php file. I've also tried explicitly adding a define('WP_CACHE', false); entry to see if that makes any difference, but with no change.

    Anyone had similar problems, or even better, a fix?

  2. joewiesbaden
    Member
    Posted 1 year ago #

    Same here. I manually added
    define('WP_CACHE', true); to my wp-config.php.

  3. timd
    Member
    Posted 1 year ago #

    Thanks - turns out the placement in wp-config.php is a factor: put it at the bottom and Super Cache throws the error; put it at the top and it's fine.

    Goodness only knows why, but at least it's working at the moment...

Topic Closed

This topic has been closed to new replies.

About this Topic