• EddieG

    (@eddievet)


    Hi WP SUPER CACHE support

    I have received this message

    Warning! WP Super Cache caching was broken but has been fixed! The script advanced-cache.php could not load wp-cache-phase1.php.

    The file /xxx/www/xxxxxx,com/public_html/wp-content/advanced-cache.php has been recreated and WPCACHEHOME fixed in your wp-config.php. Reload to hide this message.

    I have checked out similar topics referring to the same issue. It seems that those issues are 1 year + older and there have been several updates since then.
    I wonder what the issue is.

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem.

    I already added
    define( ‘WP-CACHE’, true );
    define(‘WPCACHEHOME’, ‘/var/www/snorkeluk/wp-content/plugins/wp-super-cache/’);

    I also tried to reinstall it after deactivate it and delete it.

    does not seem to fix it.

    The fact you keep seeing this message means that WordPress isn’t loading an essential part of WP Super Cache.

    1. When you added WPCACHEHOME to the wp-config.php, was it added to the correct wp-config.php ?
    2. If it is added to the right file, is it above the final require_once that loads wp-settings.php ?
    3. Is there a file wp-content/wp-cache-config.php ?
    4. Is your wp-content/advanced-cache.php the same as the one here. https://github.com/Automattic/wp-super-cache/blob/master/advanced-cache.php

    Did you enable caching on the plugin settings page? Did the message go away then?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP Super Cache caching was broken but has been fixed!’ is closed to new replies.