• 07-06-2007, 10:13:46
    #1
    merhaba ben internetten bir emlak scirpti indirdim ve düzenlemeye çalışıyorum. data base i kurduktan sonra yeni emlak eklemeye çalışırken Unknown column '...' in 'where clause' hatası veriyor.

    çözüm nedir?

    saygılar
  • 07-06-2007, 12:04:26
    #2
    Gayet açık, scriptin db bilgilerini ya yanlış girmişsin ya dagirdiğin veritabanı tablosunda böyle bir kolon yok. Zaten söylüyor sana PHP bu hatayı.
  • 07-06-2007, 13:59:00
    #3
    ok de yapmam gereken nedir? neereye hangi tabloyu eklemeliyimki?
  • 27-11-2007, 23:36:48
    #4
    Database error in vBulletin 3.6.8:
    
    Invalid SQL:
    
            SELECT thread.threadid, thread.forumid, thread.title, postusername, postuserid, thread.lastpost, thread.replycount, forum.title AS forumtitle
                ,post.pagetext AS preview
                , NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
                
            FROM vbthread AS thread
            INNER JOIN vbforum AS forum ON (forum.forumid = thread.forumid)
            LEFT JOIN vbpost AS post ON (post.postid = thread.firstpostid)
             LEFT JOIN vbsubscribethread AS subscribethread ON (subscribethread.threadid = thread.threadid AND subscribethread.userid = 1 AND canview = 1)
            
            WHERE thread.threadid IN (130) AND thread.visible = 1
                
                AND thread.postuserid NOT IN (KaMeR)
                
            ORDER BY lastpost DESC;
    
    MySQL Error  : Unknown column 'KaMeR' in 'where clause'
    Error Number : 1054
    Date         : Tuesday, November 27th 2007 @ 11:08:12 PM
    Script       : http://......com/showthread.php?t=998
    Referrer     : h......com/forumdisplay.php?f=6
    IP Address   : 85.100.93.216
    Username     : HiLaL-i_AhmeR
    Classname    : vb_database
    bende vb de böyle database hataları alıyorum =S
  • 28-11-2007, 01:35:15
    #5
    Sendeki aynı sorun.
    MySQL Error : Unknown column 'KaMeR' in 'where clause'
    böyle bir kolon yok diyor.Arada bir mi veriyor bu hatayı sana?