Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Hi. I'm sure you're probably aware of this already, but just to mention, I tried to install the D8 version and receive a fatal error:
mod_fcgid: stderr: Uncaught PHP Exception Drupal\\Component\\Plugin 17 \\Exception\\InvalidPluginDefinitionException: "The "vote" entity type did not specify a storage handler." at /Users/alan.evans/Sites/d8/core/lib/Drupal/Core/Entity/E 17 ntityManager.php line 312, referer: http://d8.local:8083/admin/modules
I'm presuming this is just because the storage is only a stub, based on the previous commit message "Add vote entity with a stub for storage. ".
A few of us are currently at the Amsterdam code sprints and we might try and submit a pull request to fix this if we can, and if that's ok with you.
Comments
Comment #1
andypostSuppose it's great time to start discus implementation for D8
1) does 7.x-3.x branch is stable enough to start?
2) is there a reason to introduce an entity for vote?
Comment #2
andypostInitial working conversion from 7.x-3.x is https://github.com/andypost/votingapi/tree/8.x-1.x
Comment #3
alan evans commentedHi. I'm sure you're probably aware of this already, but just to mention, I tried to install the D8 version and receive a fatal error:
mod_fcgid: stderr: Uncaught PHP Exception Drupal\\Component\\Plugin 17 \\Exception\\InvalidPluginDefinitionException: "The "vote" entity type did not specify a storage handler." at /Users/alan.evans/Sites/d8/core/lib/Drupal/Core/Entity/E 17 ntityManager.php line 312, referer: http://d8.local:8083/admin/modules
I'm presuming this is just because the storage is only a stub, based on the previous commit message "Add vote entity with a stub for storage. ".
A few of us are currently at the Amsterdam code sprints and we might try and submit a pull request to fix this if we can, and if that's ok with you.
Comment #4
kevin.dutra commentedMore recent activity has been going on at #2379167: Drupal 8 port of Voting API, so closing this issue so that work doesn't get split between the two.