• Hey (sry for bad english)
    I’ve got a problem with my blog. I want to install it.. so installed it. But when i want log in, happens a problem:
    1. I tipp my username
    2. I tipp my password
    3. I press Log in
    4. But then came this messageproblems:

    Warning: Cannot modify header information – headers already sent by (output started at /users/wui/www/wp-config.php:1) in /users/wui/www/wp-login.php on line 255

    Warning: Cannot modify header information – headers already sent by (output started at /users/wui/www/wp-config.php:1) in /users/wui/www/wp-login.php on line 267

    Warning: Cannot modify header information – headers already sent by (output started at /users/wui/www/wp-config.php:1) in /users/wui/www/wp-includes/pluggable.php on line 649

    Warning: Cannot modify header information – headers already sent by (output started at /users/wui/www/wp-config.php:1) in /users/wui/www/wp-includes/pluggable.php on line 650

    Warning: Cannot modify header information – headers already sent by (output started at /users/wui/www/wp-config.php:1) in /users/wui/www/wp-includes/pluggable.php on line 651

    Warning: Cannot modify header information – headers already sent by (output started at /users/wui/www/wp-config.php:1) in /users/wui/www/wp-includes/pluggable.php on line 850

    What can I do?

Viewing 10 replies - 1 through 10 (of 10 total)
  • What can I do?

    Type the error into Google, for one. You’ll very quickly find this codex page. Scroll down about halfway.

    Thread Starter wui

    (@wui)

    Thanks, but havent worked.
    An other version = same problem
    edit “wp-config.php” = same problem
    New files loadet = same problem

    My hoster is bplaced.net is that a problem?

    Are there any spaces, line breaks, or other characters before the very first <?php in your wp-config file?

    What software did you use to edit wp-config?

    Are you saving as plain text and not RTF or some other format?

    Thread Starter wui

    (@wui)

    1. no
    2. Notepad
    3. Don’t know, just “Save” then “Exit”

    Post the first five lines of your wp-config. The error message puts the problem at line one so that should be plenty.

    Thread Starter wui

    (@wui)

    <?php
    //** MySQL-Einstellungen **//
    define(‘DB_NAME’, ‘******’); // Der Name der Datenbank
    define(‘DB_USER’, ‘********’); // Ihr MySQL-Benutzername
    define(‘DB_PASSWORD’, ‘********’); // Sowie das MySQL-Passwort
    define(‘DB_HOST’, ‘localhost’); // Diesen Parameter müssen Sie in den allermeisten F?llen nicht ?ndern
    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);

    Those asterisks are your problem, man. ??

    Seriously, nothing looks obviously wrong. Maybe try re-uploading your WP files. Maybe a file didn’t upload completely the first time.

    Thread Starter wui

    (@wui)

    I reupload the whole pack all the time ;). But ever the same problem. I mean 8 times a new upload, anytime all files must be on my https://ftp.. The blog stands https://wui.bplaced.net , but ever these problems stands, when i want to log in ;).

    wui: https://wui.bplaced.net/wp-config.php. There are weird characters in your wp-config file. There is a discussion of the problem on this Joomla thread. I’ll just quote the bit that you need.

    For those without shell access and using windows, ftp download the most likely php files you edited, open them in notepad, do a file save-as and be sure to set the encoding to ANSI (at the bottom of the save-as window), then upload the files back again.

    Thread Starter wui

    (@wui)

    ?? Thanks, it works

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Can’t Log in’ is closed to new replies.