
01-23-2006, 11:01 PM
|
 |
|
|
Join Date: Sep 2005
Location: EgYpT
Posts: 662
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by creedmaniac
getting an error when i try to save settings...also...could you explain what each option does...like 12-Enable/Disable PM...does it enable people using pms? or just the pm screen? or 8-Enable/Disable Forum Leaders....does that make it so this group appears in the list, or can view the list?
here is the error
Code:
Database error in vBulletin 3.5.3:
Invalid SQL:
UPDATE vb1usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = '(COPPA) Users Awaiting Moderation',
`description` = '',
`usertitle` = '',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`allowhtmlpermissions` = '0',
`forumpermissions` = '655367',
`attachlimit` = '0',
`pmquota` = '50',
`pmpermissions` = '0',
`pmsendmax` = '0',
`calendarpermissions` = '1',
`wolpermissions` = '0',
`adminpermissions` = '0',
`genericpermissions` = '67',
`genericoptions` = '16',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '80',
`avatarmaxheight` = '80',
`avatarmaxsize` = '20000',
`endiscpvb` = '255',
`endiscp` = '127'
WHERE usergroupid=4;
MySQL Error : Unknown column 'endiscpvb' in 'field list'
Error Number : 1054
Date : Monday, January 23rd 2006 @ 06:06:40 PM
Script : http:///usergroup.php
Referrer : http:///usergroup.php?do=edit&usergroupid=4
IP Address : ****
Username : ****
Classname : ****
|
try to run this query [sql]ALTER TABLE usergroup ADD endiscpvb INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL[/sql]
ie. if you disable pm as in attachment it appears vb. message says that pms are disabled and this group can't access pm that's all
|