Error 1146 when Posting (3.5 Upgrade)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mudanoman
    New Member
    • Jul 2003
    • 12

    Error 1146 when Posting (3.5 Upgrade)

    I recently moved servers and also performed the v3.5 upgrade. Everything seems to work fine except posting. A Database error appears as pictured below. Funny thing is the post is actually posted on the site despite the error page. Please advise. I appreciate your time.

    Regards,

    Ivan

  • mudanoman
    New Member
    • Jul 2003
    • 12

    #2
    It is true I dont see the "postindex" table in my msdhwcom_forums database??? I see the table "post". -Ivan


    Database error in vBulletin 3.5.0:

    Invalid SQL:

    REPLACE INTO postindex
    (wordid, postid, score, intitle)
    VALUES
    (144, 52183, 1, 1);

    MySQL Error : Table 'msdhwcom_forums.postindex' doesn't exist
    Error Number : 1146
    Date : Friday, October 28th 2005 @ 04:48:57 PM
    Script : http://207.99.102.156/forum/newthread.php
    Referrer : http://207.99.102.156/forum/newthrea...newthread&f=18
    IP Address : 24.4.95.100
    Username : mudanoman
    Classname : vb_database

    Comment

    • Steve Machol
      Former Customer Support Manager
      • Jul 2000
      • 154488

      #3
      If you are missing the postindex table then I'd be worried about other vB tables as well. Nonetheless you can run this query to recreate this table:

      CREATE TABLE postindex (
      wordid INT UNSIGNED NOT NULL DEFAULT '0',
      postid INT UNSIGNED NOT NULL DEFAULT '0',
      intitle SMALLINT UNSIGNED NOT NULL DEFAULT '0',
      score SMALLINT UNSIGNED NOT NULL DEFAULT '0',
      UNIQUE KEY wordid (wordid, postid)
      );


      You'll need to rebuild your search index after doing this.
      Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
      Change CKEditor Colors to Match Style (for 4.1.4 and above)

      Steve Machol Photography


      Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...