Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install the module on clean Drupal 8. #228

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

barbun
Copy link
Contributor

@barbun barbun commented Apr 29, 2021

Hi,

I tried to install this module on a clean Drupal 8.9.14 and bumped into this:

Configuration objects (field.storage.node.field_tags, taxonomy.vocabulary.tags, workflows.workflow.editorial) provided by tide_core already exist in active configuration

The issue

  • Drupal Standard install profile ships with taxonomy.vocabulary.tags and field.storage.node.field_tags configs.
  • Drupal Standard install profile ships with optional workflows.workflow.editorial config.

The solution

  • Move conflicting configuration into optional to avoid conflicts with existing config.

Furthermore, I would consider giving the configurations in question unique names to avoid possible collisions, for example: taxonomy.vocabulary.tide_tags, field.storage.node.field_tide_tags and workflows.workflow.tide_editorial

Context

  • Drupal version: 8.9.14
  • Installed Profile: Standard
  • Installed extra modules: tide_core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant