Log in

View Full Version : Problem Adding a New Forum


sovine
02-03-2008, 04:15 PM
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:

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?

Lynne
02-03-2008, 05:15 PM
Disable your hacks and see if it works. The column 'mimicbotrop' is not a standard vbulletin column, so it is being queried from a hack you installed (and maybe tried to uninstall but didn't do a complete uninstall).