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
Comments
Comment #2
keshavv commentedI think the issue is something else.
I have tried on Drupal 10 and it works perfectly.
attaching SS for ref.
Comment #3
simondlv commentedHi,
I don't get it :-)
With a lot of different Drupal10, still the same issue.
see attached screenshots
you can find drupal, drush and ddev versions also
Comment #4
simondlv commentedit seems that "link" module need to be activated manually. It's a core module but not activated by default.
Now, i've got another error.
Comment #5
simondlv commentedComment #6
simondlv commentedit's the same with a Drupal 9 fresh install.
Comment #7
aamouri commentedHello Simondlv,
Can you please try to use the latest version of module ?
Thx.