3
Thank you Jimmy for trying to help but I've tried that already and it doesn't seem to work. This is my /class/captcha/config.php
return $config = array(
'disabled' => false, // Disable CAPTCHA
'mode' => 'text', // default mode
'name' => 'xoopscaptcha', // captcha name
'skipmember' => true, // Skip CAPTCHA check for members
'maxattempt' => 10, // Maximum attempts for each session
'num_chars' => 4, // Maximum characters
'rule_text' => _CAPTCHA_RULE_TEXT,
'maxattempt_text' => _CAPTCHA_MAXATTEMPTS);
I also have /Frameworks/captcha/ but I have tried renaming the folder, it still shows image captcha. I've tried editing the /Frameworks/captcha/config.php file to text, the problem is still there.
I also had SecurityImage module installed. But I have now disabled and uninstalled the module but the problem still exists.