Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT user.* FROM vbnewuser WHERE usergroupid = 6;
MySQL Error : Unknown table 'user'
Error Number : 1051
Request Date : Monday, August 10th 2009 @ 12:11:21 AM
Error Date : Monday, August 10th 2009 @ 12:11:22 AM
Script :
http://www.mysite.net/foruml/admincp...processcredits
Referrer :
http://www.mysite.net/forum/admincp/...?do=masscredit
The script is looking for table 'user" which don't exists, I use a prefix for my vbulletin tables.
How can I fix this?