Ich nutze phpbb 3.1.10
Die Zeile 65 helper.php sieht wie folgt aus[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/migration/helper.php on line 65: Invalid argument supplied for foreach()
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 134: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 134: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 134: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
Code: Alles auswählen
foreach ($value as $key2 => $value2)
Code: Alles auswählen
header((string) $hname . ': ' . (string) $hval);