• I have installed Xampp but when i’m about to login i get this message,please help:

    Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-config.php:1) in C:\xampp\htdocs\wordpress\wp-admin\install.php on line 36

    After i make the login there are severall error reports like this ones:

    Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-config.php:1) in C:\xampp\htdocs\wordpress\wp-login.php on line 255

    Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-config.php:1) in C:\xampp\htdocs\wordpress\wp-login.php on line 267

    Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-config.php:1) in C:\xampp\htdocs\wordpress\wp-includes\pluggable.php on line 649

    Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-config.php:1) in C:\xampp\htdocs\wordpress\wp-includes\pluggable.php on line 650

    Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-config.php:1) in C:\xampp\htdocs\wordpress\wp-includes\pluggable.php on line 651

    Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-config.php:1) in C:\xampp\htdocs\wordpress\wp-includes\pluggable.php on line 850

Viewing 3 replies - 16 through 18 (of 18 total)
  • kristine-dudina

    (@kristine-dudina)

    Samboll- thanks a lot! Your advise worked for me as well. Found an empty line in wp-cofig.php .

    stepenfleming110

    (@stepenfleming110)

    Thanks so much Samboll. That was exactly it.

    @ babysenkids and owzzz or if anyone’s still wondering:

    It took me a minute to figure this out as well. It is a bit confusing when you see 4 line numbers telling you there’s a problem and none of them are php<? lines, but if you look at the parenthetic ( ) portion in the error message before it comes to stating the line number, you will probably find that all the different line numbers in referenced files, refer to just one “(output started in… FILENAME.php: line# xyz)”. That file all the lines will have in common, and that line number is likely to be at the end of the file. Either the ?> is missing at the end of the file, or after the “?> and carriage return to the next line”, there is not only that last line, but one or two empty lines after it.

    Three of my problems were solved by deleting the extra lines. So owzzz, instead of being your entire theme, it is likely only one or two files within it.

    Hope this helps clarify. Thanks again Samboll!!

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Warning: Cannot modify header information – headers already sent by (output star’ is closed to new replies.