Hi there,
I'm getting an error message on my wordpress dashboard saying:
Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.
Please edit /nfs/c04/h01/mnt/163311/domains/jhfolio.com/html/wp-content/advanced-cache.php and make sure the path to /nfs/c04/h01/mnt/163311/domains/jhfolio.com/html/wp-content/plugins/wp-super-cache/wp-cache-phase1.php is correct.
I've recently moved over my hosting to a new host and in doing so, had to create a new database (importing the old database into the new one) and I think this has something to do with this error.
The homepage works fine but the links just take me to an error page.
Please PM me for login details.
Kate
Gabriel Reguly answers:
Hi Kate,
Just have sent you a PM.
Regards,
Gabriel
Gabriel Reguly comments:
Hi Kate,
With the login details you sent me, I deactivated the plugin, then removed it and reinstalled again.
Now it is working.
Regards,
Gabriel
Gabriel Reguly comments:
Hi Kate,
Regarding broken links, you had them because of the permalinks and Super Cache.
They were incorrect, I have changed them to
Custom Structure http://www.jhfolio.com /%category%/%postname%/
You still have other issues at your site, but those are not covered by this prize value.
Sorry. :-)
If you can afford a bigger prize, like $50, I can have a look and fix your other issues caused by migration.
Regards,
Gabriel
Romel Apuya answers:
edit your wp-config.php
and add this line
define('WPCACHEHOME', dirname(__FILE__) . '/wp-content/plugins/wp-super-cache/');
above the
require_once(ABSPATH . 'wp-settings.php');
Daniel Yoen answers:
try to add :
define('WPCACHEHOME', dirname(__FILE__) . '/wp-content/plugins/wp-super-cache/');
above :
if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/');
hope this help :-)