Support » Plugin: Hummingbird – Optimize Speed, Enable Cache, Minify CSS & Defer Critical JS » Fatal error causing wordpress wp-admin login crashed

  • Resolved bmipp

    (@bmipp)


    I tried updating the hummingbird plugin, and it causes the wordpress admin dashboard access crashed. Now i can’t access any part of the admin login.

    Below message were seen

    Fatal error: Cannot use Hummingbird\Core\Settings as Settings because the name is already in use in /home/qtpsb/public_html/newsite/wp-content/plugins/hummingbird-performance/admin/pages/class-upgrade.php on line 12
    The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.

    Please help

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

Viewing 14 replies - 1 through 14 (of 14 total)
  • You could delete the Hummingbird Plugin on your server, then the site should run again.

    • This reply was modified 4 years, 6 months ago by ralph_rm.
    Plugin Support Pawel – WPMU DEV Support

    (@wpmudev-support9)

    Hello @bmipp

    I’m sorry to hear that you have this issue. Would you please let us know the full version of the PHP that is used on your end?

    Would you please try upgrading PHP version and seeing if the issue will be resolved?

    @ralph_rm Thank you for chiming in here. Indeed, the plugin can be deactivated from the site’s file manager.

    Please go to wp-content/plugins/ and look for the wp-hummingbird folder. Please rename it and you should be able to access the wp-admin. This action will deactivate the Hummingbird plugin.

    Let us know how it went!

    Kind regards,
    Nastia

    I update the hummingbird plug in on 2 of my websites. Now I cant access my websites.

    whats going on with this plug in?

    Hi @thetrendingwave,

    Sorry that you are experiencing issues with the plugin. Could you please try to edit hummingbird-performance/admin/pages/class-upgrade.php and on line 12 replace
    use Hummingbird\Core\Settings;
    with
    use Hummingbird\Core\Settings as Settings_Module;
    and on line 27 replace
    $settings = Settings::get_settings( 'settings' );
    with
    $settings = Settings_Module::get_settings( 'settings' );

    This can also be fixed by updating to a recent PHP version.

    Best regards,
    Anton

    I have no clue how to do any of that. Im not a programer. I just want to have access to my dashboard

    @thetrendingwave,

    An update should be available within a few hours. Alternatively, you can ask your host to update the PHP version, or temporarily disable Hummingbird for you, by renaming the wp-content/hummingbird-performance folder.

    Best regards,
    Anton

    Should i just wait?

    When you do the update. Everything should be back to normal?

    Yes, but you’d need to update the plugin. So you will need to either download an updated version and replace the files via FTP, or you will need to disable the current plugin, by renaming the plugin folder.

    Best regards,
    Anton

    Update with a fix has just been release. Please update.

    Best regards,
    Anton

    hey. I just tried logging in my website and still not working. nothing was fixed

    how do I disable the plug in if I don’t have access to my dashboard?

    Hi @thetrendingwave,

    You will need to rename the plugin folder via FTP or your file editor in your hosting settings. After that – update the plugin and all should work fine.

    Another way to do it would be to just replace the files from the latest release: https://downloads.wordpress.org/plugin/hummingbird-performance.zip

    Best regards,
    Anton

    I tried to install the hummingbird plugin free, and it causes the wordpress admin dashboard access crashed. Now i can’t access any part of the admin login. Please, help me!

    (The code has updated,but doesn’t work)

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @hectormonteiro,

    Can you please start a new ticket per forum rules so we could have a look at this.

    Please include further information about your setup in the ticket, like WP and PHP version.
    If your site is still not loading, as a quick fix you can access your WP files via FTP or cPanel, go to wp-content/plugins folder and rename “hummingbird-performance” folder which will disable the plugin and your site should load again after that.

    Cheers,
    Predrag

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Fatal error causing wordpress wp-admin login crashed’ is closed to new replies.