Skip to content

Landing-page bug solved

Lorenzo Del Pianta requested to merge landing-page-bug-d10.1-1 into v10.1-1

issue:

  • The installation of cern landing page was not possible on new drupal websites due to removed entity dependency.

error:

During the installation the following error was throw: The "node_type" plugin does not exist. This entity has been replaced with entity_bundle:node as you can see here: https://www.drupal.org/project/drupal/issues/3356728

solution:

node_type replaced with entity_bundle:node on cern_landing_page 3.0.4 bumped dependency versions to:

  • drupal/allowed_formats ^3.0
  • drupal/scheduler ^2.0

the solution can be tested in landing-page-issue-d10.web.cern.ch or creating any website with the current composer.

Edited by Lorenzo Del Pianta

Merge request reports