Добрый вечер, всех с новым годом. Эти файлы ч не модифицировал. Подключаю умный фильтр, он работает, но выдает...
Warning: array_filter() expects parameter 2 to be a valid callback, class 'CIBlockParameters' not found in ~/bitrix/components/bitrix/catalog.smart.filter/class.php on line 27
Warning: Invalid argument supplied for foreach() in ~/bitrix/modules/iblock/classes/general/comp_pricetools.php on line 24
С чем это связано?
27 строка class.php
24 строка comp_pricetools.php
Warning: array_filter() expects parameter 2 to be a valid callback, class 'CIBlockParameters' not found in ~/bitrix/components/bitrix/catalog.smart.filter/class.php on line 27
Warning: Invalid argument supplied for foreach() in ~/bitrix/modules/iblock/classes/general/comp_pricetools.php on line 24
С чем это связано?
27 строка class.php
| Код |
|---|
$arParams["PRICE_CODE"] = array_filter($arParams["PRICE_CODE"], 'CIBlockParameters::checkParamValues'); |
| Код |
|---|
foreach($arPriceCode as $value)
{
$t_value = trim($value);
if ('' != $t_value)
$arCatalogGroupCodesFilter[$value] = true;
} |