4images Forum & Community
4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: Andy74 on October 21, 2007, 10:01:34 PM
-
Ich habe mir fast alles Topics zu dem Thema hier im Forum durchgelesen. Ohne Erfolg, deshalb muss ich nochmal davon anfangen.
Meine CONFIG.PHP
$captcha_enable = 1;
$captcha_enable_comments = 1;
$captcha_enable_upload = 1;
$captcha_enable_registration = 1;
$captcha_enable_postcards = 1;
Meine GLOBAL.PHP
// Initialize CAPTCHA configuration
$captcha_enable = 1;
$captcha_enable_comments = 1;
$captcha_enable_upload = 1;
$captcha_enable_registration = 1;
$captcha_enable_postcards = 1;
$captcha_ttf = 1;
$captcha_path = '/var/www/htdocs/gallery/captcha';
$captcha_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
$captcha_length = 5;
$captcha_wordfile = 0;
$captcha_width = 200;
$captcha_height = 70;
$captcha_text_color = '#000000';
$captcha_text_size = 25;
$captcha_text_transparency = 60;
$captcha_filter_text = 1;
$captcha_filter_bg = 1;
@include(ROOT_PATH.'config.php');
if (!$cache_enable) {
$cache_page_index = 0;
$cache_page_categories = 0;
$cache_page_top = 0;
$cache_page_rss = 0;
}
if (!$captcha_enable) {
$captcha_enable_comments = 0;
$captcha_enable_upload = 0;
$captcha_enable_registration = 0;
$captcha_enable_postcards = 0;
}
1. Frage
Warum ist das in zwei verschiedenen Dateien enthalten ..... sehr verwirrend.
2. Frage
So, nun zum eigentlichen Problem. Auf der Registrierungsseite wird das Captcha-Bild nicht angezeigt. Nur der Platzhalter. Eingabefeld ist vorhanden.
GD-Support ist laut PHPINFO vorhanden. Das Problem besteht auch mit dem Original 1.7.4 Default-Template.
Captcha-Ordner mit Bilder und Fonts ist vorhanden.
3. Frage
Jetzt habe ich in der CONFIG.PHP die Captcha-Funktion deaktiviert. Auf der Registrierungsseite erscheint die Captcha-Abfrage nicht mehr.
Aber auf der Uploadseite (member.php?action=uploadform) erscheint die Captcha-Abfrage aber trotzdem noch ???
-
hat sich erledigt.
Hatte noch eine modifikation in der GLOBAL.PHP, die da wohl reingespielt hat. :?