Causes total application failure. Has become apparent after composer update.

In InfoParserDynamic.php line 29:

Missing required keys (core) in modules/contrib/dynamic_entity_reference/dynamic_entity_reference.info.yml

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tomgosling created an issue. See original summary.

larowlan’s picture

What version of core are you running, this sounds like its expecting 8.7

tomgosling’s picture

@larowlan this is what's specified in composer.json:

"drupal/core": "^8.7.1"

And in core/lib/Drupal.php:

const VERSION = '8.7.1';

And here is info.yml for the module:

type: module
description: 'Provides an entity reference field that can reference multiple entity types.'
package: Field types
core_version_requirement: ^8 || ^9
dependencies:
- drupal:field
test_dependencies:
- drupal:field_ui
- drupal:language
- drupal:locale
- drupal:node
- drupal:taxonomy

#Information added by Drupal.org packaging script on 2019-11-06
version: '8.x-2.0-alpha10'
project: 'dynamic_entity_reference'
datestamp: 1573073895

jibran’s picture

Status: Active » Postponed (maintainer needs more info)

Try updating to 8.7.7 or later version of core.

jibran’s picture

Or try 8.x-2.0-alpha9 instead.

alvar0hurtad0’s picture

Version: 8.x-1.7 » 8.x-2.0-alpha10
FileSize
451 bytes

I've the same problem but it's in the 8.x-2.0-alpha10

This patch solves the problem.

jibran’s picture

8.x-1.8-alpha1 or 8.x-2.0-alpha10 is suppose to be used with 8.8.x. What core version are you using? If it is less than 8.7.7 then either update the core or downgrade the modules to the previous version.

brooke_heaton’s picture

This is happening to me as well. Patch solved the problem.

jibran’s picture

What core version are you using?

someshver’s picture

Add the core: '8.x' to the dynamic_entity_reference.info.yml file.

mojo4444’s picture

FileSize
947 bytes

Also adds the key to the dynamic_entity_reference_entity_test module.

  • jibran committed 38a19ce on 8.x-1.x
    Issue #3093490 by alvar0hurtad0, mojo4444, jibran, tomgosling,...
jibran’s picture

Version: 8.x-2.0-alpha10 » 8.x-2.x-dev
Priority: Critical » Normal
Status: Postponed (maintainer needs more info) » Fixed

Please use the 8.x-2.0-alpha10 or latest version with Drupal core 8.7.7 or higher. If you have the core version less than 8.7.7 then please either use 8.x-2.0-alpha9 or lesser version of DER.

Thank you!

  • jibran committed 2406956 on 8.x-2.x
    Issue #3093490 by alvar0hurtad0, mojo4444, jibran, tomgosling,...

Status: Fixed » Closed (fixed)

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