Disabling WP-Cache…
A slight problem occurred while enabling wp-cache on my blog… hence me wanting to revert back to the deactivated wp-cache… the problem was with wp-cache enabled I couldn’t log back in to my blog because I kept getting error messages from WP…
- Log-in to my site’s control panel
- Open wp-config.php
- Comment out define(’WP_CACHE’, true); by adding two slashes infront of it like this:
//define(’WP_CACHE’, true);
Changing “true” to “false” doesn’t work.
- This will give you a chance to log-in to your wordpress account. From there go to Plugins and deactivate wp-cache
That just goes to show that one must always RTFM (Read the frikkin Manual) before doing anything… momentary lapse on my part… hehehe…
[source]