[3.0.7-PL1] Problem mit CAPTCHA

phpBB 3.0 hat sein "End of Life" erreicht. Eine Neu-Installation wird nicht mehr unterstützt.
Gesperrt
Benutzeravatar
WEEDman
Mitglied
Beiträge: 330
Registriert: 27.04.2005 18:37
Wohnort: in Brandenburg

[3.0.7-PL1] Problem mit CAPTCHA

Beitrag von WEEDman »

hallo,
ich habe mein Forum auf 3.0.7-PL1 aktuallisiert und bin zu einen neuen Hoster umgezogen.
seit dem habe ich ein Problem mit den CAPTCHA's: sie werden nicht mehr angezeigt und folgende Fehlermeldung wird ausgespuckt (auf der Registirerung-Seite und auch im ACP):

Code: Alles auswählen

Deprecated: Assigning the return value of new by reference is deprecated in /users/*****/www/phpBB3/includes/captcha/plugins/phpbb_recaptcha_plugin.php on line 54

Deprecated: Assigning the return value of new by reference is deprecated in /users/*****/www/phpBB3/includes/captcha/plugins/phpbb_captcha_qa_plugin.php on line 104

Deprecated: Assigning the return value of new by reference is deprecated in /users/*****/www/phpBB3/includes/captcha/plugins/phpbb_captcha_nogd_plugin.php on line 45

Deprecated: Assigning the return value of new by reference is deprecated in /users/*****/www/phpBB3/includes/captcha/plugins/phpbb_captcha_gd_plugin.php on line 55
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_recaptcha_plugin.php:54)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_recaptcha_plugin.php:54)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_recaptcha_plugin.php:54)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_recaptcha_plugin.php:54)
phpBB-Version: 3.0.7-PL1
php-Version: 5.3.2
phpinfo: http://phpinfo.bplaced.net/
MfG ~ 8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rofl
Benutzeravatar
Metzle
Ehemaliges Teammitglied
Beiträge: 10435
Registriert: 08.03.2008 02:50
Wohnort: Waiblingen-Neustadt
Kontaktdaten:

Re: [3.0.7-PL1] Problem mit CAPTCHA

Beitrag von Metzle »

Metzle
phpBB.de-Support-Team
Allround-phpBB.de
Benutzeravatar
WEEDman
Mitglied
Beiträge: 330
Registriert: 27.04.2005 18:37
Wohnort: in Brandenburg

Re: [3.0.7-PL1] Problem mit CAPTCHA

Beitrag von WEEDman »

also das hier machen: viewtopic.php?p=1166075#p1166075

phpbb_captcha_gd_plugin.php

Code: Alles auswählen

53   function &get_instance()
54   {
55      $instance =& new phpbb_captcha_gd();
56      return $instance;
57   } 
durch das ersetzen:

Code: Alles auswählen

53   function &get_instance()
54   {
55      $instance = new phpbb_captcha_gd();
56      return $instance;
57   } 
warum muss das "&" entfernt werden und warum ist es überhaupt vorhanden? bug?


Edit: warum kann ich nicht reCaptcha oder Q&A CAPTCHA anklicken?
MfG ~ 8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rofl
Benutzeravatar
Metzle
Ehemaliges Teammitglied
Beiträge: 10435
Registriert: 08.03.2008 02:50
Wohnort: Waiblingen-Neustadt
Kontaktdaten:

Re: [3.0.7-PL1] Problem mit CAPTCHA

Beitrag von Metzle »

WEEDman hat geschrieben: warum muss das "&" entfernt werden und warum ist es überhaupt vorhanden? bug?
Hallo,

die Frage ist im Beitrag von Mahony erklärt: viewtopic.php?p=1172385#p1172385
Metzle
phpBB.de-Support-Team
Allround-phpBB.de
Gesperrt

Zurück zu „[3.0.x] Installation, Update und Konvertierung“