Unable to install the module due to unmet dependencies

Created on 3 August 2023, over 1 year ago
Updated 6 October 2023, about 1 year ago

Problem/Motivation

When I try to install module, i've got an error message
Unable to install Media: Keepeek DAM due to unmet dependencies: language.content_settings.media.keepeek_document (language)

Steps to reproduce

Install a clean Drupal 10, here using ddev :

mkdir my-drupal10-site
cd my-drupal10-site
ddev config --project-type=drupal10 --docroot=web --create-docroot
ddev start
ddev composer create drupal/recommended-project
ddev composer require drush/drush
ddev drush site:install --account-name=admin --account-pass=admin -y
ddev drush uli
ddev launch

install module with composer
ddev composer require 'drupal/media_keepeekdam:^1.0'

Enable it, with composer or graphical interface
ddev drush en media_keepeekdam

error appears

In UnmetDependenciesException.php line 100:

  Configuration objects provided by <em class="placeholder">media_keepeekdam<
  /em> have unmet dependencies: <em class="placeholder">language.content_sett
  ings.media.keepeek_document (language)</em>


Failed to run drush en media_keepeekdam: exit status 1
🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇫🇷France Simondlv

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024