Seite 2 von 5

Re: Include fehler?? CAPTCHA

Verfasst: 05.03.2010 19:55
von chrisi94
achso ok danke. :grin:
aber laut angaben ist es aktiviert...

bin bei http://www.square7.ch/

Re: Include fehler?? CAPTCHA

Verfasst: 06.03.2010 10:59
von spinwitch
Ah ja - wir sind beide bei square7.ch 8)
die phpinfo hatte ich ja auf der vorigen Seite schon gepostet - gd_support ist enabled.

Und bei mir ist nix zusätzlich installiert, alles noch ganz jungfräulich.

Ich installier jetzt mal bei nem anderen Provider, mal sehen, ob es da besser läuft.

Re: Include fehler?? CAPTCHA

Verfasst: 06.03.2010 13:02
von spinwitch
Ich habe eben die englische Version installiert (erst 3.0.7, dann 3.0.7 PL1) - beide zeigen das selbe Problem.
http://engl.wolfshain.square7.ch

Es liegt also nicht am deutschen Sprachpaket!

mein normales ftp-Programm ist filezilla 3.3.1, ich habe es jetzt auch mit ws_ftp LE 5.0.8 probiert - Problem ist noch da.

Ich habe gerade einen anderen Provider getestet, bei all-inkl läuft alles ohne Probleme (hatte ich auch nicht anders erwartet).


Könnte es etwas mit dem fehlenden imagemagick zu tun haben? bei square7 läuft GD2.

Re: Include fehler?? CAPTCHA

Verfasst: 06.03.2010 14:38
von spinwitch
Problem ist gelöst! :D

Ich habe im Forum von square7 einen Rat bekommen und ihn umgesetzt. Warum es funktioniert weiß ich (noch) nicht, aber ich zeig einfach mal, was ich gemacht habe.


alter Code der phpbb_captcha_gd_plugin.php (das ist die Datei, die angemeckert wird):

Code: Alles auswählen

53   function &get_instance()
54   {
55      $instance =& new phpbb_captcha_gd();
56      return $instance;
57   }
Ich habe in Zeile 55 das &-Zeichen entfernt, der neue Code sieht so aus:

Code: Alles auswählen

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

Jetzt funktioniert die Registrierung, das Captcha wird fehlerfrei angezeigt.

Fröhliche Grüße von der spinwitch

Re: Include fehler?? CAPTCHA

Verfasst: 28.03.2010 20:16
von imster
spinwitch hat geschrieben:Problem ist gelöst! :D

Ich habe im Forum von square7 einen Rat bekommen und ihn umgesetzt. Warum es funktioniert weiß ich (noch) nicht, aber ich zeig einfach mal, was ich gemacht habe.


alter Code der phpbb_captcha_gd_plugin.php (das ist die Datei, die angemeckert wird):

Code: Alles auswählen

53   function &get_instance()
54   {
55      $instance =& new phpbb_captcha_gd();
56      return $instance;
57   }
Ich habe in Zeile 55 das &-Zeichen entfernt, der neue Code sieht so aus:

Code: Alles auswählen

53   function &get_instance()
54   {
55      $instance = new phpbb_captcha_gd();
56      return $instance;
57   }
Bei mir geht das aber trotzdem ned -.-


Jetzt funktioniert die Registrierung, das Captcha wird fehlerfrei angezeigt.

Fröhliche Grüße von der spinwitch
Bei mir geht das aber dann immer noch nicht!

Re: Include fehler?? CAPTCHA

Verfasst: 29.03.2010 18:11
von olby
hatte den selben Fehler
habe die Änderung nicht nur in der
phpbb_captcha_gd_plugin.php
sondern auch in der
phpbb_captcha_qa_plugin.php (Zeile 104)
und in der recaptcha (Zeile 54)
und in der nogd (Zeile 45) durchgeführt

vielen Dank für den Tip alles wieder O.K.

Re: Include fehler?? CAPTCHA

Verfasst: 29.03.2010 18:26
von Hexcode
bei neuen versionen von php wird das & an diversen Stellen nicht mehr benötigt.
Ist mir auch schon aufgefallen -> lokal hat mein Script zu 100% funktioniert.
Installier ich es aufm Live system mit aktuellerer php version -> & deplatziert.

Re: Include fehler?? CAPTCHA

Verfasst: 23.04.2010 16:20
von humapuma
bei mir lags an folgendem:

includes/captcha/plugins/phpbb_captcha_gd_plugin.php

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


(post übernommen von funky)

Re: Include fehler?? CAPTCHA

Verfasst: 03.05.2010 22:42
von ScoutNo1
Hallo!

Ich habe jetzt alle Dateien, wie oben beschrieben, geändert und hochgeladen. Die hier schon oft zitierte Fehlermeldung erscheint aber immer noch. Was mache ich falsch?

Re: Include fehler?? CAPTCHA

Verfasst: 13.06.2010 14:54
von Jewelzdesign

Code: Alles auswählen

[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:1)
[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:1)
[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:1)
[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:1)
bei mir zeigt der jetzt das an die anderen datein habe ich alle egändert !

und im adminberiecvh zeigt er jetzt dies aber bei dem dokument in den zeilen ist nichts mit =& ?! oder soo

Code: Alles auswählen

[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:1)
[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:1)
[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:1)
[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:1)