contentacms / contenta_jsonapi

Contenta CMS, the decoupled Drupal
http://www.contentacms.org/
GNU General Public License v2.0
328 stars 104 forks source link

Install fails - Unable to install modules: module 'entity_reference' is obsolete. #413

Closed christoph-theunert closed 2 years ago

christoph-theunert commented 2 years ago

When trying to install the current D9.3 and running composer run-script install:with-mysql I get this error [Drupal\Core\Extension\Exception\ObsoleteExtensionException] Unable to install modules: module 'entity_reference' is obsolete.

and installation fails.

See this issue

Don't know how to solve it.

brocakun commented 2 years ago

Hey, @christoph-theunert we fixed this by removing _entityreference: 0 on the config/sync/core.extension.yml file and applying it as a patch.

Hope this can help you!

e0ipso commented 2 years ago

This was fixed. Thanks for the report!