Forums

[resolved] WP 2.7 - include_once() Errors After Plugin Install/Uninstall (3 posts)

  1. asechrest
    Member
    Posted 9 months ago #

    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.

  2. stvwlf
    Member
    Posted 9 months ago #

    hi

    see if you have a folder called admin in your wp-content/plugins/ folder

    unless you have a plugin with that name, it should not be there.

    if it is there, try deleting it, or at least moving it outside of the plugins folder

    Then try again and see if that helps

  3. asechrest
    Member
    Posted 9 months ago #

    That appears to have worked! Now that I see your fix, I understand a bit better about what the error(s) meant and how I could fix a similar situation in the future.

    I'm going to mark this as resolved. Thanks a lot for your help.

Reply

You must log in to post.

About this Topic