-
Error With Wp Supercache and the salespage
I am getting an error with the salespage.php in relation to WP Supercache
I did try to uninstall the plugin, but the error message is in when viewing source of the page.
At the bottom the message is:
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
I can see where this is being generated, it is in the advanced-caqche.php file, total contents of which is below:
<?php
# WP SUPER CACHE 0.8.9.1
function wpcache_broken_message() {
if ( false == strpos( $_SERVER[ 'REQUEST_URI' ], 'wp-admin' ) )
echo "<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->";
}
if ( !include_once( '/home/connaugh/public_html/wp-content/plugins/wp-super-cache/' . 'wp-cache-phase1.php' ) ) {
if ( !@is_file( '/home/connaugh/public_html/wp-content/plugins/wp-super-cache/' . 'wp-cache-phase1.php' ) )
register_shutdown_function( 'wpcache_broken_message' );
}
?>
but I am not sure how to fix it as supercache is uninstalled, and when I login to my server the wp supercache is not in my list of plugins
Anyone know how to sort this one out?
Might a reinstall of the actual plugin work for me? I am thinking it might be a problem in the way it was written ie, rewrite and when installing it would have been better to go with the php method
Any ideas anyone?
Cheers, Gordon
-
I would reinstall plugin as well as do a quick dashboard upgrade of Wordpress.
Here's the FAQ on it as well.
http://wordpress.org/extend/plugins/wp-super-cache/faq/
-
Thanks Dan, I have uninstalled it, and am going to try w3 total cache in the meantime, will have a look through those faq's as well
Cheers, Gordon
-
Similar Threads
-
By PLEUREZYME in forum Plugins
Replies: 1
Last Post: 07-01-2010, 10:42 AM
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|