tony7
27/12/2006, 13h30
Salut
depuis ce matin je reçois des erreur de vb
voici le code pouvez vous m'éclairé pour trouver la source
merci
Database error in vBulletin 3.6.3:
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
, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
,post.pagetext
FROM vb_thread AS thread
LEFT JOIN vb_subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 435 AND canview = 1)
WHERE thread.threadid IN (0,692,2104,693)
ORDER BY sticky DESC, thread.title;
MySQL Error : Unknown column 'post.pagetext' in 'field list'
Error Number : 1054
Date : Wednesday, December 27th 2006 @ 02:25:18 PM
depuis ce matin je reçois des erreur de vb
voici le code pouvez vous m'éclairé pour trouver la source
merci
Database error in vBulletin 3.6.3:
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
, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
,post.pagetext
FROM vb_thread AS thread
LEFT JOIN vb_subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 435 AND canview = 1)
WHERE thread.threadid IN (0,692,2104,693)
ORDER BY sticky DESC, thread.title;
MySQL Error : Unknown column 'post.pagetext' in 'field list'
Error Number : 1054
Date : Wednesday, December 27th 2006 @ 02:25:18 PM