Upgrading to:
WP 3.5.1
Super Cache 1.2
@carriem,
I was able to remove the Super Cache error message by using hieu.nguyen and Donncha’s posts.
Open wp-config.php in your web root.
Add this line, under the other defined lines
define( 'WPCACHEHOME', 'path-goes-here' ); //Added by WP-Cache Manager
The ‘path goes here’ is a full, absolute path to wp-cache-phase1.php
There is no http:// in an absolute path.
It should be something like:
'/home/public_html/wp-content/plugins/wp-super-cache/'
The path (ends with wp-super-cache) should be displayed in that error message on the dashboard.
@donncha, why are users debugging these messages? 😉