Are you seeing any error in the PHP error log, or the webserver error log? The plugin does work ok with version 6.8.1, we haven’t updated that version number yet.
I think you fixed it, Iwaited to try it on a new site and I received this error 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 D:\HostingSpace\XXXXX\XXXX.net\wwwroot/wp-content/advanced-cache.php has been recreated and WPCACHEHOME fixed in your wp-config.php. Reload to hide this message.
Sorry, I spoke to soon. I am getting this error now and I can not get rid of this message (and I have reloaded multiple times):
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 D:\HostingSpace\XXXXX\XXXX.net\wwwroot/wp-content/advanced-cache.php has been recreated and WPCACHEHOME fixed in your wp-config.php. Reload to hide this message.
Here is the other error I am receiving.
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ninja-forms domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in D:\HostingSpace\XXXXX\XXXX.net\wwwroot\wp-includes\functions.php on line 6121
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the jetpack-boost domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in D:\HostingSpace\XXXXX\XXXX.net\wwwroot\wp-includes\functions.php on line 6121
The two warnings about _load_textdomain_just_in_time are not in WP Super Cache. They’re in ninja-forms and jetpack-boost. I think the jetpack-boost one was fixed a few weeks ago. Have you got the latest version running?
To figure out the advanced-cache.php one, you’ll need to dig in:
- Look in wp-config.php and see if WPCACHEHOME points at the wp-content/plugins/wp-super-cache/ directory.
- Look at wp-content/advanced-cache.php and see if it’s loading wp-cache-phase1.php
If the advanced-cache.php doesn’t mention advanced-cache.php then your host might not allow caching plugins. You should check their documentation.
I do not like Jet Pack very much so I removed it. I do use ninja forms. I will check into the wp-config file.
Hi there, @langerent,
We’re sorry to hear that you removed Jetpack altogether 🙁 If there’s anything we could have done better, or if you’re happy to share more feedback about that, we’re happy to hear your thoughts.
Let us know what you find out in your wp-config file to see if we can help further. Thanks!