[Error] Call to undefined function each() (0) /***/bitrix/modules/statistic/classes/general/statistic.php:782
При обновлении не обновился системный модуль "statistic".
В указанном файле 782-ю строку:
list(,$value) = each($arrADV);
заменить на:
$value = reset($arrADV);
************************************************************************************************************************************************