Applied the update, and it still does not support mysql with full text searches enabled
Any ideas on how to get this to work with mysql and full text ??
MySQL Error : The used table type doesn't support FULLTEXT indexes
Code:
Database error in vBulletin :
Invalid SQL:
SELECT pm.*, pmtext.*
, icon.title AS icontitle, icon.iconpath
FROM vb3_pm AS pm
LEFT JOIN vb3_pmtext AS pmtext ON(pmtext.pmtextid = pm.pmtextid)
LEFT JOIN vb3_icon AS icon ON(icon.iconid = pmtext.iconid)
WHERE pm.userid=94
AND MATCH(pmtext.title, pmtext.message) AGAINST ('+Larry' IN BOOLEAN MODE)
ORDER BY pmtext.dateline DESC;
MySQL Error : The used table type doesn't support FULLTEXT indexes
Error Number : 1214
Date : Friday, November 2nd 2007 @ 06:13:13 AM
Script : http://forum.xxxx.com/private.php?pmsearch=1
Referrer : http://forum.xxxx.com/private.php?pmsearch=1
IP Address : 97.100.1.1
Username : ntbxxx
Classname : vB_Database
thanks!.. Looks like a great mod, just can not get it to work when forums uses fulltext instead of the default vb search.