• 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same here. I manually added
    define('WP_CACHE', true); to my wp-config.php.

    Thread Starter timd

    (@timd)

    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…

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

The topic ‘[Plugin: WP Super Cache] “WP_CACHE constant” errors with WP3.0’ is closed to new replies.