okay i read earlier in this thread that i get the following error for not running the query...then the updated one runs it in the xml....so...what have i done wrong?
Database error in vBulletin 3.5.4:
Invalid SQL:
INSERT INTO forum
(title_clean, title, description_clean, description, link, displayorder, daysprune, parentid, newpostemail, newthreademail, options, styleid, password, page, showfirstpost, vbbux_perview, vbbux_perthread, vbbux_perreply, vbpforumoptions, vbp_cangetaccesscost, vbp_cangiveaccesscost, vbp_candenyaccesscost, vbp_cangetpasswordcost, accessf_nb, accesst_nb, create_nb, reply_nb, allowupdate, increase_money, gallery)
VALUES
('New Gallery', 'New Gallery', '', '', '', 1, -1, -1, '', '', 229059, 50, '', 0, '0', 1, 15, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'yes', '1');
MySQL Error : Unknown column 'allowupdate' in 'field list'
Error Number : 1054
|