[help] table error/database error

pspkr3w

New Member
i try to updare my usergroup setting and when i check vbtube and save it come up with this meassge any help will be gladley appreciated
Database error in vBulletin 3.7.0 Release Candidate 1:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '<span style=\"color:#FF0000\">',
`closetag` = '</span>',
`passwordexpires` = '180',
`passwordhistory` = '360',
`radiotvpermissions` = '2047',
`memarea_permissions` = '15',
`forumpermissions` = '8388607',
`genericpermissions` = '2147483583',
`attachlimit` = '0',
`pmquota` = '1000',
`pmpermissions` = '7',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions2` = '1',
`genericoptions` = '55',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '100',
`avatarmaxheight` = '100',
`avatarmaxsize` = '20000',
`signaturepermissions` = '245759',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '10000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albumpicmaxsize` = '100000',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '31',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '511',
`vbppermissions` = '65529',
`vbp_discountrate` = '25.00000',
`vbp_paycheckamount` = '250.00000',
`vbp_secondarycost` = '0.00000',
`vbp_primarycost` = '0.00000',
`vbtube` = '1023'
WHERE usergroupid=6;

MySQL Error : Unknown column 'vbtube' in 'field list'
Error Number : 1054
Date : Tuesday, December 30th 2008 @ 09:35:11 PM
Script : Log in - Gamerzcorner - vBulletin Admin Control Panel
Referrer : Log in - Gamerzcorner - vBulletin Admin Control Panel
IP Address : 65.5.192.79
Username : Venom
Classname : vB_Database
MySQL Version : 5.0.67-community
 

bluescorpion

New Member
You need to check your vbtube product because the database tables are missing for some reason. You can probably fix it with running the sql for vbtube but you might just want to reinstall it.
 
Top