tpwd / ke_search

Search Extension for TYPO3 Content Management System, including faceting search functions.
https://extensions.typo3.org/extension/ke_search/
GNU General Public License v3.0
8 stars 31 forks source link

TypeError in ke_search to 5.0.0 #166

Closed KHReinhardt closed 1 year ago

KHReinhardt commented 1 year ago

Hi there, I am testing an update of ke_search to 5.0.0 on typo3 11.5.27 and I get the following error message:

TypeError, code #0, file \typo3conf\ext\ke_search\Classes\Lib\Pluginbase.php, line 1286: Argument 1 passed to Tpwd\KeSearch\Lib\Pluginbase::in_multiarray() must be an instance of Tpwd\KeSearch\Lib\mixed, string given, called in \typo3conf\ext\ke_search\Classes\Lib\Filters.php on line 145

Am I missing something?

christianbltr commented 1 year ago

Thanks for reporting. This was a regression which appeared with PHP 7.4. This has been fixed and will be in version 5.0.1.

KHReinhardt commented 1 year ago

Thank you for the quick reply and for the fix, it works like a charm now.