I was getting the mysql 1054 error when navigating the forums.
Running the following seems to have cured that.
ALTER TABLE user ADD forumviewset varchar(250) NOT NULL default ':'
However. when setting the "collapsed" option in the parent forum via the CP, I'm getting this...
Database error in vBulletin Control Panel 2.2.7:
Invalid SQL: UPDATE forum
SET
styleid='1', title='iAfma.org Manifesto', description='',
active='1', displayorder='5', parentid='-1', parentlist='69,-1',
allowposting='0', cancontainthreads='0', daysprune='30',
newpostemail='forums@iafma.org', newthreademail='forums@iafma.org',
moderatenew='1', allowhtml='0', allowbbcode='1',
allowimages='0', allowsmilies='1', allowicons='1',
styleoverride='0', allowratings='1', countposts='1',
moderateattach='1', collapsed='1'
WHERE forumid='69'
mysql error: Unknown column 'collapsed' in 'field list'
mysql error number: 1054
|