
01-14-2005, 03:46 AM
|
|
|
Join Date: Nov 2002
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Sql error 1054...
I searched and could not fin an answer for this here, vb.com, or google. Here's the error I get:
Quote:
Database error in vBulletin 3.0.5:
Invalid SQL: UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
title = 'Registered Users',
description = '',
usertitle = '',
opentag = '',
closetag = '',
passwordexpires = '0',
passwordhistory = '0',
canseehiddencustomfields = '0',
attachlimit = '0',
avatarmaxwidth = '175',
avatarmaxheight = '175',
avatarmaxsize = '20000',
profilepicmaxwidth = '180',
profilepicmaxheight = '180',
profilepicmaxsize = '65535',
pmquota = '95',
pmsendmax = '5',
forumpermissions = '127487',
pmpermissions = '3',
calendarpermissions = '19',
wolpermissions = '1',
adminpermissions = '0',
genericpermissions = '19478467',
genericoptions = '30',
arcadepermissions = '19'
WHERE usergroupid=2
mysql error: Unknown column 'canseehiddencustomfields' in 'field list'
mysql error number: 1054
Date: Friday 14th of January 2005 05:32:13 AM
Script: http://www.d-series.org/forums/admincp/usergroup.php
Referer: http://www.d-series.org/forums/admin...&usergroupid=2
|
So, somehow I am now missing the canseehiddencustomfields from my database somehow? Is that right? How can I fix this, anyone? Your help is greatly appreciated. I get this error whenever I try to update a usergroup.
Thanks!
|