Seite 1 von 1

phpbb3 scheint nicht mit PHP 5.4 kompatibel zu sein...

Verfasst: 02.07.2012 15:26
von Felix_Keyway
Moin,

Seit ich meinen Intranet-Server auf PHP 5.4 aktualisiert habe, funktioniert bei phpBB nichts mehr.

Hier mal ein Auszug, bei den Einstellungen im ACP beim CAPTCHA:

Code: Alles auswählen

Strict Standards: Non-static method phpbb_captcha_factory::get_captcha_types() should not be called statically, assuming $this from incompatible context in E:\server\var\www\keyway-xelonis\com\htdocs\forum\includes\acp\acp_captcha.php on line 33

Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method phpbb_captcha_gd::is_available() should not be called statically in E:\server\var\www\keyway-xelonis\com\htdocs\forum\includes\captcha\captcha_factory.php on line 84

Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method phpbb_captcha_gd::get_name() should not be called statically in E:\server\var\www\keyway-xelonis\com\htdocs\forum\includes\captcha\captcha_factory.php on line 86

Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method phpbb_captcha_gd_wave::is_available() should not be called statically in E:\server\var\www\keyway-xelonis\com\htdocs\forum\includes\captcha\captcha_factory.php on line 84

Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method phpbb_captcha_gd_wave::get_name() should not be called statically in E:\server\var\www\keyway-xelonis\com\htdocs\forum\includes\captcha\captcha_factory.php on line 86

Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method phpbb_captcha_nogd::is_available() should not be called statically in E:\server\var\www\keyway-xelonis\com\htdocs\forum\includes\captcha\captcha_factory.php on line 84

Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method phpbb_captcha_nogd::get_name() should not be called statically in E:\server\var\www\keyway-xelonis\com\htdocs\forum\includes\captcha\captcha_factory.php on line 86

Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method phpbb_captcha_qa::is_available() should not be called statically in E:\server\var\www\keyway-xelonis\com\htdocs\forum\includes\captcha\captcha_factory.php on line 84

Strict Standards: Non-static method phpbb_captcha_qa::is_installed() should not be called statically in E:\server\var\www\keyway-xelonis\com\htdocs\forum\includes\captcha\plugins\phpbb_captcha_qa_plugin.php on line 135

Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method phpbb_captcha_qa::get_name() should not be called statically in E:\server\var\www\keyway-xelonis\com\htdocs\forum\includes\captcha\captcha_factory.php on line 90

Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method phpbb_recaptcha::is_available() should not be called statically in E:\server\var\www\keyway-xelonis\com\htdocs\forum\includes\captcha\captcha_factory.php on line 84

Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method phpbb_recaptcha::get_name() should not be called statically in E:\server\var\www\keyway-xelonis\com\htdocs\forum\includes\captcha\captcha_factory.php on line 90

Strict Standards: Non-static method phpbb_captcha_factory::get_instance() should not be called statically, assuming $this from incompatible context in E:\server\var\www\keyway-xelonis\com\htdocs\forum\includes\acp\acp_captcha.php on line 116

Strict Standards: Only variables should be assigned by reference in E:\server\var\www\keyway-xelonis\com\htdocs\forum\includes\acp\acp_captcha.php on line 116
Bei der Installation gab es schon Probleme, dass nicht statistische Klassen-Methoden statistisch angesprochen werden. Ich habe das vorläufig behoben, aber beim Captcha-Modul hilft nichts.

Hat jemand vllt. ähnliche Erfahrungen gemacht?

Über Hilfe jeglicher Art wäre ich dankbar.

MFG

Re: phpbb3 scheint nicht mit PHP 5.4 kompatibel zu sein...

Verfasst: 02.07.2012 15:30
von WileCoyote

Re: phpbb3 scheint nicht mit PHP 5.4 kompatibel zu sein...

Verfasst: 02.07.2012 15:33
von Felix_Keyway
Ah, danke :) . An die offizielle phpBB Seite habe ich jetzt gar nicht gedacht ;) .