Seite 1 von 1

Problem bei Capatcha

Verfasst: 28.05.2010 22:04
von PhiJu
Hallo,
ich habe folgendes Problem mit dem Capatcha-System.
Beim Registrierungsformular wird der Capatcha-Code nicht angezeigt und wenn ich die Capatcha-Einstellungen aufrufen möchte, dann kommt folgende Fehlermeldung:

Code: Alles auswählen

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

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

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

Deprecated: Assigning the return value of new by reference is deprecated in /users/trainsimforum/www/Forum/includes/captcha/plugins/phpbb_captcha_gd_plugin.php on line 55
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: 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 Debug] PHP Notice: in file /adm/index.php on line 155: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_recaptcha_plugin.php:54)
Ich würde mich freuen wenn mir jemand helfen könnte.

Re: Problem bei Capatcha

Verfasst: 28.05.2010 22:56
von Balint
Hallo,

das Thema wurde hier bereits mehrfach erörtert, eine Suche nach "deprecated" hätte weitergeholfen!

Hier der Lösungsansatz: viewtopic.php?p=1172385#p1172385


Viele Grüße,
Bálint

Re: Problem bei Capatcha

Verfasst: 28.05.2010 22:58
von Metzle
Hallo,

schau mal den Beitrag von Mahony dazu an: viewtopic.php?p=1172385#p1172385

Re: Problem bei Capatcha

Verfasst: 29.05.2010 20:49
von PhiJu
Hallo,
danke für die Hilfe.
Nun weiss ich nur nicht was genau ich in den Dateien phpbb_recaptcha_plugin.php, phpbb_captcha_qa_plugin.php und phpbb_captcha_nogd_plugin.php.
Ich weiss lediglich dass ich in der Datei phpbb_recaptcha_plugin.php in der Zeile 54, phpbb_captcha_qa_plugin.php in der Zeile 104 und in der Datei phpbb_captcha_nogd_plugin.php in Zeile 45 etwas ändern muss nur nicht was genau.