• Resolved ojobson

    (@ojobson)


    I have this message at the top of the Hummingbird Dashboard. I don’t know what it means. Perhaps it is also related to a periodical error I am seeing over last couple of days where the files in the asset optimiser disappear and if I “re-check files” then 0 files are found. I did nothing to my site since yesterday and now the files are all back…

    Plugins are up to date. I have recently move to 5.9 where I first encountered the issues. Updated to 5.9.1 last night. Tried disabling all plugins and also removing and re-installing hummingbird, but the error persists. Are there log files I can check?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    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

    Thread Starter ojobson

    (@ojobson)

    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.
    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    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

    Thread Starter ojobson

    (@ojobson)

    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.
    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    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

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    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

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Dashboard shows “Failed to fetch”’ is closed to new replies.