The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mod Causing Issues
Hi All,
Wen I attempt to create a new usergroup, I get the following SQL error: Code:
Database error in vBulletin 4.2.0: Invalid SQL: ### INSERT QUERY GENERATED BY fetch_query_sql() ### INSERT INTO vb_usergroup (`title`, `description`, `usertitle`, `opentag`, `closetag`, `passwordexpires`, `passwordhistory`, `ispublicgroup`, `canoverride`, `ms_force_style_permissions`, `force_style_id`, `forumpermissions`, `genericpermissions`, `attachlimit`, `pmquota`, `pmpermissions`, `pmsendmax`, `pmthrottlequantity`, `calendarpermissions`, `wolpermissions`, `adminpermissions`, `genericpermissions2`, `genericoptions`, `profilepicmaxwidth`, `profilepicmaxheight`, `profilepicmaxsize`, `avatarmaxwidth`, `avatarmaxheight`, `avatarmaxsize`, `signaturepermissions`, `sigpicmaxwidth`, `sigpicmaxheight`, `sigpicmaxsize`, `sigmaxrawchars`, `sigmaxchars`, `sigmaxlines`, `sigmaxsizebbcode`, `sigmaximages`, `sigmaxvideos`, `albumpermissions`, `albumpicmaxwidth`, `albumpicmaxheight`, `albummaxpics`, `albummaxsize`, `usercsspermissions`, `visitormessagepermissions`, `socialgrouppermissions`, `maximumsocialgroups`, `groupiconmaxsize`) VALUES ('Administrators', '', 'Administrator', '<span style=\"font-weight: bold; color: maroon;\">', '</span>', '180', '360', '0', '0', '0', '', '134217727', '2147483583', '0', '2000', '7', '0', '0', '63', '31', '3', '7', '55', '200', '300', '80000', '130', '160', '40000', '507903', '500', '100', '10000', '0', '0', '0', '7', '0', '0', '255', '600', '600', '100', '0', '191', '63', '262143', '5', '65535'); MySQL Error : Unknown column 'ms_force_style_permissions' in 'field list' Error Number : 1054 Request Date : Tuesday, November 6th 2012 @ 12:24:49 AM Error Date : Tuesday, November 6th 2012 @ 12:24:49 AM Script : http://broncoshq.com/admincp/usergroup.php?do=update Referrer : http://broncoshq.com/admincp/usergroup.php?do=add IP Address : 110.174.209.25 Username : Nashy Classname : vB_Database MySQL Version : 5.1.65-cll Appreciate any help. |
#2
|
|||
|
|||
Looks like a style mod. Disable it temporarily and see if that resolves the issue?
|
#3
|
||||
|
||||
Check in your Username HTML Markup and see if you have the following format:
Code:
<span style=\"font-weight: bold; color: maroon;\"> Code:
<span style='color: #800000;'> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|