
10-18-2007, 12:10 PM
|
|
|
Join Date: Jun 2005
Location: Duisburg
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Update from 6.0 to 6.3
Quote:
Datenbankfehler in vBulletin 3.6.8:
Invalid SQL:
SELECT thread.threadid, post.title, thread.replycount, postusername, postuserid, thread.dateline AS postdateline, thread.lastpostid, thread.lastposter, thread.lastpost, IF(views<=thread.replycount, thread.replycount+1, views) AS views, thread.forumid, post.postid, pagetext, allowsmilie
FROM thread AS thread
LEFT JOIN post AS post ON (post.postid = thread.firstpostid)
LEFT JOIN postparsed AS postparsed ON (postparsed.postid = post.postid AND postparsed.styleid = 1 AND postparsed.languageid = 2)
WHERE thread.threadid IN(9011)
GROUP BY post.postid
ORDER BY sticky DESC,thread.dateline DESC
LIMIT 2;
MySQL-Fehler : Table './usr_web0_1/postparsed' is marked as crashed and should be repaired
Fehler-Nr. : 145
|
|