- π¨π¦Canada paintingguy
Same issue. I've tried everything that should work to remove this but cannot. Hopefully the creator can help. I'm using the latest drupal 9 on php 8.1
- First commit to issue fork.
- πΊπΈUnited States koppie
I had the same problem with uninstalling this module. It's because you add a reaction field, and then add permissions, and then you can't remove the field because of the permissions. For anyone else who wandered here because of Google, here's the fix:
- Get your environment back to a "sane" state:
drush cim
- Remove reaction permissions using the Drupal GUI
- Remove the field using the Drupal GUI
- Uninstall the module:
drush pm:uninstall votingapi_reaction
- Get your environment back to a "sane" state: