WP 2.7 – include_once() Errors After Plugin Install/Uninstall
-
I’m new to wordpress, so thanks in advance for the help. After a failed Plugin install, I get the following errors, and the website and dashboard will not appear. (I have successfully uninstalled the plugin, and verified that the plugin folder was removed from the server):
Warning: include_once(/home/sechrest/public_html/wp-content/plugins/admin/) [function.include-once]: failed to open stream: Success in /home/sechrest/public_html/wp-settings.php on line 473
Warning: include_once() [function.include]: Failed opening ‘/home/sechrest/public_html/wp-content/plugins/admin/’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/sechrest/public_html/wp-settings.php on line 473
Warning: Cannot modify header information – headers already sent by (output started at /home/sechrest/public_html/wp-settings.php:473) in /home/sechrest/public_html/wp-includes/pluggable.php on line 850
I took a look at line 473 in the wp-settings.php file, but I have no coding experience so I’m not sure what steps to take. Would appreciate any guidance on how to get the site back up and running.
Thank you.
The topic ‘WP 2.7 – include_once() Errors After Plugin Install/Uninstall’ is closed to new replies.