Stylesheet = Fehlermeldung im ACP
Verfasst: 09.08.2009 16:30
phpBB 3.05
Ich wollte die Stylesheet im ACP mit "ändern" aufrufen (zwecks Änderung der Hintergrundgrafik im Header) und bekam folgende Fehlermeldung. Kann ich leider nicht viel mit anfangen. Habe irgendwie den Eindruck, dass auch (wie in einem anderem Post geschrieben wurde, eigentlich der Eintrag in der utf-tools.php der wichtige Teil ist... aber wissen..? Vieleicht könnt ihr mir weiterhelfen?
[phpBB Debug] PHP Notice: in file /includes/utf/utf_tools.php on line 1845: htmlspecialchars() [function.htmlspecialchars]: Invalid multibyte sequence in argument
Das steht in Line 1845: return htmlspecialchars($value, ENT_COMPAT, 'UTF-8');
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
Einträge in der adm/index.php
Line 150: header('Content-type: text/html; charset=UTF-8');
Line 152: header('Cache-Control: private, no-cache="set-cookie"');
Line 153: header('Expires: 0');
Line 154: header('Pragma: no-cache');
Und das in /funktions.php Zeile 3247:
echo '<b>[phpBB Debug] PHP Notice</b>: in file <b>' . $errfile . '</b> on line <b>' . $errline . '</b>: <b>' . $msg_text . '</b><br />' . "\n";
Ich bin da absolut überfordert und bitte um eure Hilfe.
Ich wollte die Stylesheet im ACP mit "ändern" aufrufen (zwecks Änderung der Hintergrundgrafik im Header) und bekam folgende Fehlermeldung. Kann ich leider nicht viel mit anfangen. Habe irgendwie den Eindruck, dass auch (wie in einem anderem Post geschrieben wurde, eigentlich der Eintrag in der utf-tools.php der wichtige Teil ist... aber wissen..? Vieleicht könnt ihr mir weiterhelfen?
[phpBB Debug] PHP Notice: in file /includes/utf/utf_tools.php on line 1845: htmlspecialchars() [function.htmlspecialchars]: Invalid multibyte sequence in argument
Das steht in Line 1845: return htmlspecialchars($value, ENT_COMPAT, 'UTF-8');
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
Einträge in der adm/index.php
Line 150: header('Content-type: text/html; charset=UTF-8');
Line 152: header('Cache-Control: private, no-cache="set-cookie"');
Line 153: header('Expires: 0');
Line 154: header('Pragma: no-cache');
Und das in /funktions.php Zeile 3247:
echo '<b>[phpBB Debug] PHP Notice</b>: in file <b>' . $errfile . '</b> on line <b>' . $errline . '</b>: <b>' . $msg_text . '</b><br />' . "\n";
Ich bin da absolut überfordert und bitte um eure Hilfe.