• So, each time I log in once I have the wordpress uploaded to my server, installed, and I get my generated log in info, I log in, and I get this:

    Warning: Cannot modify header information – headers already sent by (output started at /home/darksid8/public_html/eshmagazine/style/wp-config.php:153) in /home/darksid8/public_html/eshmagazine/style/wp-login.php on line 255

    Warning: Cannot modify header information – headers already sent by (output started at /home/darksid8/public_html/eshmagazine/style/wp-config.php:153) in /home/darksid8/public_html/eshmagazine/style/wp-login.php on line 267

    Warning: Cannot modify header information – headers already sent by (output started at /home/darksid8/public_html/eshmagazine/style/wp-config.php:153) in /home/darksid8/public_html/eshmagazine/style/wp-includes/pluggable.php on line 649

    Warning: Cannot modify header information – headers already sent by (output started at /home/darksid8/public_html/eshmagazine/style/wp-config.php:153) in /home/darksid8/public_html/eshmagazine/style/wp-includes/pluggable.php on line 650

    Warning: Cannot modify header information – headers already sent by (output started at /home/darksid8/public_html/eshmagazine/style/wp-config.php:153) in /home/darksid8/public_html/eshmagazine/style/wp-includes/pluggable.php on line 651

    Warning: Cannot modify header information – headers already sent by (output started at /home/darksid8/public_html/eshmagazine/style/wp-config.php:153) in /home/darksid8/public_html/eshmagazine/style/wp-includes/pluggable.php on line 850

    any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • wp-config.php
    that file has a blank line or space at the beginning or end of file
    remove it and error will go away

    edit – if that is not the case then a plugin has problems
    deactivate one by one testing in between until you find it

    As samboll said the number 1 cause is a space or blank line. Could be in the middle of the file too. I always take out all blank lines just to be sure.
    Number 2 make sure you are not sending duplicate html headers in two locations.

    Number 3 is plugins.

    there is one singular cause of that error.

    stuff after the closing ?> tag

    keep in mind that it may be invisible stuff, line breaks, etc.. but stuff it is.

    its not a plugin, and its not something in the middle of the file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ahh!! help!!’ is closed to new replies.