recaptcha not appearing on registration
Simply, nothing appears where the recaptcha is supposed to be on the registration page. Anyone else experiencing this? (2.0.17.9)
Tagged:
1
Comments
You should change your registration setting.I had the same problem until I've changed this setting.
"The reCAPTCHA value was not entered correctly. Please try again."
Something is wrong.
http://groups.google.com/group/recaptcha/browse_thread/thread/7a4839d13ac3dcf5/a51be72cd56c1461
A couple of weeks ago they started serving an invalid certificate:
https://groups.google.com/forum/#!msg/recaptcha/V7qswqBnA1o/JXjZjpjSR4EJ
and I guess that that's why I'm seeing nothing on the registration page (though I would assume that more people would report this behavior!)
Is my only option now to manually change the URLs for the captcha challenge/response?
library/vendors/recaptcha/functions.recaptchalib.php:define("RECAPTCHA_API_SERVER", "http://api.recaptcha.net"); library/vendors/recaptcha/functions.recaptchalib.php:define("RECAPTCHA_API_SECURE_SERVER", "https://api-secure.recaptcha.net"); library/vendors/recaptcha/functions.recaptchalib.php:define("RECAPTCHA_VERIFY_SERVER", "api-verify.recaptcha.net");
1)Downloaded the latest recaptcha php library from here:
http://code.google.com/p/recaptcha/downloads/detail?name=recaptcha-php-1.11.zip&can=2&q=
2)renamed the file "recaptchalib.php" to "functions.recaptchalib.php"
3)replace: "vanilla/library/vendors/recaptcha/functions.recaptchalib.php" with the new file
hope this helps someone...