- 🇧🇪Belgium borisson_ Mechelen, 🇧🇪
To me, this looks like an issue in drupal's installer process? Does this still happen? If it does we need to look at the dependencies of our own schema.
A WSOD after a site install with drush. See : https://www.drupal.org/project/droopler/issues/3193777 → for the error.
in facets.install in a update or install hook:
$entity_type_manager = \Drupal::entityTypeManager();
$entity_type_manager->clearCachedDefinitions();
$entity_type = $entity_type_manager->getDefinition('facets_facet');
\Drupal::entityDefinitionUpdateManager()->installEntityType($entity_type);
Review
None
None
None
Postponed: needs info
1.6
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
To me, this looks like an issue in drupal's installer process? Does this still happen? If it does we need to look at the dependencies of our own schema.