View Single Post
  #1 (permalink)  
Old 01-27-2007, 12:32 PM
joeboxer35 joeboxer35 is offline
New Pligger
 
Join Date: Nov 2006
Posts: 13
Thanks: 5
Thanked 0 Times in 0 Posts
Captcha problems, enable_captcha variable

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
__________________
Joe Boxer
RealAdventures | Think Aerospace |Property News Desk | Big Kudos
Reply With Quote