1
Безопасность / Ошибки в модуле безопасности
« : 18 Август 2015, 12:20:26 »
У одного клиента появляется ошибка
Notice: Undefined index: tor in /home/vermann/site.ru/docs/include/security.class.php on line 250
Notice: Undefined index: in /home/vermann/site.ru/docs/include/security.class.php on line 250
Notice: Undefined index: tor in /home/vermann/site.ru/docs/include/security.class.php on line 251
Notice: Undefined index: in /home/vermann/site.ru/docs/include/security.class.php on line 251
Notice: Undefined index: tor in /home/vermann/site.ru/docs/include/security.class.php on line 252
Notice: Undefined index: in /home/vermann/site.ru/docs/include/security.class.php on line 252
видит ошибки только он, я их отловить не могу.
Ошибка в строках:
$is_block = $this->config['block_options']['block_matrix'][$type][$attacks[$attack_type]];
$is_ban = $this->config['ban_options']['ban_matrix'][$type][$attacks[$attack_type]];
$is_notice = $this->config['notice_options']['notice_matrix'][$type][$attacks[$attack_type]];
На что конкретно ругается выяснить не получилось, в настройках cms фильтрация атак отключена.
Notice: Undefined index: tor in /home/vermann/site.ru/docs/include/security.class.php on line 250
Notice: Undefined index: in /home/vermann/site.ru/docs/include/security.class.php on line 250
Notice: Undefined index: tor in /home/vermann/site.ru/docs/include/security.class.php on line 251
Notice: Undefined index: in /home/vermann/site.ru/docs/include/security.class.php on line 251
Notice: Undefined index: tor in /home/vermann/site.ru/docs/include/security.class.php on line 252
Notice: Undefined index: in /home/vermann/site.ru/docs/include/security.class.php on line 252
видит ошибки только он, я их отловить не могу.
Ошибка в строках:
$is_block = $this->config['block_options']['block_matrix'][$type][$attacks[$attack_type]];
$is_ban = $this->config['ban_options']['ban_matrix'][$type][$attacks[$attack_type]];
$is_notice = $this->config['notice_options']['notice_matrix'][$type][$attacks[$attack_type]];
На что конкретно ругается выяснить не получилось, в настройках cms фильтрация атак отключена.