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

Simondlv created an issue. See original summary.

keshavv’s picture

Status: Active » Closed (cannot reproduce)
StatusFileSize
new520.28 KB

I think the issue is something else.
I have tried on Drupal 10 and it works perfectly.
attaching SS for ref.

simondlv’s picture

StatusFileSize
new1.51 MB
new1.65 MB
new1.43 MB
new1.48 MB
new165.51 KB

Hi,

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

simondlv’s picture

StatusFileSize
new215.36 KB

it 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.

simondlv’s picture

Status: Closed (cannot reproduce) » Active
simondlv’s picture

StatusFileSize
new93.22 KB

it's the same with a Drupal 9 fresh install.

aamouri’s picture

Hello Simondlv,

Can you please try to use the latest version of module ?

Thx.