habe da ein kleines problem:
seit 3 tagen läuft das Forum ohne probleme, heute wollte ich mich im Adminbereich einloggen, dann bekomm ich diese Meldung
Code: Alles auswählen
[phpBB Debug] PHP Warning: in file [ROOT]/includes/acp/acp_main.php on line 448: filesize() [function.filesize]: stat failed for ./../images/avatars/upload/php.ini
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)

Hab auch schon einiges gefunden zu dem thema
https://www.phpbb.de/kb/headers_already_sent
http://www.php-fehlermeldungen.de/topic24.html
aber ich finde den fehler einfach nicht, da ist kein leerzeichen (also zumindest seh ich keinen fehler) aber ihr seid da sicher fitter:
adm/index.php ab zeile 150 lautet wie folgt:
Code: Alles auswählen
150 header('Content-type: text/html; charset=UTF-8');
151 header('Cache-Control: private, no-cache="set-cookie"');
152 header('Expires: 0');
153 header('Pragma: no-cache');
155 return;