Closed (duplicate)
Project:
Drupal core
Version:
main
Component:
help.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2026 at 06:19 UTC
Updated:
10 Jul 2026 at 15:03 UTC
Jump to comment: Most recent
Comments
Comment #4
catchIt's not clear what the exact steps are to reproduce this issue, I think it's probably interaction with a contrib module during the update hook or similar, maybe during module installation.
However probably the easiest fix is to restore a copy of the plugin back to help module and ensure it's taken over when help_search is installed.
For now I've just re-added the class in the hope that we can get some testing of the update from someone experiencing the issue, but it should probably be deprecated and potentially just a stub to allow the update to happen.
Comment #5
cilefen commentedComment #6
catchWorking on this in #3608912: Move search updates back to search module and fix missing plugin errors. I think we need to tackle all the search-related upgrade path bugs in one issue/MR.
Comment #7
catchShould be fixed as a result of #3608912: Move search updates back to search module and fix missing plugin errors.