Closed (fixed)
Project:
CAPTCHA
Version:
8.x-1.0-beta1
Component:
Image Captcha (image_captcha)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2019 at 22:25 UTC
Updated:
11 Oct 2019 at 20:04 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
MykolaVeryha commentedI have got the same error.
Comment #3
MykolaVeryha commentedPlease check this patch. I had a problem with the panels module. The module was creating a wrong form_id with "-"
Comment #4
MykolaVeryha commentedComment #5
steven buteneers commentedI can confirm that in combination with panels this error occurs because the form contains dashes.
The problem does occur because the posted form ID is validated differently in `_captcha_get_posted_captcha_info() ` where the dashes are filtered out. The path in #3 makes sure both ID's are filtered the same way.
Tested the patch and it works, therefor I will RTBC this.
Comment #6
wundo commentedComment #8
wundo commentedComment #9
wundo commented