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?