- 🇺🇸United States tr Cascadia
This was fixed by 2.2.2 - that's why 2.2.2 was released a week after 2.2.1.
https://www.drupal.org/project/honeypot/releases →
✨ Conflicting name with other element(s) Needs review
After upgrading from Honeypot 2.2.0 to 2.2.1, I encountered the following error:
```
title="TypeError: array_key_exists(): Argument #2 ($array) must be of type array, null given in array_key_exists() (line 151 of /var/www/html/web/modules/contrib/honeypot/src/HoneypotService.php)."
```
and
```
Warning: Undefined array key "elements" in Drupal\honeypot\HoneypotService->addFormProtection() (line 151 of /var/www/html/web/modules/contrib/honeypot/src/HoneypotService.php)
```
This was not an issue in 2.2.0, and it broke my site after the update. If I tried to submit a form it would simply error back with `internal service error`.
I'm using Drupal 10.4.2 and using a Webform with Honeypot. It worked for version 2.2.0 but this issue appeared after upgrading to 2.2.1.
Active
2.2
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This was fixed by 2.2.2 - that's why 2.2.2 was released a week after 2.2.1.
https://www.drupal.org/project/honeypot/releases →
✨ Conflicting name with other element(s) Needs review