Quote:
Originally Posted by gspot
Did you use a table prefix while installing vbulletin? If so you will need to edit that query to fit your tables database prefix...
There should have been more to that error as well, if you can please post it all. 
|
here is the rest of the error message. Yeah it looks like that table does not exist. Umm if you could point me in the right direction that would be swell
Invalid SQL: SELECT COUNT(*) AS referrals, user.username, user.userid FROM user AS users
LEFT JOIN user ON (users.referrerid = user.userid)
WHERE user.userid > 0
GROUP BY users.referrerid
ORDER BY referrals DESC
LIMIT 10
mysql error: Table 'precisi_forums.user' doesn't exist
mysql error number: 1146