
10-09-2006, 08:52 PM
|
 |
|
|
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Jay-MOB
When i do the installation file, it gives me this error.
Code:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/internat/public_html/groups/tools/grps_installer.php on line 45
Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/internat/public_html/groups/tools/grps_installer.php on line 65
Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/internat/public_html/groups/tools/grps_installer.php on line 65
i can access the homepage for the group now, but i do not have the permission, however if i want to change the acess for usergroups i am getting this error. i have tried your suggestion from the post previously to this, however still not working.
Code:
Database error in vBulletin 3.6.2:
Invalid SQL:
UPDATE vusergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '<font color=\"#FF0000\"><b>',
`closetag` = '</b></font>',
`passwordexpires` = '180',
`passwordhistory` = '360',
`arcadepermissions` = '255',
`vbghsepermissions` = '15',
`forumpermissions` = '1048575',
`genericpermissions` = '1073741759',
`attachlimit` = '0',
`pmquota` = '50',
`pmpermissions` = '7',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericoptions` = '63',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '80',
`avatarmaxheight` = '80',
`avatarmaxsize` = '20000',
`signaturepermissions` = '237567',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '2000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0',
`grpspermissions` = '3'
WHERE usergroupid=6;
any way to fix this?
my site is www.internationalmedics.org/groups/
|
you need to edit your grps_installer.php.
|