Log in

View Full Version : Could someone please advise?


redspider
02-18-2006, 02:24 PM
Hello, could someone please tell me why i am getting this error? It happens everytime i try to edit a usergroup in my AdminCP...Does it have something to do with vBpager? I installed it, it didnt work properly, so i uninstalled it, reversed the templates and deleted the php files from the directories in my ftp, and this is the error i get since...Or could this error be the result of something else? Any help would be tremendously appreciated...Be well all -

Database error in vBulletin 3.5.0:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Registered Users',
`description` = 'Registered Users Group',
`usertitle` = 'Registered Users',
`opentag` = '<b><font color=\"#6C83A2\">',
`closetag` = '</b></font>',
`passwordexpires` = '0',
`passwordhistory` = '0',
`ispublicgroup` = '0',
`canoverride` = '0',
`userpagepermissions` = '3',
`journalpermissions` = '34783',
`arcadepermissions` = '7',
`forumpermissions` = '758007',
`attachlimit` = '1000000',
`pmquota` = '50',
`pmpermissions` = '2',
`pmsendmax` = '5',
`calendarpermissions` = '17',
`wolpermissions` = '0',
`adminpermissions` = '0',
`genericpermissions` = '204060366',
`genericoptions` = '14',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '25000',
`avatarmaxwidth` = '150',
`avatarmaxheight` = '150',
`avatarmaxsize` = '200000',
`ecdownloadpermissions` = '7',
`pagerpermissions` = '0'
WHERE usergroupid=16;

MySQL Error : Unknown column 'pagerpermissions' in 'field list'
Error Number : 1054
Date : Saturday, February 18th 2006 @ 01:18:18 AM
Script : http://www.xxxxxx.com/forum/admincp/usergroup.php
Referrer : http://www.xxxxxx.com/forum/admincp/usergroup.php?do=edit&usergroupid=16
IP Address : xx.xxx.xxx.xx
Username : Admin
Classname : vb_database

RichieBoy67
02-18-2006, 03:10 PM
Just drop "pager permissions"... I take it that you partially installed pager??

redspider
02-18-2006, 03:29 PM
Thank you, fixed...Be well -