Shorty1968
Erfahrenes Mitglied
Hallo ich betreibe ein phpbb Forum und habe nicht viel ahnung von php,ich habe einen Mod in der neuen phpbb Version zum Laufen gebracht,nun bekomme ich im ACP Folgende Debug meldung:
Die angegegebene Zeile sieht so aus:
Kann mir hier bitte jemand dabei helfen den Debug zu beheben?
Code:
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_auto_answer.php on line 150: Uninitialized string offset: 0
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 170: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3960)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 172: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3960)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3960)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3960)
Code:
$error[] = array('data' => $username[0], 'error' => 'USER');