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

Fragen zur Bedienung von phpBB 3.0.x, Probleme bei der Benutzung und alle weiteren Fragen inkl. Update auf die neuste phpBB 3.0.14 Version
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Felix_Keyway
Mitglied
Beiträge: 2
Registriert: 02.07.2012 15:21

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

Beitrag 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
Benutzeravatar
WileCoyote
Mitglied
Beiträge: 901
Registriert: 13.07.2011 07:38
Wohnort: Österreich

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

Beitrag von WileCoyote »

Gruß WileCoyote
Felix_Keyway
Mitglied
Beiträge: 2
Registriert: 02.07.2012 15:21

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

Beitrag von Felix_Keyway »

Ah, danke :) . An die offizielle phpBB Seite habe ich jetzt gar nicht gedacht ;) .
Antworten

Zurück zu „[3.0.x] Administration, Benutzung und Betrieb“