Hi @ojobson
I hope you’re well today!
Please note: don’t post links to admin/back-end pages – we can’t see/access them anyway and.
Does the error says only “Failed to fetch” or there’s some more information (like “Failed to fetch” followed by some file or resource name or some error code)?
Is there any server-side cache active and/or any additional asset optimization tools (e.g. other plugin or some server-side tool or additional 3rd-party CDN)?
Let us know, please.
Kind regards,
Adam
I’ve just gone in now (have made no other changes to WordPress or the server today) and it now just says ‘load failed’ where it used to say ‘failed to fetch’ – and no other information or error message is/was provided.
See this screenshot I tweeted.
I believe I have memcached running, but no other optimisation system running. I do have jetpack (have tried turning that off too) but I have disabled jetpack’s optimisation tools.
-
This reply was modified 4 years, 2 months ago by
ojobson.
Hi @ojobson
Thank you for the screenshot.
You can use Google Drive to share extra screenshots as we can’t embed them on this forum.
We will need to run some tests to find why it is happening since this is a generic issue.
Could you please please run those tests:
– Make sure the WPMU DEV IPs are allowed on your firewall:
https://wpmudev.com/docs/getting-started/wpmu-dev-ip-addresses/
– “I believe I have Memcached running”, go to Hummingbird > Caching > enable the Varnish & OpCache ( if it is enabled ) https://wpmudev.com/docs/wpmu-dev-plugins/hummingbird/#page-cache-integrations clear all caches and check if issueis gone.
– Check the WordPress memory Limit: https://wpmudev.com/blog/increase-memory-limit/
Let us know the result you got.
Best Regards
Patrick Freitas
I have added ingress and egress firewall rules for the dev IP addresses (there are no rules blocking egress from the wordpress app, but I added these ‘exceptions’ anyway.
I have enabled the options for op and varnish cache and cleared all caches.
Upload limit is 128MB.
Unfortunately the issue ‘Failed to fetch’ persists.
I also suspect that the cache isn’t working properly either as there are only ever between 1 and 3 cache files and the number keeps resetting back to 1.
Is there a way to completely uninstall the plugin and then attempt to reinstall?
Thanks
-
This reply was modified 4 years, 2 months ago by
ojobson.
-
This reply was modified 4 years, 2 months ago by
ojobson.
-
This reply was modified 4 years, 2 months ago by
ojobson.
Hi @ojobson
You can use the Hummingbird > Settings > Data > Remove all data in uninstallation.
I also suspect that the cache isn’t working properly either as there are only ever between 1 and 3 cache files and the number keeps resetting back to 1.
Can you try this script as a mu-plugin to see if makes any difference?
add_action( 'delete_transient_wphb-processing', function(){
remove_all_actions( 'wphb_clear_page_cache', 10 );
} );
https://wpmudev.com/docs/using-wordpress/installing-wordpress-plugins/#installing-mu-plugins
In case the issue persists, I suggest running a Full plugin & theme conflict test following this workflow:
https://wpmudev.com/wp-content/uploads/2015/09/Support-Process-Support-Process.gif
Let us know the result you got.
Best Regards
Patrick Freitas
Hello @ojobson ,
We haven’t heard from you for several days now, so it looks like you don’t need our assistance anymore.
Feel free to re-open this ticket if needed.
Kind regards
Kasia