• 20-01-2016, 19:24:58
    #1
    iyisite.NET
    Merhaba arkadaşlar bu sorun ne ola ki ?

    Database error in vBulletin 3.8.4:
    
    Invalid SQL:
    
    			SELECT COUNT(*) AS count
    			FROM attachment
    			WHERE posthash = 'ba547393b56c6d8d2c9a587d4188105c'
    				AND userid = 11652;
    
    MySQL Error   : Table 'xxxxx_forum.attachment' doesn't exist
    Error Number  : 1146
    Request Date  : Wednesday, January 20th 2016 @ 06:21:11 PM
    Error Date    : Wednesday, January 20th 2016 @ 06:21:11 PM
    Script        : http://www.xxxxx.com/newthread.php?do=postthread&f=84
    Referrer      : http://www.xxxxx.com/newthread.php?do=newthread&f=84
    IP Address    : 78.185.68.244
    Username      : Linuxxxxx
    Classname     : vB_Database
    MySQL Version : 5.5.44-MariaDB
    Silmek istediğimde gelen hata

    Database error in vBulletin 3.8.4:
    
    Invalid SQL:
    
    			SELECT
    				attachment.attachmentid,
    				attachment.userid,
    				post.postid,
    				post.threadid,
    				post.dateline AS post_dateline,
    				post.userid AS post_userid,
    				thread.forumid,
    				editlog.hashistory
    			FROM attachment AS attachment
    			LEFT JOIN post AS post ON (post.postid = attachment.postid)
    			LEFT JOIN thread AS thread ON (thread.threadid = post.threadid)
    			LEFT JOIN editlog AS editlog ON (editlog.postid = post.postid)
    			WHERE attachment.postid IN (79123,79736,77643,95653,77249,80516,0);
    
    MySQL Error   : Table 'xxxxxxxx_forum.attachment' doesn't exist
    Error Number  : 1146
    Request Date  : Wednesday, January 20th 2016 @ 06:24:11 PM
    Error Date    : Wednesday, January 20th 2016 @ 06:24:12 PM
    Script        : http://www.xxxxxx.com/inlinemod.php?do=dodeletethreads&threadids=30697,29386
    Referrer      : http://www.xxxxxxx.com/inlinemod.php?forumid=84
    IP Address    : 78.185.68.244
    Username      : Linuxxxxx
    Classname     : vB_Database
    MySQL Version : 5.5.44-MariaDB
  • 23-01-2016, 15:40:03
    #2
    attachment tablosu yok diyor silmiş veya yanlış yüklenmiş olabilirsin.
  • 23-01-2016, 15:51:50
    #3
    iyisite.NET
    w3bmstr adlı üyeden alıntı: mesajı görüntüle
    attachment tablosu yok diyor silmiş veya yanlış yüklenmiş olabilirsin.
    O sorun gitti
    şimdi bu

    Database error in vBulletin 3.8.4:
    
    Invalid SQL:
    
    			SELECT thread.threadid, MATCH(thread.title) AGAINST ('sdfsdf') AS score
    			FROM thread AS thread
    			
    			WHERE MATCH(thread.title) AGAINST ('sdfsdf')
    				AND thread.open <> 10
    				
    				
    			LIMIT 5;
    
    MySQL Error   : Can't find FULLTEXT index matching the column list
    Error Number  : 1191
    Request Date  : Saturday, January 23rd 2016 @ 02:51:17 PM
    Error Date    : Saturday, January 23rd 2016 @ 02:51:17 PM
    Script        : http://www.xxxx.com/newthread.php?do=postthread&f=79
    Referrer      : http://www.xxxx.com/newthread.php?do=newthread&f=79
    IP Address    : 78.184.139.132
    Username      : Linuxxxxxx
    Classname     : vB_Database
    MySQL Version : 5.5.44-MariaDB
  • 23-01-2016, 16:29:24
    #4
    sorunun nasıl gitti
  • 23-01-2016, 23:00:43
    #5
    iyisite.NET
    w3bmstr adlı üyeden alıntı: mesajı görüntüle
    sorunun nasıl gitti
    Tekrardan kurmuştum.,
    Ama şimdide başka hata.