jgommel
Tue 15th Aug '06, 4:56pm
Hello, I just tried to upgrade my site from 3.5.5 to 3.6.0, but started to get the following error.... Any Suggestions?
I searched the forum before asking this question - hopfully I didn't miss the answer in another thread.
--------------------------------------
Database error in vBulletin 3.6.0:
Invalid SQL:
SELECT announcementid, startdate, title, announcement.views, forumid, enddate, pagetext, allowhtml, allowbbcode, allowsmilies,
user.username, user.userid, user.usertitle, user.customtitle
FROM vb_announcement AS announcement
LEFT JOIN vb_user AS user ON(user.userid = announcement.userid)
WHERE startdate <= 1155678431
AND enddate >= 1155678431
AND forumid IN (18,-1)
ORDER BY startdate DESC
LIMIT 3;
MySQL Error : Unknown column 'allowhtml' in 'field list'
Error Number : 1054
--------------------------------------
Thanks,
James
I searched the forum before asking this question - hopfully I didn't miss the answer in another thread.
--------------------------------------
Database error in vBulletin 3.6.0:
Invalid SQL:
SELECT announcementid, startdate, title, announcement.views, forumid, enddate, pagetext, allowhtml, allowbbcode, allowsmilies,
user.username, user.userid, user.usertitle, user.customtitle
FROM vb_announcement AS announcement
LEFT JOIN vb_user AS user ON(user.userid = announcement.userid)
WHERE startdate <= 1155678431
AND enddate >= 1155678431
AND forumid IN (18,-1)
ORDER BY startdate DESC
LIMIT 3;
MySQL Error : Unknown column 'allowhtml' in 'field list'
Error Number : 1054
--------------------------------------
Thanks,
James