I've just upgraded the supercache plugin and it wants to write to wp-config.php the following:
Edit /home/creative/public_html/wp-config.php and add the following line:
define('WP_CACHE', true);
Otherwise, WP-Cache will not be executed by WordPress core.
I checked wp-config.php and it contains the line needed linr already:
define('WP_CACHE', true);
Bill