Beiträge von heiwero

    ich habe in den fehlerhaften Line nicht verdächtiges gefunden, auch in der wp-config.php in line 1 steht ohne Leerzeichen vorne <?php
    913 setcookie($auth_cookie_name, $auth_cookie, $expire, PLUGINS_COOKIE_PATH, COOKIE_DOMAIN, $secure, true);
    914 setcookie($auth_cookie_name, $auth_cookie, $expire, ADMIN_COOKIE_PATH, COOKIE_DOMAIN, $secure, true);
    915 setcookie(LOGGED_IN_COOKIE, $logged_in_cookie, $expire, COOKIEPATH, COOKIE_DOMAIN, $secure_logged_in_cookie, true);
    916 if ( COOKIEPATH != SITECOOKIEPATH )
    917 setcookie(LOGGED_IN_COOKIE, $logged_in_cookie, $expire, SITECOOKIEPATH, COOKIE_DOMAIN, $secure_logged_in_cookie, true);
    918}
    919endif;

    Vor dem einloggen kam:

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/web128631/html/Urlaubsbilder/wp-config.php:1) in /var/www/web128631/html/Urlaubsbilder/wp-login.php on line 418

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/web128631/html/Urlaubsbilder/wp-config.php:1) in /var/www/web128631/html/Urlaubsbilder/wp-login.php on line 431

    Nach dem einloggen kam :
    Warning: Cannot modify header information - headers already sent by (output started at /var/www/web128631/html/Urlaubsbilder/wp-config.php:1) in /var/www/web128631/html/Urlaubsbilder/wp-includes/pluggable.php on line 913

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/web128631/html/Urlaubsbilder/wp-config.php:1) in /var/www/web128631/html/Urlaubsbilder/wp-includes/pluggable.php on line 914

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/web128631/html/Urlaubsbilder/wp-config.php:1) in /var/www/web128631/html/Urlaubsbilder/wp-includes/pluggable.php on line 915