Get's an error what installed
Code:
Database error in vBulletin 3.6.7:
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 pm.folderid=0 AND MATCH(pmtext.title, pmtext.message) AGAINST ('+scuba' IN BOOLEAN MODE)
ORDER BY pmtext.dateline DESC;
MySQL Error : The used table type doesn't support FULLTEXT indexes
Error Number : 1214
Date : Saturday, October 20th 2007 @ 06:02:52 PM
Script : http://forum.xxxxx.com/private.php?folderid=0
Referrer : http://forum.xxxxx.com/private.php
IP Address : 68.xx.xx.xx
Username : nxx
Classname : vB_Database