• Please help. I downloaded a plug-in and now I am unable to access my admin page on wordpress to update my blog-site. I am receiving the following error message:

    Warning: Cannot modify header information – headers already sent by (output started at /home6/ethnicdi/public_html/wp-content/plugins/helphaiti-plugin/helphaiti.php:1) in /home6/ethnicdi/public_html/wp-includes/pluggable.php on line 865

    Also, my site is: https://www.ethnicdiscourses.com

    Thanks,

    Malik

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    You 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.

    That’s it!

    Thanks,

    Shane G.

    How do you “Download the file mentioned in the error message”?

    Just follow the file path in the error. That’s assuming you know how to use and FTP client. If not, read this.

    FTP to your server and remove the plugin directory located in wp-content/plugins/

    This will automatically disable the bad plugin.

    What freesouldesign said, remove the problematic plugin from wp-content/plugins/ folder

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘HELP!!! Plug-in disabled access to admin page.’ is closed to new replies.