PDA

View Full Version : Mod Causing Issues


thenashy
11-06-2012, 05:26 AM
Hi All,

Wen I attempt to create a new usergroup, I get the following SQL error:

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

I have googled and found that it is probably a mod, and was wondering if anyone knows what mod is could be.

Appreciate any help.

futureaudio
11-06-2012, 05:54 AM
Looks like a style mod. Disable it temporarily and see if that resolves the issue?

CAG CheechDogg
11-06-2012, 06:41 AM
Check in your Username HTML Markup and see if you have the following format:

<span style=\"font-weight: bold; color: maroon;\">

If you do switch it to the following format:

<span style='color: #800000;'>

Hope that works for you buddy.