xray
11.05.2008, 11:44
Hallo,
Ich bekomme mehrmals am Tage vBulletin Datenbankfehler! per Mail zugesendet.
Datenbankfehler in vBulletin 3.7.0:
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, postusername, postuserid, thread.iconid AS threadiconid,
thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastpostid, replycount, IF(views<=replycount, replycount+1, views) AS views,
thread.prefixid, thread.taglist, hiddencount, deletedcount
,post.pagetext
FROM thread AS thread
LEFT JOIN stamps AS stamps ON(thread.stampid = stamps.stampid)
WHERE thread.threadid IN (0)
ORDER BY sticky DESC, lastpost DESC;
MySQL-Fehler : Unknown column 'post.pagetext' in 'field list'
Fehler-Nr. : 1054
Fehler-Zeit : Sunday, 11.05.2008 @ 11:20:13
Datum : Sunday, 11.05.2008 @ 11:20:13
Ich weiss nicht wo das Problem zu suchen ist?
Ich bekomme mehrmals am Tage vBulletin Datenbankfehler! per Mail zugesendet.
Datenbankfehler in vBulletin 3.7.0:
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, postusername, postuserid, thread.iconid AS threadiconid,
thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastpostid, replycount, IF(views<=replycount, replycount+1, views) AS views,
thread.prefixid, thread.taglist, hiddencount, deletedcount
,post.pagetext
FROM thread AS thread
LEFT JOIN stamps AS stamps ON(thread.stampid = stamps.stampid)
WHERE thread.threadid IN (0)
ORDER BY sticky DESC, lastpost DESC;
MySQL-Fehler : Unknown column 'post.pagetext' in 'field list'
Fehler-Nr. : 1054
Fehler-Zeit : Sunday, 11.05.2008 @ 11:20:13
Datum : Sunday, 11.05.2008 @ 11:20:13
Ich weiss nicht wo das Problem zu suchen ist?