Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

WP Super Cache caching broken WordPress

  • SOLVED

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

Answers (4)

2013-04-19

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

2013-04-19

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');

2013-04-19

Arnav Joy answers:

this problem is because the path mentioned at wp-config.php file , correct that

2013-04-19

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 :-)