• I just finished installing WordPress, but I’m having some problems logging in. When I try to, I get this. I’m using Mozilla Firebird to browse, and the server has PHP 4.3.3 and mySQL 4.0.15.
    Here’s what I’m getting:
    Warning: Cannot modify header information – headers already sent by (output started at /home/melampus/public_html/iris/wp-config.php:29) in /home/melampus/public_html/iris/wp-login.php on line 122
    Warning: Cannot modify header information – headers already sent by (output started at /home/melampus/public_html/iris/wp-config.php:29) in /home/melampus/public_html/iris/wp-login.php on line 126
    Warning: Cannot modify header information – headers already sent by (output started at /home/melampus/public_html/iris/wp-config.php:29) in /home/melampus/public_html/iris/wp-login.php on line 129
    Warning: Cannot modify header information – headers already sent by (output started at /home/melampus/public_html/iris/wp-config.php:29) in /home/melampus/public_html/iris/wp-login.php on line 131
    Warning: Cannot modify header information – headers already sent by (output started at /home/melampus/public_html/iris/wp-config.php:29) in /home/melampus/public_html/iris/wp-login.php on line 132
    Warning: Cannot modify header information – headers already sent by (output started at /home/melampus/public_html/iris/wp-config.php:29) in /home/melampus/public_html/iris/wp-login.php on line 133
    Warning: Cannot modify header information – headers already sent by (output started at /home/melampus/public_html/iris/wp-config.php:29) in /home/melampus/public_html/iris/wp-login.php on line 134
    Warning: Cannot modify header information – headers already sent by (output started at /home/melampus/public_html/iris/wp-config.php:29) in /home/melampus/public_html/iris/wp-login.php on line 154

Viewing 4 replies - 1 through 4 (of 4 total)
  • ~Anonymous
    Check and see if you have blank space at the top of your index.php. if u do Delete them.
    <?php
    /* Don’t remove these lines. */
    $blog = 1;
    require(‘wp-blog-header.php’);
    should be like this.
    Let me know if this helps

    Thread Starter Anonymous

    Hamoudy-
    I checked; no spaces.

    Thread Starter Anonymous

    Any other ideas? ??

    The most common cause for the headers already sent error is because of blank lines before or after php code in one of your files. Check wp-config.php, my-hacks.php (if you have it), and some of the other files that you may have modified.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Login trouble.’ is closed to new replies.