leider kenn ich mich nicht gut genug aus, um den Fehler zu beheben.
Bekomme den Fehler:
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1041: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3551)
session.php - Zeile 1041
header('Set-Cookie: ' . $name_data . (($cookietime) ? '; expires=' . $expire : '') . '; path=' . $config['cookie_path'] . $domain . ((!$config['cookie_secure']) ? '' : '; secure') . '; HttpOnly', false);
function.php
echo '<b>[phpBB Debug] PHP Notice</b>: in file <b>' . $errfile . '</b> on line <b>' . $errline . '</b>: <b>' . $msg_text . '</b><br />' . "\n";
Sry das ich so blöd frag, aber was muss ich tun ?
hab mir den Beitrag https://www.phpbb.de/kb/headers_already_sent schon durchgelesen, verstehs aber net..

Danke vorab.
Gruß
Jürgen