[Plugin: WP Super Cache] I moved my hosting site
-
I moved my site to a new host and get now the message:
Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.
Please edit /kunden/211137_49113/rblog.info/wp-content/advanced-cache.php and make sure the path to /kunden/211137_49113/rblog.info/wp-content/plugins/wp-super-cache/wp-cache-phase1.php is correct.
I can read!!!
However, the file in question, does not show me where I should put in that line:
<?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( ‘CACHEHOME’ . ‘wp-cache-phase1.php’ ) ) {
if ( !@is_file( ‘CACHEHOME’ . ‘wp-cache-phase1.php’ ) ) {
define( ‘ADVANCEDCACHEPROBLEM’, 1 );
register_shutdown_function( ‘wpcache_broken_message’ );
}
}
?>Where do I change “CACHEHOME” to the correct path, and why the system know it and cannot fix it by itself????
- The topic ‘[Plugin: WP Super Cache] I moved my hosting site’ is closed to new replies.