Moderator
t-p
(@t-p)
Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).
Thank you. I have tried that unfortunately, the problem persists…
I got this after deactivating the plugins folder
Warning: include_once(/home/chestro1/public_html/wp-content/plugins/hummingbird-performance/core/class-utils.php): failed to open stream: No such file or directory in /home/chestro1/public_html/wp-content/advanced-cache.php on line 24
Warning: include_once(): Failed opening ‘/home/chestro1/public_html/wp-content/plugins/hummingbird-performance/core/class-utils.php’ for inclusion (include_path=’.:/opt/cpanel/ea-php74/root/usr/share/pear’) in /home/chestro1/public_html/wp-content/advanced-cache.php on line 24
Warning: include_once(/home/chestro1/public_html/wp-content/plugins/hummingbird-performance/core/class-module.php): failed to open stream: No such file or directory in /home/chestro1/public_html/wp-content/advanced-cache.php on line 26
Warning: include_once(): Failed opening ‘/home/chestro1/public_html/wp-content/plugins/hummingbird-performance/core/class-module.php’ for inclusion (include_path=’.:/opt/cpanel/ea-php74/root/usr/share/pear’) in /home/chestro1/public_html/wp-content/advanced-cache.php on line 26
Warning: include_once(/home/chestro1/public_html/wp-content/plugins/hummingbird-performance/core/modules/class-page-cache.php): failed to open stream: No such file or directory in /home/chestro1/public_html/wp-content/advanced-cache.php on line 28
Warning: include_once(): Failed opening ‘/home/chestro1/public_html/wp-content/plugins/hummingbird-performance/core/modules/class-page-cache.php’ for inclusion (include_path=’.:/opt/cpanel/ea-php74/root/usr/share/pear’) in /home/chestro1/public_html/wp-content/advanced-cache.php on line 28
Fatal error: Cannot redeclare noindex() (previously declared in /home/chestro1/public_html/wp-includes/general-template.php:2799) in /home/chestro1/public_html/wp-includes/deprecated.php on line 4142
Moderator
t-p
(@t-p)
your hummingbird-performance plugin seems to be the error, wich could not be found in the wordpress.org/themes/ directory, as far as I can see.
Access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), navigate to /wp-content/plugins/ and rename or delete the directory of this plugin.
Next report the problem at taht plugin’s support.
A
Thank you. I just reported the problem to the plugin’s support after the problem persisted again.
I will also need help with the last error message that is not about humming bird. Below is the error message:
Fatal error: Cannot redeclare noindex() (previously declared in /home/chestro1/public_html/wp-includes/general-template.php:2799) in /home/chestro1/public_html/wp-includes/deprecated.php on line 4142
Please help.