Error in DBUtil::executeSQL: INSERT INTO search_result (title, text, module, extra, created, found, sesid) SELECT t.topic_title, REPLACE(p.post_text, '[addsig]', '') as text, 'Dizkus', REPLACE ('https://www.levschach1919.de/index.php?module=forum&type=user&func=viewtopic&topic=%%%', '%%%', t.topic_id) as extra, p.post_time, NOW(), 'c4f4f1bd1931d71729baf0fb685aafa325df4600' FROM dizkus_posts AS p, dizkus_topics AS t WHERE (MATCH p.post_text AGAINST ('aufstieg') OR MATCH t.topic_title AGAINST ('aufstieg')) AND (MATCH p.post_text AGAINST ('verzicht') OR MATCH t.topic_title AGAINST ('verzicht')) AND p.topic_id=t.topic_id AND p.forum_id IN (5) GROUP BY p.topic_id
SQLSTATE[HY000]: General error: 1191 Can't find FULLTEXT index matching the column list