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

error on result page with Typo3 12 Could not fetch search results. Error #1605867846 #210

Closed asche76 closed 8 months ago

asche76 commented 8 months ago

got this error with Typo3 12, ke_search 5.1.3 / 5.2.1 php 8.2 Could not fetch search results. Error #1605867846 the auto results without search are displayed normal. has anyone an idea? regards

christianbltr commented 8 months ago

This error message is generated in https://github.com/tpwd/ke_search/blob/840f910be3664db07312a325571cf5ebb98193cd/Classes/Lib/Db.php#L140

Could you set the debug level for ke_search to "ERROR" (in the extension settings) and see what's in the log file (in var/log/ in your installation)?

asche76 commented 8 months ago

in var/customer/logs/...error.log is nothing with ke_search only some domain stuff - but in typo3temp/var/log typo3_kesearch_43801b2f50.log is following: Fri, 26 Jan 2024 09:27:50 +0000 [ERROR] request="1d44007875057" component="Tpwd.KeSearch.Lib.Db": An exception occurred while executing a query: Can't find FULLTEXT index matching the column list #0 /var/customers/webs/xyz/vendor/doctrin

christianbltr commented 8 months ago

Are you using some kind of custom code which maybe changes the columns which are fetched from the database? If not, could you try to delete the index table and recreate it using the TYPO3 database compare tool?

asche76 commented 8 months ago

sorry for the late reply - fantastic it works - many thanks delete and recreate the index table was it best regards