white screen Error while saving node - incompatible with help topic module

Created on 9 December 2019, about 5 years ago
Updated 18 April 2024, 8 months ago

i encountered this error on Drupal 8.8.0:

The website encountered an unexpected error. Please try again later.
Error: Call to undefined method Drupal\help_topics\Plugin\Search\HelpSearch::getConfiguration() in _auto_index_node_index() (line 111 of modules\contrib\auto_indexer\auto_index.module).

Please note that i have the module "help topics" enabled.

I have then uninstalled the "help topics" expirmental core modue and then tried to save the sample normal node, then got this error:

Notice: Undefined index: automatic_indexing in _auto_index_node_index() (line 112 of modules\contrib\auto_indexer\auto_index.module).

🐛 Bug report
Status

Needs review

Version

1.0

Component

Code

Created by

🇯🇴Jordan bmustafa

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • First commit to issue fork.
  • Status changed to Needs review 8 months ago
  • 🇬🇧United Kingdom nicrodgers Monmouthshire, UK

    This is still occuring on the latest dev version. The problem is that it assumes all SearchPlugins implement configuration, but actually only those that implement ConfigurableSearchPluginInterface do. Help search pages and others cause this error.

    I was also occasionally getting the error ' The theme implementations may not be rendered until all modules are loaded. ' whilst testing this, which is why I've added the call to \Drupal::moduleHandler()->loadAll();

Production build 0.71.5 2024