1
Hi guys,
Having upgraded I'm now looking at things more closely
Was wondering why there's no Captcha image in the Registration form and I think there's a problem with the setup in 2.3.0 Final.
The file /class/captcha/xoopscaptcha.php has these lines:
$this->path_basic = XOOPS_ROOT_PATH . "/class/captcha";
$this->path_plugin = XOOPS_ROOT_PATH . "/Frameworks/captcha";
However /Frameworks/Captcha doesn't exist.
What do I need to do to get this working? Is it simply a matter of changing the code to:
$this->path_basic = XOOPS_ROOT_PATH . "/class/captcha";
$this->path_plugin = XOOPS_ROOT_PATH . "/class/captcha";
Many thanks