When i try and create a new forum i get a database error, I can do it on my test site fine, but on my live site it gives me this database error:
What is causing this?
Code:
Invalid SQL: INSERT INTO forum (title_clean, title, description_clean, description, link, displayorder, parentid, daysprune, defaultsortfield, defaultsortorder, showprivate, newpostemail, newthreademail, options, styleid, imageprefix, password, accessf_nb, accesst_nb, create_nb, reply_nb, linkview_nb, linkpost_nb) VALUES ('Regional Meets and Events', 'Regional Meets and Events', '', '', '', 2, -1, -1, 'lastpost', 'desc', 0, '', '', 89794, 0, '', '', 0, 0, 0, 0, 0, 0); MySQL Error : Unknown column 'accessf_nb' in 'field list' Error Number : 1054 Request Date : Monday, April 19th 2010 @ 11:39:12 AM Error Date : Monday, April 19th 2010 @ 11:39:12 AM Script : [URL="http://www.mk3oc.com/forum/admincp/forum.php?do=update"]http://www.******/forum/admincp/forum.php?do=update[/URL] Referrer : [URL="http://www.mk3oc.com/forum/admincp/forum.php?do=add"]http://www.******/forum/admincp/forum.php?do=add[/URL] IP Address : **.***.***.*** Username : **** Classname : vB_Database MySQL Version : 5.0.45
Comment