Problem/Motivation

When attempting to install version 2.0.3, receive the following error.

Configuration objects provided by <em class="placeholder">event_platform_details</em> have unmet dependencies: <em class="placeholder">core.entity_view_display.taxonomy_term.event.dates.field.field.taxonomy_term.event.field_event_name_display)</em>

Tracing it back it seems the config for field.storage.taxonomy_term.field_event_name_display is missing from the codebase.

Proposed resolution

Add missing field storage for event_name_display field.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

markie created an issue. See original summary.

markie’s picture

Locally, I was able to rename the files in the MR and install the platform. There were other config errors however:

 [warning] Schema errors for auto_entitylabel.settings.taxonomy_term.time_slot with the following errors: auto_entitylabel.settings.taxonomy_term.time_slot:save variable type is integer but applied schema class is Drupal\Core\TypedData\Plugin\DataType\BooleanData, auto_entitylabel.settings.taxonomy_term.time_slot:chunk variable type is string but applied schema class is Drupal\Core\TypedData\Plugin\DataType\IntegerData. These errors mean there is configuration that does not comply with its schema. This is not a fatal error, but it is recommended to fix these issues. For more information on configuration schemas, check out <a href="https://www.drupal.org/docs/drupal-apis/configuration-api/configuration-schemametadata">the documentation</a>.
 [warning] No schema for eca.model.eca_lib_0008. These errors mean there is configuration that does not comply with its schema. This is not a fatal error, but it is recommended to fix these issues. For more information on configuration schemas, check out <a href="https://www.drupal.org/docs/drupal-apis/configuration-api/configuration-schemametadata">the documentation</a>.
 [warning] No schema for eca.model.new_article_set_event. These errors mean there is configuration that does not comply with its schema. This is not a fatal error, but it is recommended to fix these issues. For more information on configuration schemas, check out <a href="https://www.drupal.org/docs/drupal-apis/configuration-api/configuration-schemametadata">the documentation</a>.

In EntityStorageBase.php line 558:
                                                                                      
  'entity_view_display' entity with ID 'taxonomy_term.event.default' already exists.  
                                                                                      

Failed to run drush en event_platform -y: exit status 1

bernardm28 made their first commit to this issue’s fork.

bernardm28’s picture

Ups, thanks for the insights and the quick update on them.

bernardm28’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.