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