Fehler nach Update auf PHP 5.4.6
Verfasst: 09.09.2012 14:50
Hallo,
Mein hoster hat letztens auf die PHP version 5.4.6. geupdatet.
Seit dem kann ich mich nicht einloggen es erscheinen PHP fehler, wenn man sich registrieren möchte ebenfalls.
Ich kopier mal den einen hier ein:
wenn man sich einloggen möchte kommt folgender Fehler
Ich habe noch nicht auf die neuste phpBB Version geupgradet da mein Forum voll mit verschiedenen Mods ist welche ich nicht erneut installieren möchte.
Wie könnte ich diesen Fehler beheben?
Falls Jemand hier weiss wie ich ein gemoddtes Forum upgraden kann ohne dass was kaputtgeht, dann wäre es natürlich die bessere lösung.
thx
Mein hoster hat letztens auf die PHP version 5.4.6. geupdatet.
Seit dem kann ich mich nicht einloggen es erscheinen PHP fehler, wenn man sich registrieren möchte ebenfalls.
Ich kopier mal den einen hier ein:
Code: Alles auswählen
Strict Standards: Non-static method utf_normalizer::nfc() should not be called statically in /home/*****/public_html/*****/forum/includes/utf/utf_tools.php on line 1781
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4725: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/utf/utf_tools.php:1781)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4727: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/utf/utf_tools.php:1781)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4728: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/utf/utf_tools.php:1781)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4729: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/utf/utf_tools.php:1781)
wenn man sich einloggen möchte kommt folgender Fehler
Code: Alles auswählen
Strict Standards: Non-static method utf_normalizer::nfkc() should not be called statically in /home/*****/public_html/*****/forum/includes/utf/utf_tools.php on line 1663
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 1035: Cannot modify header information - headers 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 1035: Cannot modify header information - headers 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 1035: Cannot modify header information - headers 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 /home/*****/public_html/*****/forum/includes/utf/utf_tools.php:1663) in /home/*****/public_html/*****/forum/includes/functions.php on line 4725
Warning: Cannot modify header information - headers already sent by (output started at /home/*****/public_html/*****/forum/includes/utf/utf_tools.php:1663) in /home/*****/public_html/*****/forum/includes/functions.php on line 4727
Warning: Cannot modify header information - headers already sent by (output started at /home/*****/public_html/*****/forum/includes/utf/utf_tools.php:1663) in /home/*****/public_html/*****/forum/includes/functions.php on line 4728
Warning: Cannot modify header information - headers already sent by (output started at /home/*****/public_html/*****/forum/includes/utf/utf_tools.php:1663) in /home/*****/public_html/*****/forum/includes/functions.php on line 4729
Wie könnte ich diesen Fehler beheben?
Falls Jemand hier weiss wie ich ein gemoddtes Forum upgraden kann ohne dass was kaputtgeht, dann wäre es natürlich die bessere lösung.
thx