MyBB Community Forums

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

If i try and view a thread on my MyBB forum, 1.4.8, the following error occurs.

MyBB has experienced an internal SQL error and cannot continue.

Quote: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 ('78') AS relevance FROM multigaming_mybb_threads t LEFT JOIN multigaming_mybb_users u ON (u.uid = t.uid) WHERE t.fid='2' AND t.tid!='3' AND t.visible='1' AND t.closed NOT LIKE 'moved|%' AND MATCH (t.subject) AGAINST ('78') >= '1' ORDER BY t.lastpost DESC LIMIT 0, 10

All plugins have been disabled.

Thanks!