I got this error
Database error in vBulletin 3.0.3:
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 = '3588'
mysql error: Table 'anicomm_forums.thread' doesn't exist
mysql error number: 1146
someone please help
|