Database error in vBulletin 3.8.4:
Invalid SQL:
SELECT
DISTINCT thread.threadid
FROM thread AS thread
INNER JOIN post AS post ON(thread.threadid = post.threadid )
WHERE MATCH(post.title, post.pagetext) AGAINST ('nokia') AND thread.forumid NOT IN (0,482) AND post.visible = 1
LIMIT 500;
MySQL Error : Can't find FULLTEXT index matching the column list
Error Number : 1191
Request Date : Wednesday, February 3rd 2010 @ 10:35:25 PM
Error Date : Wednesday, February 3rd 2010 @ 10:35:25 PM
Classname : vB_Database
MySQL Version :
??
|