Re: Include fehler?? CAPTCHA
Verfasst: 13.06.2010 17:56
Hallo
Schau mal hier KB:headers_already_sent
Grüße: Mahony
Schau mal hier KB:headers_already_sent
Grüße: Mahony
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
Fatal error: Class 'phpbb_recaptcha' not found in /users/kayonearmyforum/www/forum/includes/captcha/plugins/phpbb_captcha_gd_plugin.php on line 55
Code: Alles auswählen
Deprecated: Assigning the return value of new by reference is deprecated in /users/procontrol/www/forum/includes/captcha/plugins/phpbb_captcha_gd_plugin.php on line 55
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4292: 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 4294: 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 4295: 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 4296: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
Genau das habe ich auch gemacht. Doch die Fehlermeldung bleibt nahezug identisch vorhanden:spinwitch hat geschrieben: 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):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 }
Code: Alles auswählen
53 function &get_instance() 54 { 55 $instance = new phpbb_captcha_gd(); 56 return $instance; 57 }
Code: Alles auswählen
Deprecated: Assigning the return value of new by reference is deprecated in /users/"DB-Name"/www/"forenname"/includes/captcha/plugins/phpbb_captcha_gd_plugin.php on line 55
Deprecated: Assigning the return value of new by reference is deprecated in /users/"DB-Name"/www/"forenname"/includes/captcha/plugins/phpbb_recaptcha_plugin.php on line 54
Deprecated: Assigning the return value of new by reference is deprecated in /users/"DB-Name"/www/"forenname"/includes/captcha/plugins/phpbb_captcha_nogd_plugin.php on line 45
Deprecated: Assigning the return value of new by reference is deprecated in /users/"DB-Name"/www/"forenname"/includes/captcha/plugins/phpbb_captcha_qa_plugin.php on line 104
[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_gd_plugin.php:55)
[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_gd_plugin.php:55)
[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_gd_plugin.php:55)
[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_gd_plugin.php:55)
Code: Alles auswählen
Deprecated: Assigning the return value of new by reference is deprecated in /users/"DB-Name"/www/forenname/includes/captcha/plugins/phpbb_recaptcha_plugin.php on line 54
Deprecated: Assigning the return value of new by reference is deprecated in /users/"DB-Name"/www/forenname/includes/captcha/plugins/phpbb_captcha_nogd_plugin.php on line 45
Deprecated: Assigning the return value of new by reference is deprecated in /users/"DB-Name"/www/forenname/includes/captcha/plugins/phpbb_captcha_qa_plugin.php on line 104
[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)
Wenn man die Dateien mit den Original-Dateien vergleicht wird man feststellen das auch dort nur das &-Zeichen geändert wurde.o0Pascal0o hat geschrieben:Danke. Ich habe jetzt eine Lösung für all diejenigen denen das &-Zeichen auch nix gebracht hat.
Nein, das ist ganz sicher nicht die Lösung für alle.o0Pascal0o hat geschrieben:Nehmt diese Files und überschreibt damit die eurigen: http://forum.square7.ch/download/file.php?id=77