Pagina 1 van 1

Error bij updaten PHP

Geplaatst: 26 jul 2012, 18:43
door jopievandrongelen
Ik gebruik PHPBB 3.0.10 al een tijdje zonder problemen.

Vandaag heb ik de PHP-versie geupdatet van Version 5.2.0 naar Version 5.4.0.

Sinsdien krijg ik bij het inloggen en plaatsen van berichten deze error:

Code: Selecteer alles

Strict Standards: Non-static method utf_normalizer::nfc() should not be called statically in C:\domains\wwwroot\includes\utf\utf_tools.php on line 1781

Strict Standards: Non-static method utf_normalizer::nfkc() should not be called statically in C:\domains\wwwroot\includes\utf\utf_tools.php on line 1663

Strict Standards: Non-static method utf_normalizer::nfkc() should not be called statically in C:\domains\wwwroot\includes\utf\utf_tools.php on line 1663

Strict Standards: Non-static method utf_normalizer::nfc() should not be called statically, assuming $this from incompatible context in C:\domains\wwwroot\includes\search\fulltext_native.php on line 1523

Strict Standards: Non-static method utf_normalizer::nfc() should not be called statically, assuming $this from incompatible context in C:\domains\wwwroot\includes\search\fulltext_native.php on line 1523
Wat kan ik doen?

Re: Error bij updaten PHP

Geplaatst: 26 jul 2012, 22:22
door Pola
Dit is een bekende bug voor php versies 5.4.0 en hoger.
Voor meer informatie verwijs ik je naar dit topic.
De oplossing voor de bug kun je hier vinden, rood is verwijderen uit /includes/startup.php en groen toevoegen (de + tekens aan het begin van de regels moeten - uiteraard - verwijderd worden).