This is a problem that has surfaced recently for me. Every other aspect of my board works fine, however when I try to add a new forum or modify an existing forum I get the follow error message:
PHP Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
INSERT INTO vforumforum
(title_clean, title, description_clean, description, link, displayorder, parentid, daysprune, defaultsortfield, defaultsortorder, showprivate, newpostemail, newthreademail, options, styleid, password, mimicbotrop)
VALUES
('fsdsd', 'fsdsd', 'sdfsdf', 'sdfsdf', '', 1, -1, -1, 'lastpost', 'desc', 0, '', '', 97991, 0, '', '0');
MySQL Error : Unknown column 'mimicbotrop' in 'field list'
Error Number : 1054
Date : Sunday, February 3rd 2008 @ 01:13:25 PM
Script : http://www.heroesfans.com/upload/admincp/forum.php?do=update
Referrer : http://www.heroesfans.com/upload/admincp/forum.php?do=add
IP Address : 75.109.3.141
Username : Matt
Classname : vb_database
Can anyone shed any light on what I need to do to correct this problem?