vb 3,6.5 kullanıyorum...
sitemde bir bölümümün konu içeriğini misafirlere gizlemek istedim...
daha önce yapıyordum sorun yok... işaretledim misafir içeriği göremesi dedim ama sonucunda misafirlerler tıklayınca datebase hatası veriyor...
ne yapabilirim.... yardımcı olursanız sevinirim...
forum izinleri ile sorun
16
●814
- 17-09-2007, 23:30:33Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT
IF(votenum >= 1, votenum, 0) AS votenum,
IF(votenum >= 1 AND votenum > 0, votetotal / votenum, 0) AS voteavg,
thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open,
replycount, postusername, postuserid, thread.iconid AS threadiconid,
thread.lastpost, thread.lastposter, thread.lastpostid, thread.dateline,
IF(views<=replycount, replycount+1, views) AS views, notes, thread.visible,
sticky, votetotal, thread.attach,
hiddencount, deletedcount
,post.pagetext
FROM thread AS thread
WHERE thread.threadid IN (0)
ORDER BY sticky DESC, lastpost DESC;
MySQL Error : Unknown column 'post.pagetext' in 'field list'
Error Number : 1054
HATA BU - 17-09-2007, 23:33:48config.php yi yeniden düzenlersen olabilir.lastcv adlı üyeden alıntı: mesajı görüntüle