• Resolved kardjali

    (@kardjali)


    Tried to uninstall Hummingbird, but my website was populated with errors on my homepage. I install Hummingbird back and the errors are gone. Is there any way of actually removing this plugin without destroying my website ? Am I tight to this plugin forever ?
    Update: Apperantly there’s advanced_cache.php file left (visible in the login) created by Hummingbird pluging and not removed, when uninstalling. Removing the file also brings back my website to normal again. Please confirm that I’m not missing anything since I’m a little bit worried that something might be skipped by the uninstall process and break my website again.

    Warning: include_once(/home/mydoghas/public_html/wp-content/plugins/hummingbird-performance/core/class-utils.php): failed to open stream: No such file or directory in /home/mydoghas/public_html/wp-content/advanced-cache.php on line 24

    Warning: include_once(): Failed opening ‘/home/mydoghas/public_html/wp-content/plugins/hummingbird-performance/core/class-utils.php’ for inclusion (include_path=’.:/usr/local/php72/pear’) in /home/mydoghas/public_html/wp-content/advanced-cache.php on line 24

    Warning: include_once(/home/mydoghas/public_html/wp-content/plugins/hummingbird-performance/core/class-module.php): failed to open stream: No such file or directory in /home/mydoghas/public_html/wp-content/advanced-cache.php on line 26

    Warning: include_once(): Failed opening ‘/home/mydoghas/public_html/wp-content/plugins/hummingbird-performance/core/class-module.php’ for inclusion (include_path=’.:/usr/local/php72/pear’) in /home/mydoghas/public_html/wp-content/advanced-cache.php on line 26

    Warning: include_once(/home/mydoghas/public_html/wp-content/plugins/hummingbird-performance/core/modules/class-page-cache.php): failed to open stream: No such file or directory in /home/mydoghas/public_html/wp-content/advanced-cache.php on line 28

    Warning: include_once(): Failed opening ‘/home/mydoghas/public_html/wp-content/plugins/hummingbird-performance/core/modules/class-page-cache.php’ for inclusion (include_path=’.:/usr/local/php72/pear’) in /home/mydoghas/public_html/wp-content/advanced-cache.php on line 28

    Warning: Cannot modify header information – headers already sent by (output started at /home/mydoghas/public_html/wp-content/advanced-cache.php:24) in /home/mydoghas/public_html/wp-content/plugins/sg-cachepress/core/Supercacher/Supercacher_Helper.php on line 77

    Warning: session_start(): Cannot start session when headers already sent in /home/mydoghas/public_html/wp-content/themes/davinci2/adstm/blog.php on line 128

    • This topic was modified 5 years, 3 months ago by kardjali.
    • This topic was modified 5 years, 3 months ago by kardjali.
Viewing 1 replies (of 1 total)
  • @kardjali,

    It looks like Hummingbird wasn’t unable to properly disable page caching on uninstall. To disable it manually, please remove
    define( 'WP_CACHE', true );
    from wp-config.php
    and delete the file wp-content/advanced-cache.php

    Best regards,
    Anton

Viewing 1 replies (of 1 total)
  • The topic ‘Website populated with errors after uninstall’ is closed to new replies.