- Issue created by @mxr576
- 🇭🇺Hungary mxr576 Hungary
Meh, duplicate of 🐛 TypeError: Drupal\Component\Utility\Html::escape(): Argument #1 ($text) must be of type string, null given Active which is resolved... sorry for the noise.
The following PHP warning could occur when the free text search not set in a page request. This could happen an error screen when invalid input was provided.
Warning: Undefined array key "searchtext" in views_filters_summary_search_api_views_filters_summary_replacements_alter() (line 32 of modules/contrib/views_filters_summary/modules/views_filters_summary_search_api/views_filters_summary_search_api.module).
views_filters_summary_search_api_views_filters_summary_replacements_alter() (Line: 552)
Drupal\Core\Extension\ModuleHandler->alter() (Line: 455)
Drupal\views_filters_summary\Plugin\views\area\ViewsFiltersSummary->defineReplacements() (Line: 515)
Drupal\views_filters_summary\Plugin\views\area\ViewsFiltersSummary->buildReplacements() (Line: 265)
Drupal\views_filters_summary\Plugin\views\area\ViewsFiltersSummary->render() (Line: 2289)
Drupal\views\Plugin\views\display\DisplayPluginBase->renderArea() (Line: 2234)
Drupal\views\Plugin\views\display\DisplayPluginBase->elementPreRender()
Active
3.0
Code
Meh, duplicate of 🐛 TypeError: Drupal\Component\Utility\Html::escape(): Argument #1 ($text) must be of type string, null given Active which is resolved... sorry for the noise.