thinkshout / registration

Drupal entity based registration module.
http://drupal.org/project/registration
2 stars 1 forks source link

Redo entity creation #11

Open Greg-Boggs opened 8 years ago

Greg-Boggs commented 8 years ago

It looks like both entities don't work yet. I am not sure what we missed. Could be a bug in Drupal Console maybe.

Drupal\Core\Entity\EntityMalformedException: The entity does not have[error] an ID. in /Users/gregboggs/Sites/drupal8/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:248

Greg-Boggs commented 8 years ago

Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'base_table.id' in 'group statement': SELECT COUNT(*) AS expression FROM (SELECT 1 AS expression FROM {registration} base_table GROUP BY base_table.id) subquery; Array ( ) in Drupal\Core\Entity\EntityListBuilder->getEntityIds() (line 98 of /Users/gregboggs/Sites/drupal8/core/lib/Drupal/Core/Entity/EntityListBuilder.php).

Greg-Boggs commented 8 years ago

Different error for each entity. Tested with stock drupal installed fresh from Drupal.org