Forums

Error after logging in. (6 posts)

  1. aedrizz
    Member
    Posted 2 years ago #

    When I try to log in i get these errors and nothing else. if anyone can help me that would be greatly appreciated.

    Warning: file_get_contents(../wp-content/plugins/to-do-list/to-do-list.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /home3/advancs1/public_html/drizz/wp-content/plugins/to-do-list/to-do-list.php on line 72

    Warning: Cannot modify header information - headers already sent by (output started at /home3/advancs1/public_html/drizz/wp-content/plugins/to-do-list/to-do-list.php:72) in /home3/advancs1/public_html/drizz/wp-login.php on line 287

    Warning: Cannot modify header information - headers already sent by (output started at /home3/advancs1/public_html/drizz/wp-content/plugins/to-do-list/to-do-list.php:72) in /home3/advancs1/public_html/drizz/wp-login.php on line 299

    Warning: Cannot modify header information - headers already sent by (output started at /home3/advancs1/public_html/drizz/wp-content/plugins/to-do-list/to-do-list.php:72) in /home3/advancs1/public_html/drizz/wp-includes/pluggable.php on line 865

  2. alism
    Member
    Posted 2 years ago #

    Rename the to-do-list folder in wp-content/plugins to something else. Or just delete it.

  3. aedrizz
    Member
    Posted 2 years ago #

    Thanks for the reply. The only problem is I get that error when I try to log in, and that error is all that shows on the page, nothing else. So at this point I have no idea how to access that stuff without logging.

  4. alism
    Member
    Posted 2 years ago #

    You'll need FTP access (or you may also be able to do it through any control panel that your host has provided).

  5. Shane G.
    Member
    Posted 2 years ago #

    Hi,

    As suggest earlier, you can delete the plugin and resolve the issue. But i suggest you to check with these options too:

    For header already sent error:

    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.

    Also assign 755 recursive permissions to wp-content folder which should resolve the issue.

    Thanks,

    Shane G.

  6. aedrizz
    Member
    Posted 2 years ago #

    Many thanks to you guys for helping me out with this wordpress situation of mine. Everything should be good at this point. You guys are great, take care,

    Drew

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.