Database Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • armagan
    Member
    • Nov 2001
    • 45
    • 3.8.x

    [Forum] Database Error

    How can I fix this error

    Database error in vBulletin 4.2.0:
    Invalid SQL:
    SELECT contenttype.contenttypeid AS itemid

    FROM vb3_contenttype AS contenttype
    INNER JOIN vb3_package AS package
    ON package.packageid = contenttype.packageid LEFT JOIN vb3_product AS product
    ON product.productid = package.productid
    WHERE
    1 = 1 AND (product.active = '1' OR package.productid = 'vbulletin') AND contenttype.cantag = '1';
    MySQL Error : Table 'm_forum.vb3_contenttype' doesn't exist
    Error Number : 1146
    Request Date : Friday, July 20th 2012 @ 05:47:16 PM
    Error Date : Friday, July 20th 2012 @ 05:47:17 PM
    Script : http://www.m.com/forum/forum.php
    Referrer : http://www.m.com/forum/admincp/index.php?do=head
    IP Address : 91.223.157.2
    Username : armagan
    Classname : vB_Database
    MySQL Version : 5.1.63-0+squeeze1-log
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    Do you have a recent backup? You're missing a fairly important table.

    Comment

    Related Topics

    Collapse

    Working...