02-05-2006, 05:12 AM
|
|
|
Join Date: Nov 2005
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Need help PLEASE
Quote:
Its the administration page that you are accessing, the vbpager administration page. The query that you are trying to execute (changes that you are trying to make) are trying to modify the following rows
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '1000',
`passwordhistory` = '0',
`forumpermissions` = '1048575',
`genericpermissions` = '205520831',
`attachlimit` = '0',
`pmquota` = '100',
`pmpermissions` = '3',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericoptions` = '31',
`profilepicmaxwidth` = '120',
`profilepicmaxheight` = '120',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '120',
`avatarmaxheight` = '120',
`avatarmaxsize` = '30000',
`profileviewpermissions` = '0',
`pagerpermissions` = '1',
`pagerquota` = '0',
`pagerminpost` = '0',
`pagerminpostperday` = '0',
`pagermaxperday` = '0',
`pagersendmax` = '0',
`pagersendmaxchar` = '300'
WHERE usergroupid=6;
in your vb_usergroup table
the rows that vbpager requires are
`profileviewpermissions` = '0',
`pagerpermissions` = '1',
`pagerquota` = '0',
`pagerminpost` = '0',
`pagerminpostperday` = '0',
`pagermaxperday` = '0',
`pagersendmax` = '0',
`pagersendmaxchar` = '300'
WHERE usergroupid=6;
You are getting the error for `profileviewpermissions` as it is the first one in the list. You can try contacting the module developer and ask him if there is any .sql file that can be used to create the necessary entries. If not, you can ask him if you can provide you with the SQL commands that have to be executed.
Best Regards,
John
Support Team
SiteGround.com
|
Ok, this is the message that my host has given me. Can anyone help me on this issue? What .sql files is he talking about? Can someone provide me with the SQL commands that I need to have it executed? Please, can someone please help?
|