Forums

Cannot log into wp-admin site (3 posts)

  1. donna1743
    Member
    Posted 2 months ago #

    I downloaded the Word Press plug in for Google friend connect and it didn't work. I went to log into my admin site to delete the plug in and I am unable to log in. I go to the admin site and I get the following:
    Warning: Cannot modify header information - headers already sent by (output started at /home/content/18/4791218/html/wp-content/plugins/google-friendsconnect-widget/google_fc_widget.php:130) in /home/content/18/4791218/html/wp-login.php on line 290

    Warning: Cannot modify header information - headers already sent by (output started at /home/content/18/4791218/html/wp-content/plugins/google-friendsconnect-widget/google_fc_widget.php:130) in /home/content/18/4791218/html/wp-login.php on line 302

    Then I try and log in and get:
    Warning: Cannot modify header information - headers already sent by (output started at /home/content/18/4791218/html/wp-content/plugins/google-friendsconnect-widget/google_fc_widget.php:130) in /home/content/18/4791218/html/wp-login.php on line 290

    Warning: Cannot modify header information - headers already sent by (output started at /home/content/18/4791218/html/wp-content/plugins/google-friendsconnect-widget/google_fc_widget.php:130) in /home/content/18/4791218/html/wp-login.php on line 302

    Warning: Cannot modify header information - headers already sent by (output started at /home/content/18/4791218/html/wp-content/plugins/google-friendsconnect-widget/google_fc_widget.php:130) in /home/content/18/4791218/html/wp-includes/pluggable.php on line 662

    Warning: Cannot modify header information - headers already sent by (output started at /home/content/18/4791218/html/wp-content/plugins/google-friendsconnect-widget/google_fc_widget.php:130) in /home/content/18/4791218/html/wp-includes/pluggable.php on line 663

    Warning: Cannot modify header information - headers already sent by (output started at /home/content/18/4791218/html/wp-content/plugins/google-friendsconnect-widget/google_fc_widget.php:130) in /home/content/18/4791218/html/wp-includes/pluggable.php on line 664

    Warning: Cannot modify header information - headers already sent by (output started at /home/content/18/4791218/html/wp-content/plugins/google-friendsconnect-widget/google_fc_widget.php:130) in /home/content/18/4791218/html/wp-includes/pluggable.php on line 865

    Help!

  2. iridiax
    Member
    Posted 2 months ago #

    Use ftp to delete the plugin. You don't have to log in to WordPress for this.

  3. Shane G
    Member
    Posted 2 months ago #

    Hi,

    It is usually due to spaces, new lines, or other garbage at opening/closing PHP file <?php tag or after a closing ?> tag in wp-config.php. It can be other file too so need to check error message as it may list file name where the error occurred.

    One can either upload error file from the backup or edit erroneous file. To edit the file one need to check below mentioned points:

    1. Download the file mentioned in the error message.
    2. Open that file in a plain text editor
    3. Check that the very first characters are <?php
    4. Check that the very last characters are ?>
    5. Place the cursor between the ? and >
    6. Now press the DELETE key on your computer and keep that key pressed for at least 15 seconds.
    7. Now type > and
    8. Save without pressing any other key at all.

    Thanks,

    Shane G.

Reply

You must log in to post.

About this Topic