Версия борды 3.0.13-PL1.
После установки мода Ban List появилась ошибка в админке.
Появляется она (как минимум) в 2 случаях: при попытке очистить кэш шаблонов и при попытке забанить по емейл.
Текст ошибки:
Строка 60 в файле, на который ссылается ошибка, выглядит так:Fatal error: xcache_count(): xcache.admin.user and/or xcache.admin.pass settings is not configured. Make sure you've modified the correct php ini file for your php used in webserver. in /var/www/admin/www/airgun.org.ru/forum/includes/acm/acm_xcache.php on line 60
Код: Выделить всё
// If the admin authentication is enabled but not set up, this will cause a nasty error.
// Not much we can do about it though.
$n = xcache_count(XC_TYPE_VAR);
