im using RC4 and tried to install this but when i click warn i get
PHP Code:
Database error in vBulletin 3.0.0 Release Candidate 4:
Invalid SQL:
SELECT post.postid, post.threadid, post.userid, thread.title AS threadtitle, user.username AS username
FROM vb3_post
LEFT JOIN thread ON (thread.threadid=post.threadid)
LEFT JOIN user ON (user.userid=post.userid)
WHERE post.postid = '66'
mysql error: Table 'faceoffm_vbulletdb.thread' doesn't exist
mysql error number: 1146
what can i do?