Disi
28.10.2005, 23:01
Huhu, ich weiß nicht was ich falsch gemacht habe aber irgendwie krieg ich diesen fehler:
Datenbankfehler in vBulletin 3.5.0:
Invalid SQL:
SELECT thread.threadid, thread.forumid,
IF(threadread.readtime IS NULL, 1129668783, IF(threadread.readtime < 1129668783, 1129668783, threadread.readtime)) AS threadread,
IF(forumread.readtime IS NULL, 1129668783, IF(forumread.readtime < 1129668783, 1129668783, forumread.readtime)) AS forumread,
thread.lastpost, subscribethread.subscribethreadid
FROM vb_thread AS thread,
vb_subscribethread AS subscribethread
LEFT JOIN vb_threadread AS threadread ON (threadread.threadid = thread.threadid AND threadread.userid = 3)
LEFT JOIN vb_forumread AS forumread ON (forumread.forumid = thread.forumid AND forumread.userid = 3)
WHERE subscribethread.threadid = thread.threadid
AND subscribethread.userid = 3
AND thread.visible = 1
HAVING thread.lastpost > IF(threadread > forumread, threadread, forumread);
MySQL-Fehler : Unknown column 'thread.threadid' in 'on clause'
Fehler-Nr. : 1054
Datum : Friday, October 28th 2005 @ 10:53:03 PM
Skript : http://www.bytetales.info/forums/usercp.php
Referrer : http://www.bytetales.info/forums/index.php
IP-Adresse : 80.137.7.189
Benutzername : Disi
Klassenname : vB_Database
Hoffe ihr könnt mir da helfen.
Datenbankfehler in vBulletin 3.5.0:
Invalid SQL:
SELECT thread.threadid, thread.forumid,
IF(threadread.readtime IS NULL, 1129668783, IF(threadread.readtime < 1129668783, 1129668783, threadread.readtime)) AS threadread,
IF(forumread.readtime IS NULL, 1129668783, IF(forumread.readtime < 1129668783, 1129668783, forumread.readtime)) AS forumread,
thread.lastpost, subscribethread.subscribethreadid
FROM vb_thread AS thread,
vb_subscribethread AS subscribethread
LEFT JOIN vb_threadread AS threadread ON (threadread.threadid = thread.threadid AND threadread.userid = 3)
LEFT JOIN vb_forumread AS forumread ON (forumread.forumid = thread.forumid AND forumread.userid = 3)
WHERE subscribethread.threadid = thread.threadid
AND subscribethread.userid = 3
AND thread.visible = 1
HAVING thread.lastpost > IF(threadread > forumread, threadread, forumread);
MySQL-Fehler : Unknown column 'thread.threadid' in 'on clause'
Fehler-Nr. : 1054
Datum : Friday, October 28th 2005 @ 10:53:03 PM
Skript : http://www.bytetales.info/forums/usercp.php
Referrer : http://www.bytetales.info/forums/index.php
IP-Adresse : 80.137.7.189
Benutzername : Disi
Klassenname : vB_Database
Hoffe ihr könnt mir da helfen.