MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

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 ('MA©rtA©kadAl A©ves fogyasztAAs.') AS relevance FROM mybb_threads t LEFT JOIN mybb_users u ON (u.uid = t.uid) WHERE t.fid='2' AND t.tid!='7' AND t.visible='1' AND t.closed NOT LIKE 'moved|%' AND MATCH (t.subject) AGAINST ('MA©rtA©kadAl A©ves fogyasztAAs.') >= '1' ORDER BY t.lastpost DESC LIMIT 0, 10