• 27-07-2009, 16:54:54
    #1
    Database error in vBulletin 3.8.2:
     
    Invalid SQL:
    UPDATE user SET
    	posts = posts + 1,
    	lastpost = 1221419999,
    	lastpostid = 0,
    	threads = 1
    WHERE userid = 12;
     
    MySQL Error   : Unknown column 'threads' in 'field list'
    Error Number  : 1054
    Request Date  : Sunday, September 14th 2008 @ 10:19:59 PM
    Error Date    : Sunday, September 14th 2008 @ 10:20:00 PM
    Script        : http://www.biliriz.net/newthread.php?do=postthread&f=107
    Referrer      : http://www.biliriz.net/newthread.php?do=newthread&f=107
    IP Address    : 88.228.193.51
    Username      : Cihan
    Classname     : vb_database
    MySQL Version : 4.1.20
    HEP AYNI HATA ÇÖZÜMÜ NEDİR
  • 29-07-2009, 16:13:39
    #2
    çalıştırın

    ALTER TABLE `user` ADD `threads` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL;