[phpBB Debug] (nun doch gelöst)

Wir sammeln alle Infos der Bonusepisode von Pokémon Karmesin und Purpur für euch!

Zu der Infoseite von „Die Mo-Mo-Manie“
  • Sowas kommt sowohl in meinem Forum (PN-Bereich), als auc hin meinem Newssystem, das mit dessen Daten arbeitet:

    Code
    [phpBB Debug] PHP Notice: in file /includes/session.php on line 1006:Cannot modify header information - headers already sent by (outputstarted at /users/unkas/www/news/news.php:10)[phpBB Debug] PHP Notice: in file /includes/session.php on line 1006:Cannot modify header information - headers already sent by (outputstarted at /users/unkas/www/news/news.php:10)[phpBB Debug] PHP Notice: in file /includes/session.php on line 1006:Cannot modify header information - headers already sent by (outputstarted at /users/unkas/www/news/news.php:10)


    Und hier ist Zeile 1006 aus /includes/session.php:

    Code
    header('Set-Cookie: ' . $name_data . (($cookietime) ? '; expires=' . $expire : '') . '; path=' . $config['cookie_path'] . $domain . ((!$config['cookie_secure']) ? '' : '; secure') . '; HttpOnly', false);
    	}


    Im Newssystem kommts aber nur, wenn ich nicht im Forum eingeloggt bin.


    LG Unkas

  • Und wo ist „davor“^^?
    News.php:

  • Das „<“ hab ich nur beim Kopieren vergessen.
    Es steht halt nur der Rest der Datei da:

  • Sorry für Doppelpost, aber es geht leider nicht anders =/
    Hab jetzt ein phpbb 3.0.6 vollkommen neu installiert, jetzt kommt fast das gleiche wieder =(

    Code
    [phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /users/unkas/www/news/news.php:14)
    
    
    [phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /users/unkas/www/news/news.php:14)
    
    
    [phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /users/unkas/www/news/news.php:14)


    Bei jemand anders funktioniert das Newssystem auch hervorragend…