Re: Problem mit Umzug auf Testumgebung
Verfasst: 08.06.2012 08:20
So, zurück aus dem Urlaub.
Wenn ich nun also die htacces wie oben beschrieben ändere, mit dem Eintrag
und anschließend hochlade, wird mir folgender Fehler ausgeworfen (dank Screenshot konnte ich es abschreiben):
Nehme ich die Änderung zurück, läuft wieder alles prima.
Die Zeilen aus den genannten Dateien:
utf_tools.php Zeile 1662 und 1663:
functions.php Zeile 4863 bis 4868:
Selbstverständlich habe ich den Artikel zu "headers already sent" in der KB gelesen, komme aber nicht wirklich weiter. Zumal es ja einmal funktioniert und einmal nicht?
Gruß Patrick
Wenn ich nun also die htacces wie oben beschrieben ändere, mit dem Eintrag
Code: Alles auswählen
AddType x-mapp-php6 .php
AddHandler x-mapp-php6 .php
Code: Alles auswählen
Strict Standards: Non-static method utf_normalizer::nfkc() should not be called statically in /rootpfad/includes/utf/utf_tools.php on line 1663
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 1052: Cannot modify header information - header already sent by (output started at[ROOT]/includes/utf/utf_tools.php:1663)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 1052: Cannot modify header information - header already sent by (output started at[ROOT]/includes/utf/utf_tools.php:1663)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 1052: Cannot modify header information - header already sent by (output started at[ROOT]/includes/utf/utf_tools.php:1663)
Warning: Cannot modify header information - headers already sent by (output started at /rootpfad/includes/utf/utf_tools.php:1663) in /rootpfad/includes/funkctions.php on line 4864
Warning: Cannot modify header information - headers already sent by (output started at /rootpfad/includes/utf/utf_tools.php:1663) in /rootpfad/includes/funkctions.php on line 4866
Warning: Cannot modify header information - headers already sent by (output started at /rootpfad/includes/utf/utf_tools.php:1663) in /rootpfad/includes/funkctions.php on line 4867
Warning: Cannot modify header information - headers already sent by (output started at /rootpfad/includes/utf/utf_tools.php:1663) in /rootpfad/includes/funkctions.php on line 4868
Die Zeilen aus den genannten Dateien:
utf_tools.php Zeile 1662 und 1663:
Code: Alles auswählen
// convert to NFKC
utf_normalizer::nfkc($text);
Code: Alles auswählen
// application/xhtml+xml not used because of IE
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');
Gruß Patrick