teaminmedias-pluswerk / 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
35 stars 62 forks source link

Empty where clause on reindexing causing error #424

Closed interojengel closed 2 years ago

interojengel commented 3 years ago

Uncaught TYPO3 Exception: Too few arguments to function Doctrine\DBAL\Query\QueryBuilder::where(), 0 passed in /<full_path>/typo3_src-10.4.15/typo3/sysext/core/Classes/Database/Query/QueryBuilder.php on line 649 and exactly 1 expected | ArgumentCountError thrown in file /<full_path>/typo3_src-10.4.15/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php in line 799. Requested URL: https://<our-domain>/typo3/index.php?route=%%2Fmodule%%2Fsystem%%2FtxschedulerM1&token=--AnonymizedToken--&tx_scheduler[execute][]=5 This happens everytime on planned reindexing. Installed is ke_search 3.8.0.

christianbltr commented 3 years ago

I'm not sure if this is ke_search related. Could you try to delete and re-create the task?

interojengel commented 3 years ago

Thanks a lot for the suggestion, but unfortunately re-creating the task does not change anything. Is there any way to debug this?

christianbltr commented 2 years ago

Do you use the console command or the scheduler task? The scheduler task is obsolete and has been removed in current version. Could you test the current version 4.1.0?

I'm closing this here. Feel free to open another issue at https://github.com/tpwd/ke_search/issues it is still an issue for you.