[phpBB Debug] PHP Warning: in file /includes/editor.php?
Verfasst: 21.11.2011 20:17
Hallo bei einigen änderungen im ACP bekomme ich öffter die meldung:
Ich würde gerne wissen worann das liegt und wie ich das weg bekomme,den wie gesagt bei einigen änderungen im ACP kommt die meldung und langsam nervt sie.
Das bekannteste das ein leerzeichen am ende von ?> soll habe ich schon mehrfach geprüft und daran liegt es nicht?
Die zeilen die in der Meldun angesprochen werden sehen wie folgt aus:
Code: Alles auswählen
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /includes/editor.php on line 1182: strpos() [function.strpos]: Empty delimiter.
[phpBB Debug] PHP Warning: in file /adm/index.php on line 158: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3871)
[phpBB Debug] PHP Warning: in file /adm/index.php on line 160: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3871)
[phpBB Debug] PHP Warning: in file /adm/index.php on line 161: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3871)
[phpBB Debug] PHP Warning: in file /adm/index.php on line 162: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3871)
Das bekannteste das ein leerzeichen am ende von ?> soll habe ich schon mehrfach geprüft und daran liegt es nicht?
Die zeilen die in der Meldun angesprochen werden sehen wie folgt aus:
Code: Alles auswählen
includes/editor.php on line 1182
$to_file .= substr($file, strpos($file, $to_file) + strlen($to_file));
adm/index.php on line 158: header('Content-type: text/html; charset=UTF-8');
adm/index.php on line 160: header('Cache-Control: private, no-cache="set-cookie"');
adm/index.php on line 161: header('Expires: 0');
adm/index.php on line 162: header('Pragma: no-cache');
includes/functions.php:3871
echo '<b>[phpBB Debug] ' . $error_name . '</b>: in file <b>' . $errfile . '</b> on line <b>' . $errline . '</b>: <b>' . $msg_text . '</b><br />' . "\n";