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
Unknown column '...' in 'where clause' hatası
4
●6.532
- 07-06-2007, 12:04:26Gayet 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ı.
- 27-11-2007, 23:36:48
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_databasebende vb de böyle database hataları alıyorum =S