• I have just instialled WordPress 1.5 and it comes up with an error on the login in page, this is what it sais:

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

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

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

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

    And after i have entered my username and password and clicked on log in, this is what it sais:

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

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

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

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

    Warning: Cannot modify header information – headers already sent by (output started at /home/altherit/public_html/wp-config.php:23) in /home/altherit/public_html/wp-includes/functions.php on line 1767

    Warning: Cannot modify header information – headers already sent by (output started at /home/altherit/public_html/wp-config.php:23) in /home/altherit/public_html/wp-includes/functions.php on line 1768

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

    Can someone please help me, i have tried to instiall this software before and have had the same problem twice.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Remove all spaces between <?php and ?>. DOUBLE CHECK. (in config.php)

    Thread Starter altherity

    (@altherity)

    I dont understand, what spaces?

    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘altherit_wordp’); // The name of the database
    define(‘DB_USER’, ‘admin’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘password’); // …and password
    define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

    // Change the prefix if you want to have multiple blogs in a single database.
    $table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-includes/languages.
    // For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
    // to enable German language support.
    define (‘WPLANG’, ”);

    /* Stop editing */

    define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.php’);
    ?>

    Moderator James Huff

    (@macmanx)

    Double check the file for spaces before <?php and after ?>

    http://wordpress.org/support/topic.php?id=30278
    http://faq.wordpress.net/view.php?p=7

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Problems with logging in!’ is closed to new replies.