CAPTCHA-Fehler bei Registrierung

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
Benutzeravatar
VVCephei
Mitglied
Beiträge: 62
Registriert: 02.05.2008 12:56
Wohnort: Solingen

CAPTCHA-Fehler bei Registrierung

Beitrag von VVCephei »

Hiho,

bei der Registrierung wird kein CAPTCHA-Code angezeigt. Stattdessen sehe ich über dem Header dicke PHP-Fehler:
Deprecated: Assigning the return value of new by reference is deprecated in /users/indiahunter/www/includes/captcha/plugins/phpbb_captcha_gd_plugin.php on line 55
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4284: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4286: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4287: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4288: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
Im Admin sehe ich bei den CAPTCHA-Einstellungen:
Deprecated: Assigning the return value of new by reference is deprecated in /users/indiahunter/www/includes/captcha/plugins/phpbb_captcha_qa_plugin.php on line 104

Deprecated: Assigning the return value of new by reference is deprecated in /users/indiahunter/www/includes/captcha/plugins/phpbb_captcha_gd_plugin.php on line 55

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

Deprecated: Assigning the return value of new by reference is deprecated in /users/indiahunter/www/includes/captcha/plugins/phpbb_recaptcha_plugin.php on line 54
[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_captcha_qa_plugin.php:104)
[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_captcha_qa_plugin.php:104)
[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_captcha_qa_plugin.php:104)
[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_captcha_qa_plugin.php:104)
Wenn ich als Gast einen Thread erstellen will (geht nicht, gelange halt zum Loginscreen) kommt:
Deprecated: Assigning the return value of new by reference is deprecated in /users/indiahunter/www/includes/captcha/plugins/phpbb_captcha_gd_plugin.php on line 55
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4284: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4286: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4287: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4288: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
Weiss jemand was ich da machen kann?

Gruß,

VV Cephei
Benutzeravatar
VVCephei
Mitglied
Beiträge: 62
Registriert: 02.05.2008 12:56
Wohnort: Solingen

Re: CAPTCHA-Fehler bei Registrierung

Beitrag von VVCephei »

24 Stunden um? K uuuuuund... hoch.
funky_h
Mitglied
Beiträge: 2
Registriert: 16.03.2010 09:43

Re: CAPTCHA-Fehler bei Registrierung

Beitrag von funky_h »

Hi ich habe genau das gleiche problem!! =(
Hoffentlich kann jemand Helfen!! =)

Schon mal danke im vorraus!

meine url:
http://bttm-forum.bplaced.net/ucp.php?mode=register
Huchinotte
Mitglied
Beiträge: 765
Registriert: 24.10.2007 09:34

Re: CAPTCHA-Fehler bei Registrierung

Beitrag von Huchinotte »

Hi ....

vielleicht hilft euch das hier weiter

Gruß Huch
funky_h
Mitglied
Beiträge: 2
Registriert: 16.03.2010 09:43

Re: CAPTCHA-Fehler bei Registrierung

Beitrag von funky_h »

Hi hab grad ein bisschen weiter gegooglet und hab ne lösung gefunden!
includes/captcha/plugins/phpbb_captcha_gd_plugin.php
Dort bei der Zeile 55 via ftp das "&" entfernen, sollte dann Funzen
funky

ps trotzdem danke für die schnelle antwort!!
Benutzeravatar
VVCephei
Mitglied
Beiträge: 62
Registriert: 02.05.2008 12:56
Wohnort: Solingen

Re: CAPTCHA-Fehler bei Registrierung

Beitrag von VVCephei »

funktioniert, danke euch :)
rene86
Mitglied
Beiträge: 1
Registriert: 28.04.2010 09:04

Re: CAPTCHA-Fehler bei Registrierung

Beitrag von rene86 »

Habe dieses Problem nun auch aber ich weis nicht wie man dies ändert kann.

Bitte um Hilfe!

Dies wird wenn man sich Registrieren möchte über dem "PHPBB Button" angezeigt

Deprecated: Assigning the return value of new by reference is deprecated in /users/'####/www/Forum/phpBB3/includes/captcha/plugins/phpbb_captcha_gd_plugin.php on line 55
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4284: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4286: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4287: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4288: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)

wie und wo kann ich dies ändern

### <--- dies ist nur für meine Sichherheit da, dies wäre mein Benutzername
Benutzeravatar
winnetou
Mitglied
Beiträge: 850
Registriert: 13.11.2008 12:20
Wohnort: Bremen
Kontaktdaten:

Re: CAPTCHA-Fehler bei Registrierung

Beitrag von winnetou »

Hallo,
hast Du denn in der Datei includes/captcha/plugins/phpbb_captcha_gd_plugin.php

Dort bei der Zeile 55 via ftp das "&" entfernen, sollte dann Funzen

Gruß
Jürgen
bergelmir
Mitglied
Beiträge: 2
Registriert: 06.04.2011 18:14

Re: CAPTCHA-Fehler bei Registrierung

Beitrag von bergelmir »

Habe diese Fehlermeldung bei der Anmeldung auch nach dem Autoupdate auf die aktuelle Version erhalten.


Nach Funky seinem HInweis
includes/captcha/plugins/phpbb_captcha_gd_plugin.php
Dort bei der Zeile 55 via ftp das "&" entfernen, sollte dann Funzen

hab ich per ftp in das Verzeichnis geschaut, und festgestellt, dass die Datei nicht vorhanden war. Ist wohl aus irgendeinem Grund beim Autoupdate "weggefallen".
Es fehlten aber noch mehr. Also, das gesamte Installpaket downloaden und die fehlenden Dateien einfach per FTP in die Verzeichnisse gelegt o h n e Änderung. Funzt zumindest bei mir.

es sind zwei enthalten im serverberzeichnis in includes/captcha/plugins:
captcha_abstract.php
phpbb_recaptcha_plugin.php

es fehlen aus includes/captcha/plugins:
phpbb_captcha_gd_plugin.php
phpbb_captcha_gd_wave_plugin.php
phpbb_captcha_nogd_plugin.php
php_captcha_qa_plugin.php

----
es ist eine enhalten im serververzeichnis in includes/captcha:
captcha_gd.php

es fehlen aus includes/captcha
captcha_factory.php
captcha_gd_wave.php
captcha_non_gd.php

Drück euch die Daumen ;-)
Antworten

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