PDA

View Full Version : [Error DB] Problem with User group.


OsiRiS_X
07-01-2008, 03:59 AM
when adding a new group of users, the following error occurs:


### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO vBulle_usergroup
(`title`, `description`, `usertitle`, `opentag`, `closetag`, `passwordexpires`, `passwordhistory`, `ispublicgroup`, `canoverride`, `displayorder`, `hhroptions`, `forumpermissions`, `genericpermissions`, `attachlimit`, `pmquota`, `pmpermissions`, `pmsendmax`, `calendarpermissions`, `wolpermissions`, `adminpermissions`, `genericpermissions2`, `genericoptions`, `profilepicmaxwidth`, `profilepicmaxheight`, `profilepicmaxsize`, `avatarmaxwidth`, `avatarmaxheight`, `avatarmaxsize`, `signaturepermissions`, `sigpicmaxwidth`, `sigpicmaxheight`, `sigpicmaxsize`, `sigmaxrawchars`, `sigmaxchars`, `sigmaxlines`, `sigmaxsizebbcode`, `sigmaximages`, `albumpermissions`, `albumpicmaxwidth`, `albumpicmaxheight`, `albumpicmaxsize`, `albummaxpics`, `albummaxsize`, `usercsspermissions`, `visitormessagepermissions`, `socialgrouppermissions`, `mgc_cb_evo_permissions`, `mgc_cb_evo_nbmsg_show`, `mgc_cb_evo_nbmsg_perday_show`, `mgc_cb_evo_default_color`)
VALUES
('asdasdasd', '', '', '', '', '', '', '0', '0', '', '0', '651271', '2626563', '1000000', '0', '0', '5', '0', '1', '0', '0', '41', '100', '100', '25000', '50', '50', '20000', '0', '', '', '', '', '', '', '7', '', '0', '', '', '', '', '', '0', '0', '0', '0', '', '', '000000');

MySQL Error : Unknown column 'displayorder' in 'field list'
Error Number : 1054
and... Displayorder not appear

https://vborg.vbsupport.ru/external/2008/06/1.png


Version vBulletin: 3.72


thanks!

Dismounted
07-01-2008, 07:08 AM
You have probably removed a modification and have not removed its files, specifically, a bitfield_*.xml file in the includes/xml directory.

OsiRiS_X
07-01-2008, 05:37 PM
yes,

It was necessary the file "bitfield_usergrouplegend.xml" in the folder: includes/xml

Thanks!