
02-09-2007, 10:12 PM
|
|
|
Join Date: Dec 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
I get a database error whenever I try going into any forum after upgrading it. Here's the error log:
Quote:
Invalid SQL:
SELECT post.pagetext AS preview,post.thankscache,
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
,thread.tte_boldflag, thread.tte_italicflag, thread.tte_underlineflag, thread.tte_titletextcolor, thread.tte_titlefonttype, thread.tte_titlefontsize, firstpostid
FROM vb_thread AS thread
LEFT JOIN vb_post AS post ON(post.postid = thread.firstpostid)
WHERE thread.threadid IN (0,4297,4294,4198,4022,3768,3565,3917,3777,3765,36 65,2919,3796)
ORDER BY sticky DESC, lastpost DESC;
MySQL 错误 (edit: Error) : Unknown column 'thread.tte_titlefontsize' in 'field list'
错误号 (edit: Error number) : 1054
|
The words in brackets are the translation for the Chinese characters on the left. I disabled the plugin in a hurry and the site is back to normal.
|