The vbulletin admin panel needs to be done with check boxes not a scroll list. We have around 30 usergroups and this is a huge pain to scroll through this little box.
Getting this error when creating a form
Quote:
Database error in vBulletin 3.7.4:
Invalid SQL:
UPDATE forms SET title = 'test', description = 'test', displayorder = '1', action = '2', forms.where = '', threadtitle = '', category = '', polloptions = '', pollquestion = '', poll = '0', publicpoll = '0', multiplepoll = '0', usergroups = '', submitmessage = 'test' WHERE fid = '3';
MySQL Error : Unknown column 'submitmessage' in 'field list'
Error Number : 1054
Request Date : Thursday, January 8th 2009 @ 03:01:40 PM
Error Date : Thursday, January 8th 2009 @ 03:01:40 PM
Script : http://www.website.com/forums/misc.p...editform&fid=3
Referrer : http://www.website.com/forums/misc.p...editform&fid=3
IP Address : ***
Username : SSSlippy
Classname : vB_Database_MySQLi
MySQL Version : 5.0.45
|
Had to manually do "ALTER TABLE forms ADD submitmessage text NOT NULL"
Not sure why it did not update with the upgrade.