I can't enable the module, tested with PHP 7.0 and 7.1, I get this error :

Fatal error: Method Drupal\Core\StringTranslation\TranslatableMarkup::__toString() must not throw an exception, caught TypeError: Argument 1 passed to Drupal\Core\Entity\Sql\DefaultTableMapping::requiresDedicatedTableStorage() must implement interface Drupal\Core\Field\FieldStorageDefinitionInterface, null given, called in /XXX/core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php on line 315 in /XXX/core/lib/Drupal/Core/Entity/EntityType.php on line 0

Any clue ?

Comments

zemax created an issue. See original summary.

walkingdexter’s picture

Status: Active » Postponed (maintainer needs more info)

Hi zemax!
I can't reproduce the error on a clean installation of Drupal 8.6.2. If possible, please provide more information. There may be a conflict with some contrib module.

zemax’s picture

Thank you for the reply.

I've enabled the module without errors with drush.

I can't find additional logs of the failure when enabling from the admin; I'll try with a fresh install later.

walkingdexter’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)