• I downloaded and installed Version 2.0.5 to my server, and after trying to log in I get the following error messages:

    Warning: Cannot modify header information – headers already sent by (output started at /home/greaycom/public_html/blog/wp-config.php:1) in /home/greaycom/public_html/blog/wp-login.php on line 9

    Warning: Cannot modify header information – headers already sent by (output started at /home/greaycom/public_html/blog/wp-config.php:1) in /home/greaycom/public_html/blog/wp-includes/pluggable-functions.php on line 307

    Warning: Cannot modify header information – headers already sent by (output started at /home/greaycom/public_html/blog/wp-config.php:1) in /home/greaycom/public_html/blog/wp-includes/pluggable-functions.php on line 308

    Warning: Cannot modify header information – headers already sent by (output started at /home/greaycom/public_html/blog/wp-config.php:1) in /home/greaycom/public_html/blog/wp-includes/pluggable-functions.php on line 269

    Does anyone know how to resolve this?

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Have a look at your wp-config.php and make sure there are no letters (even spaces) before the <?php or after the ?>

    Thread Starter jsbrana

    (@jsbrana)

    Checked that…no spaces or letters.

    Thread Starter jsbrana

    (@jsbrana)

    The trouble started when executing install.php

    Warning: Cannot modify header information – headers already sent by (output started at /home/greaycom/public_html/blog/wp-config.php:1) in /home/greaycom/public_html/blog/wp-admin/install.php on line 16

    The following message means that php can’t change the header (which the code in line 9 in wp-login.php is trying) because wp-config has already send one or more letters.
    There is no echo in wp-config, so in this case there are letters outside of the php-code like spaces or linefeeds. Check again.

    Warning: Cannot modify header information – headers already sent by (output started at /home/greaycom/public_html/blog/wp-config.php:1) in /home/greaycom/public_html/blog/wp-login.php on line 9

    Thread Starter jsbrana

    (@jsbrana)

    I figured it out. Don’t use FrontPage or Expression to edit the wp-config.php file. Even though it appears nothing is in front of <?php or after the ?>, for some reason these two programs insert wierd characters. I used Adobe GoLive to edit.

    for future reference, thats a plain old textfile, use notepad

    loading golive to edit it is a good deal of overkill.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can’t Log In After Initial Installation’ is closed to new replies.