Having a little bit of a DB problem with vb3.0.3 now. The hiding works. But when attempting to alter a usergroup permissions I'm getting the following.
Database error in vBulletin 3.0.3:
Invalid SQL: UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
title = 'Users Awaiting Email Confirmation',
description = '',
usertitle = '',
opentag = '',
closetag = '',
passwordexpires = '0',
passwordhistory = '0',
canseehiddencustomfields = '0',
attachlimit = '0',
avatarmaxwidth = '80',
avatarmaxheight = '80',
avatarmaxsize = '20000',
profilepicmaxwidth = '100',
profilepicmaxheight = '100',
profilepicmaxsize = '65535',
pmquota = '50',
pmsendmax = '0',
canuserep = '0',
cannegativerep = '0',
canseeownrep = '0',
canhiderep = '0',
forumpermissions = '1',
pmpermissions = '0',
calendarpermissions = '0',
wolpermissions = '0',
adminpermissions = '0',
genericpermissions = '64',
genericoptions = '0',
arcadepermissions = '0'
WHERE usergroupid=3
mysql error: Unknown column 'canseehiddencustomfields' in 'field list'
Any help would be appreciated. I've checked and double checked all steps for installation. They've been done correctly.
|