Installing over it didn't work.
This is when I tried to promote an Article
PHP Code:
Database error in vBulletin 4.1.5:
Invalid SQL:
UPDATE xxx_cms_node SET agelock='', agelock_method='',agelock_age='' WHERE nodeid='135';
MySQL Error : Unknown column 'agelock' in 'field list'
So I tried to uninstall and got this
PHP Code:
Database error in vBulletin 4.1.5:
Invalid SQL:
ALTER TABLE xxx_forum DROP `agelock` ,
DROP `agelock_parent` ,
DROP `agelock_method` ,
DROP `agelock_age`;
MySQL Error : Can't DROP 'agelock'; check that column/key exists