DoYouSpeakWak skrev:Prøv at sæt 1000x1000 til standard værdierne 0.
Det hjalp desværre ikke. Samme problem med blank side.
Er der nogen af jer der har phpBB board hos one.com ?
DoYouSpeakWak skrev:Prøv at sæt 1000x1000 til standard værdierne 0.
Strict Standards: Non-static method utf_normalizer::nfc() should not be called statically in /customers/scootergrisen.dk/scootergrisen.dk/httpd.www/forum/includes/utf/utf_tools.php on line 1781
The function really is static and is supposed to be called statically. The problem is that phpBB3.0 still supports PHP4 so we cannot use the static keyword for the function. This will be fixed in 3.1, but in 3.0 we cannot support PHP4 while having STRICT errors enabled.
See http://tracker.phpbb.com/browse/PHPBB3-10615.
For 3.0.x we must support php 4 which does not have a static keyword at all. Apply https://github.com/phpbb/phpbb3/pull/626.
For 3.1 we drop php 4 support and change the code to call static functions statically.
Brugere der læser dette forum: Bing [Bot], Google [Bot] og 5 gæster