Hallo,
meine Vbulletin ist die 4.1.2
seit Paar Tagen bekomme ich folgende Meldung per Email:
Database error in vBulletin 4.1.2:
Invalid SQL:
SELECT COUNT(post.postid) as unread
FROM post as post /*FORCE INDEX (dateline)*/
INNER JOIN thread as thread USING (threadid)
INNER JOIN forum AS forum USING (forumid)
LEFT JOIN threadread AS threadread ON (threadread.threadid = thread.threadid AND threadread.userid = 5232)
LEFT JOIN forumread AS forumread ON (forumread.forumid = forum.forumid AND forumread.userid = 5232)
WHERE thread.forumid IN(0) AND thread.visible IN (1)
AND post.dateline > IF(threadread.readtime IS NULL, , threadread.readtime)
AND post.dateline > IF(forumread.readtime IS NULL, , forumread.readtime)
AND post.dateline >
AND thread.lastpost > IF(threadread.readtime IS NULL, , threadread.readtime)
AND thread.lastpost > IF(forumread.readtime IS NULL, , forumread.readtime)
AND thread.lastpost >;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' threadread.readtime)
AND post.dateline > IF(forumread.readtime IS NULL, ,' at line 8 Error Number : 1064 Request Date : Sunday, March 6th 2011 @ 08:44:15 AM
Error Date : Sunday, March 6th 2011 @ 08:44:15 AM
Script : http://xxxxx/login.php?do=login
Referrer :http://xxxxx/search.php?do=getnew&co...e=vBForum_Post
IP Address : 83.21.95.xxx
Username : red_xxxx
Classname : vB_Database
MySQL Version :
Weiss jemand was es sein kann ?
Gruss
Sebastian



Zitieren
Lesezeichen