Now when i try and create a new forum i get this
Invalid SQL:
INSERT INTO forum
(title_clean, title, description_clean, description, link, displayorder, parentid, daysprune, defaultsortfield, defaultsortorder, showprivate, newpostemail, newthreademail, options, styleid, password, hasstatusicons, statusiconon, statusiconoff, statusiconlockon, statusiconlockoff, statusiconlink, vbbux_perview, vbbux_perthread, vbbux_perreply, vbpforumoptions, vbp_cangetaccesscost, vbp_cangiveaccesscost, vbp_candenyaccesscost, vbp_cangetpasswordcost)
VALUES
('Test', 'Test', 'eeee', 'eeee', '', 1, -1, -1, 'lastpost', 'desc', 0, '', '', 97991, 0, '', 0, '', '', '', '', '', 1, 15, 5, 0, 0, 0, 0, 0);
MySQL Error : Unknown column 'defaultsortfield' in 'field list'
Error Number : 1054
Date : Saturday, March 24th 2007 @ 01:40:02 AM
Script :
http://74.52.214.106/~traderre/forum....php?do=update
Referrer :
http://74.52.214.106/~traderre/forum...rum.php?do=add
IP Address :cccccccccccccccccc
Username : TechMan
Classname : vb_database
gotthat fixed now i get
Database error in vBulletin 3.6.5:
Invalid SQL:
INSERT INTO forum
(title_clean, title, description_clean, description, link, displayorder, parentid, daysprune, defaultsortfield, defaultsortorder, showprivate, newpostemail, newthreademail, options, styleid, password, hasstatusicons, statusiconon, statusiconoff, statusiconlockon, statusiconlockoff, statusiconlink, vbbux_perview, vbbux_perthread, vbbux_perreply, vbpforumoptions, vbp_cangetaccesscost, vbp_cangiveaccesscost, vbp_candenyaccesscost, vbp_cangetpasswordcost)
VALUES
('test', 'test', 'tt', 'tt', '', 1, -1, -1, 'lastpost', 'desc', 0, '', '', 97991, 0, '', 0, '', '', '', '', '', 1, 15, 5, 0, 0, 0, 0, 0);
MySQL Error : Unknown column 'showprivate' in 'field list'
Error Number : 1054
Date : Saturday, March 24th 2007 @ 01:52:53 AM
Script :
http://74.52.214.106/~traderre/forum....php?do=update
Referrer :
http://74.52.214.106/~traderre/forum...rum.php?do=add
IP Address : ffff
Username : TechMan
Classname : vb_database