Closed (fixed)
Project:
reCAPTCHA
Version:
6.x-1.x-dev
Component:
reCAPTCHA Captcha
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2012 at 11:22 UTC
Updated:
18 Apr 2016 at 15:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
liam morlandIf you select the math CAPTCHA, does that work?
Comment #2
HyperD commentedYes, only reCAPTHCA doesn't
Comment #3
liam morlandAre there any JavaScript errors on the error console? Try disabling other modules to see if it is caused by a conflict.
Comment #4
HyperD commentedNot any javascript.
reCAPTCHA is not shown only in the user registration form. In all the other modules it is shown correctly
Comment #5
liam morlandThanks. I have reproduced the problem.
Comment #6
liam morlandWhat browser are you seeing this one? I am seeing it in Chrome, but not in Firefox, both on Mac.
Comment #7
HyperD commentedChrome as well
Comment #8
liam morlandI think this problem may be caused by not using HTTPS for reCAPTCHA on HTTPS sites. I don't see any downsides to always using HTTPS, so I have changed the module to always use HTTPS. The patch is attached. Fixed in f1044af.
Please try the latest development version of reCAPTCHA and reopen if it does not fix the problem.
Comment #9
HyperD commentedI do'nt use HTTPS at all, my provider has not this protocol as option neither for the typology of server
Comment #10
liam morlandPlease try the latest development version of reCAPTCHA with a fresh install of Drupal. If it is still broken, please provide step-by-step instructions for how to see the problem. Include the browser you are using.
Comment #11
HyperD commentedDone. Now it works :)
Thank you very much
Comment #12
liam morlandComment #13
kclarkson commentedhas this patch been ported to 6.x-1.x ?
Comment #14
liam morlandNo. There isn't an active D6 maintainer, so there are a bunch of patches waiting to be ported.
Comment #17
hass commentedThis patch also need to remove the variable. Nothing should be left behind. Moving back to 7.x-1.x as this breaks the upgrade path to 7.x-2.x.
Comment #18
hass commentedHere is the patch to fix this issue. I leave it to Liam to commit this to 7.x-1.x asap.
Need to be ported to 2.x, too.
Comment #19
liam morlandVariable will be removed in child issue, #2473329: Remove obsolete variables. Putting status back to how it was.
Comment #23
hass commentedComment #25
maria sony commentedI have the version 8 installed.
I created my custom module form with recaptcha
But reCaptcha doesn't appear on form module
Comment #26
liam morlandPlease create a new issue for your question.