MyBB Community Forums

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

i converted from phpbb2 fine and have been able to reply to posts etc but when i try to create a post it says post accepted and does create the post but then throws this at me

MySQL 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='5' AND t.tid!='1493' AND t.visible='1' AND t.closed NOT LIKE 'moved|%' AND MATCH (t.subject) AGAINST ('test') >= '1' ORDER BY t.lastpost DESC LIMIT 0, 10

can anyone help please.

cheers

added : now when i try to view a post i get that message
ACP -> Settings -> Show Thread Settings -> Show "Similar Threads" table -> "OFF"

Cheers
thanks for that Smile

, so does that mean i can't use that function for some reason ?