Just checking my logs this morning and the following error has appeared in the log:
(index.php) 1064: You have an error in your SQL syntax near ') GROUP BY msg_id ORDER BY word_count DESC LIMIT 500' at line 2
Query: INSERT INTO fud23_search_cache (srch_query, query_type, expiry, msg_id, n_match) SELECT 'newsflash', '0', 1053187540, msg_id, count(*) as word_count FROM fud23_index WHERE word_id IN() GROUP BY msg_id ORDER BY word_count DESC LIMIT 500
Server Version: 3.23.53
This error has been reported twice in the log so far. The second one being reported 5 secs later.
- Robert