- Issue created by @leducdubleuet
- πΊπΈUnited States chrissnyder Maryland
This might be related to https://git.drupalcode.org/project/captcha/-/merge_requests/70#note_192439
- Status changed to Closed: works as designed
over 1 year ago 9:09pm 18 July 2023 - π¨π¦Canada leducdubleuet Chicoutimi QC
@ChrisSnyder Indeed, this may explain why I could not go from 1.10 directly to 2.0.1. To make it work in my site, I had to upgrade to 1.11 and then to 2.0.1...
But I found the source of my specific problem!
For some reason, I had 2 conflicting entries in my composer.json.
One for the captcha module :
"drupal/captcha": "^1.10",
And one for the image_captcha module :
"drupal/image_captcha": "^1.9",
I have no idea why it was like that... :-|
Once the second extra one removed, I updated the module again from 1.10 to 1.11 and then to 2.0.1.
All is well now, sorry for the lost bandwidth, it seems my problem was not directly caused by the upgrade.
Thank you for a great module!
- last update
over 1 year ago 44 pass - @chrissnyder opened merge request.
- Status changed to Needs work
over 1 year ago 9:13pm 18 July 2023 - πΊπΈUnited States chrissnyder Maryland
I am re-opening this issue because i still think it is still an issue.
- π¨π¦Canada leducdubleuet Chicoutimi QC
No problem, sorry for closing it in the meantime.
- Status changed to Closed: duplicate
over 1 year ago 6:54am 19 July 2023 - π©πͺGermany Anybody Porta Westfalica
Closing this as duplicated of π captcha_update_8906 hook updating core.extension.yml incorrectly Fixed which has a clearer focus. But the MR here is more complete than the one in that issue. Could you please update the other MR?
#3 is really strange, should have never worked. Wild thing.
- π©πͺGermany Anybody Porta Westfalica
I incorporated the code into the other issue and credited ChrisSnyder! Thanks!