- Issue created by @bolaghi
- 🇮🇳India arunsahijpal
Hi @bolaghi,
I've tested it on
drupal 10.3.9
php 8.3.14
captcha 2.0.7and it does not show any error.
- 🇦🇹Austria jordik
Same error as in the description.
drupal 10.3.10
captcha 2.0.7Reverting to captcha 2.0.6. makes the error disappear and captcha refreshes as expected.
- Merge request !104Update file image_captcha_refresh.js to return "false" due to JSON error. → (Open) created by jordik
- 🇦🇹Austria jordik
The image_captcha_refresh.js was changed in 2.0.7 to return "FALSE" instead of "false" which causes a JSON error (can only handle lowercase booleans).
Changing it back to "false" resolves the issue.
MR created. Hi,
Drupal 11.0.9
PHP 8.3.6
Captcha 2.0.7The problem still exists even after I changed FALSE to false in the image_captcha_refresh.js file as described in #5.