Database error in vBulletin 3.0.3:
Invalid SQL: SELECT article.*, articlepost.*, articlecategory.options AS categoryoptions FROM vb3_article AS article
INNER JOIN articlepost AS articlepost ON(articlepost.postid = article.firstpostid)
INNER JOIN articlecategory AS articlecategory ON(articlecategory.categoryid = article.categoryid)
WHERE article.articleid = 1 AND articlepost.type=1
mysql error: Table 'invertedwebcom.articlepost' doesn't exist
mysql error number: 1146
|