I keep getting the following error anytime someone does a search on my forum:
Is it simply boolean mode that is throwing the error? Or is it something else?
Database error in vBulletin 3.5.3:
Invalid SQL:
SELECT
thread.threadid
FROM vb3_thread AS thread
INNER JOIN vb3_post AS post ON(thread.threadid = post.threadid )
WHERE MATCH(post.title, post.pagetext) AGAINST ('+24' IN BOOLEAN MODE);
MySQL Error : You have an error in your SQL syntax near 'BOOLEAN MODE)
' at line 6
Error Number : 1064
Date : Sunday, January 15th 2006 @ 08:11:53 PM
Script : http://www.axioentertainment.com/forum/search.php
Referrer : http://www.axioentertainment.com/forum/
IP Address : 69.91.33.71
Username : waltherone
Classname : vb_database
Invalid SQL:
SELECT
thread.threadid
FROM vb3_thread AS thread
INNER JOIN vb3_post AS post ON(thread.threadid = post.threadid )
WHERE MATCH(post.title, post.pagetext) AGAINST ('+24' IN BOOLEAN MODE);
MySQL Error : You have an error in your SQL syntax near 'BOOLEAN MODE)
' at line 6
Error Number : 1064
Date : Sunday, January 15th 2006 @ 08:11:53 PM
Script : http://www.axioentertainment.com/forum/search.php
Referrer : http://www.axioentertainment.com/forum/
IP Address : 69.91.33.71
Username : waltherone
Classname : vb_database
Comment