Running into some problems with the captcha feature in Pligg 9.0.
New user registration with Captcha was working fine on the site (
http://www.ThinkAerospace.com).
But after downloading some of the updated SVN files it no longer works.
I notice in register.php there are two lines with
Code:
if(enable_captcha == 'true')
To get captcha to work again, I had to effectively disable this line by changing it to
Code:
if(enable_captcha == 'true' || 1)
Obviously, this is not the way to do it. But it is my temporary work around.
Where is the enable_captcha variable set? I couldn't find it any any of the admin configuration screens, in options.php or any other file.
Oddly, I can't find it any previous versions of Pligg. Which makes me think that I broke something when I downloaded the SVN files.
Joe