• 15-08-2010, 12:29:50
    #1
    Merhaba arkadaşlar
    Forumda son zamanlarda sorunlar oluyor sürekli.Admincpden yaptığım en ufak değişiklikte forum hata veriyoe ve yedek kurmak zorunda kalıyorum.Son aldığım hata şu şekilde.Sizce nedeni ne olabilir?

    Alıntı
    Database error in vBulletin 3.8.4:

    Invalid SQL:

    SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount,
    thread.lastposter, thread.dateline, thread.postusername, thread.postuserid,
    IF(views<=replycount, replycount+1, views) AS views, thread.visible, thread.open,
    user.username, user.userid, user.usergroupid,
    IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
    FROM thread AS thread
    LEFT JOIN user AS user ON (user.username = thread.lastposter)
    WHERE NOT ISNULL(thread.threadid) AND thread.visible = '1' AND thread.open != '10'
    AND thread.forumid NOT IN (Array)
    ORDER BY lastpost DESC
    LIMIT 0, 10;

    MySQL Error : Unknown column 'Array' in 'where clause'
    Error Number : 1054
    Request Date : Sunday, August 15th 2010 @ 01:17:59 PM
    Error Date : Sunday, August 15th 2010 @ 01:17:59 PM
    Script : http://www.xx.us/login.php?do=login
    Referrer : http://www.xx.us/admincp/index.php
    IP Address : 88.251.173.xx
    Username : MaRkS
    Classname : vB_Database
    MySQL Version : 5.0.91-community
  • 15-08-2010, 12:33:26
    #2
    Üyeliği durduruldu
    install dosyasını atıp, admincp içine tools.php atıp çalıştırın ve sıfırlayın ayarları tüm eklentileride config.php nin 2. satırına şu komutu define('DISABLE_HOOKS', true); yazarak deaktif edin.

    Sonra phpmyadmin'e girerek ; SQL sorgusu olarak truncate table session çalıştırın.

    Sonra gözlemleyin.
  • 15-08-2010, 13:23:45
    #3
    Teşekkür ederim deneyeceğim birazdan.