MyBB Community Forums

Full Version: Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

When ever I try view a thread I get this SQL error:

SQL Error:
    1191 - Can't find FULLTEXT index matching the column list
Query:
    SELECT t.*, t.username AS threadusername, u.username, MATCH (t.subject) AGAINST ('Test') AS relevance FROM mybb_threads t LEFT JOIN mybb_users u ON (u.uid = t.uid) WHERE t.fid='108' AND t.tid!='224' AND t.visible='1' AND t.closed NOT LIKE 'moved|%' AND MATCH (t.subject) AGAINST ('Test') >= '6' ORDER BY t.lastpost DESC LIMIT 0, 10 

This only started yesterday.

This is not caused by mods because I uninstalled all and tested and it had no affect.

Any ideas :s ?
FIXED