• I can’t for the life of me figure out why I’m getting this error. It’s when I post a message and then when comments are made. Help?
    Warning: Cannot modify header information – headers already sent by (output started at /home/domain/public_html/wp-config-extra.php:62) in /home/domain/public_html/wp-admin/templates.php on line 55

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Anonymous

    And this is what I get after a comment is made …
    Warning: Cannot modify header information – headers already sent by (output started at /home/recycled/public_html/wp-config-extra.php:62) in /home/domain/public_html/wp-comments-post.php on line 115
    This goes line 115 through 127
    I’m baffled. ?

    Try and make sure that there are no extra carriage returns before or after you <?php and ?> tags on that page. Historically that has been the root of the “-headers already sent” errors.
    If this doen’t fix that, post again and give us some more info, such as what version you are running, and if you upgraded from an older version; things like that.
    Cheers
    Chris

    Thread Starter Anonymous

    I checked and no luck. I’m running the latest version .. no upgrade, a clean first time install. I wasn’t having any troubles with it earlier today, then as the day went on, it started throwing those errors. Now it’s throwing an error when I try to login. I’m wondering if I need to remove all the files and re-install?

    That error is usually pretty accurate. Take a close look around line 62 in wp-config-extra.php.
    Make sure you have no extra spaces, line feeds or gremlins.

    Thread Starter Anonymous

    Thank you. I went back though the file and everything looked fine, but I must have had an extra space in there because now everything is working fine again.
    I wanted to also apologize for making yet another post about this issue. I didn’t know what the problem was, so wasn’t sure what to search for on the forum. I did after I posted, find common threads pertaining to this. I’ll look closer next time.
    Thank you for the help 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Help?’ is closed to new replies.