Kann ich nicht irgentwie capatcha einfach ausschalten ?
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
Fatal error: Class 'phpbb_recaptcha' not found in /users/kayonearmyforum/www/forum/includes/captcha/plugins/phpbb_captcha_gd_plugin.php on line 55
Das geht so leider nicht. Die Fehlermeldung wird vom Parser erzeugt, also beim Einbinden der Datei per include().Mahony hat geschrieben:Man könnte ja vielleicht so eine Abfrage einbauenCode: Alles auswählen
function &get_instance() { if (strnatcmp(phpversion(),'5.3.0') <= 0) { $instance =& new phpbb_captcha_gd(); return $instance; } else { $instance = new phpbb_captcha_gd(); return $instance; } }