Good Day,

Just updated to latest release and when I upload an image, I get the warning. It is still possible to upload the image. This was not happening in previous release. Is this a bug?

Thank you,

Mark
Mark

CommentFileSizeAuthor
#5 reCaptcha.png35.15 KBmrgoltra

Comments

habibillah@gmail.com’s picture

Issue tags: +captcha, +recaptcha, +cck filefield, +cck file upload

I have the same problem and try to resolve it by removing

form_set_error('captcha_response', t('The reCAPTCHA code you entered was incorrect.'));

in recaptcha_process function stored in recaptcha.module file.

I think a return value from recaptcha_process function in recaptcha.module file is fairly well to handle error message when recaptcha submited with wrong phrase.

robloach’s picture

Status: Postponed (maintainer needs more info) » Active

Could you try 6.x-1.x-dev and see if it works there? Removing the form_set_error won't help as it will just open up the CAPTCHA to everyone.

robloach’s picture

Status: Active » Postponed (maintainer needs more info)
mrgoltra’s picture

Status: Active » Postponed (maintainer needs more info)

tried dev version. same issue.

mrgoltra’s picture

StatusFileSize
new35.15 KB

sorry forgot file attachement

liam morland’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Presuming problem has been solved. If not, please reopen and provide details.