Problem/Motivation

Error update

Steps to reproduce

11.3.11

PHP 8.3.28

composer update \
drupal/core-recommended \
drupal/core-composer-scaffold \
drupal/core-project-message \
drupal/core-recipe-unpack \
drupal/diff \
--with-dependencies

Proposed resolution

Workaround: Enable the "search_node" module.

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Comments

dieguini created an issue. See original summary.

cilefen’s picture

What was the output of the composer update command?

cilefen’s picture

Status: Active » Postponed (maintainer needs more info)
Issue tags: +Needs steps to reproduce
andeersg’s picture

I had the same error on a site that went from 11.3 to 11.4 and I had to enable the "search_node" module. Then everything worked.

Edit: In my case I believe I forgot to export config after updating locally.

andeersg’s picture

I took another look at it.

  1. Updating Drupal to 11.4 triggers system_update_11401
  2. Did not check/see that a new module was enabled so did not export config.
  3. Site deploys, runs "drush deploy",Config import uninstalls the newly enabled module.
quietone’s picture

Assigned: dieguini » Unassigned
Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (duplicate)

The error message in the screenshot uploaded by @dieguini is about the node_search plugin. I put the workaround in the issue summary.

I am closing this as a duplicate of the this issue that is fixing this. #3608912: Move search updates back to search module and fix missing plugin errors

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.