Поставил мод - не могу выставить права.
Если захожу ACP/Права доступа/Локальные права доступа/Форумные права групп, выбираю "Зарегистрированные пользователи", дальше выбираю любой форум, открываю "Расширенные права", то на закладке "Разное" нужной опции нету.
Если захожу ACP/Права доступа/Роли/Форумные роли, выбираю роль "Стандартный доступ", то там на закладке "Разное" есть нужная опция, но при попытке сохранить вываливает ошибку:
Код: Выделить всё
[phpBB Debug] PHP Notice: in file /includes/acp/auth.php on line 938: Undefined index: f_thanks
Warning: Cannot modify header information - headers already sent by (output started at W:\home\localhost\www\forum\includes\functions.php:3184) in W:\home\localhost\www\forum\adm\index.php on line 150
Warning: Cannot modify header information - headers already sent by (output started at W:\home\localhost\www\forum\includes\functions.php:3184) in W:\home\localhost\www\forum\adm\index.php on line 152
Warning: Cannot modify header information - headers already sent by (output started at W:\home\localhost\www\forum\includes\functions.php:3184) in W:\home\localhost\www\forum\adm\index.php on line 153
Warning: Cannot modify header information - headers already sent by (output started at W:\home\localhost\www\forum\includes\functions.php:3184) in W:\home\localhost\www\forum\adm\index.php on line 154
auth.php (начиная с 936 строки, это функция acl_set_role())
Код: Выделить всё
foreach ($auth as $auth_option => $setting)
{
$auth_option_id = (int) $this->acl_options['id'][$auth_option];
if ($setting != ACL_NO)
{
$sql_ary[] = array(
'role_id' => (int) $role_id,
'auth_option_id' => (int) $auth_option_id,
'auth_setting' => (int) $setting
);
}
}
adm\index.php строки 150-154
Код: Выделить всё
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');
Установку перепроверил - может глаз уже замылен, но вроде-бы все верно.
Открывал explain, и все SQL-запросы повторял вручную на майадмине - без ошибок.
Куда еще копать?
