[Fri Nov 13 12:33:41.285542 2020] [proxy_fcgi:error] [pid 18752:tid 140666176743168] [client 212.45.19.58:43840] AH01071: Got error 'PHP message: PHP Deprecated: The mbstring.func_overload directive is deprecated in Unknown on line 0', referer: http://hight-control.ru/partner/1/edit
[Fri Nov 13 12:35:30.167303 2020] [proxy_fcgi:error] [pid 18752:tid 140666218706688] [client 212.45.19.58:43934] AH01071: Got error 'PHP message: PHP Deprecated: The mbstring.func_overload directive is deprecated in Unknown on line 0'
[Fri Nov 13 12:35:33.249913 2020] [proxy_fcgi:error] [pid 18854:tid 140666176743168] [client 212.45.19.58:43938] AH01071: Got error 'PHP message: PHP Deprecated: The mbstring.func_overload directive is deprecated in Unknown on line 0', referer: http://hight-control.ru/
[Fri Nov 13 12:35:36.091438 2020] [proxy_fcgi:error] [pid 18751:tid 140666260670208] [client 212.45.19.58:43942] AH01071: Got error 'PHP message: PHP Deprecated: The mbstring.func_overload directive is deprecated in Unknown on line 0', referer: http://hight-control.ru/start
[Fri Nov 13 12:35:38.504934 2020] [proxy_fcgi:error] [pid 18854:tid 140666252277504] [client 212.45.19.58:43950] AH01071: Got error 'PHP message: PHP Deprecated: The mbstring.func_overload directive is deprecated in Unknown on line 0', referer: http://hight-control.ru/partner
[Fri Nov 13 12:35:40.509903 2020] [proxy_fcgi:error] [pid 18752:tid 140666285848320] [client 212.45.19.58:43958] AH01071: Got error 'PHP message: PHP Deprecated: The mbstring.func_overload directive is deprecated in Unknown on line 0', referer: http://hight-control.ru/partner/1/edit
[Fri Nov 13 12:35:44.605415 2020] [proxy_fcgi:error] [pid 18751:tid 140666243884800] [client 212.45.19.58:43966] AH01071: Got error 'PHP message: PHP Deprecated: The mbstring.func_overload directive is deprecated in Unknown on line 0', referer: http://hight-control.ru/partner/1/edit
"USE_FILTER" => "Y",
"FILTER_NAME" => "arrFilterAdvice",
<? $GLOBALS['arrFilterAdvice'] = array('ACTIVE' => 'Y', '!PROPERTY_STICKERS' => false);
$APPLICATION->IncludeComponent(
"bitrix:catalog.section",
"shop_window",
array(
…
"USE_FILTER" => "Y",
"FILTER_NAME" => "arrFilterAdvice",
…
if(!$arResult["ADVICE"]){
foreach($arResult["ITEMS"] as $Element){
foreach($Element["PROPERTIES"]["STICKERS"]["VALUE_XML_ID"] as $type){
if($type == "HIT") $arResult["ADVICE"]["HIT"][$Element["ID"]] = $Element;
if($type == "RECOMMEND") $arResult["ADVICE"]["RECOMMEND"][$Element["ID"]] = $Element;
if($type == "NEW") $arResult["ADVICE"]["NEW"][$Element["ID"]] = $Element;
if($type == "STOCK") $arResult["ADVICE"]["STOCK"][$Element["ID"]] = $Element;
}
}
}
$APPLICATION->IncludeComponent(
"bitrix:news.list",
"slider",
array(
"ACTIVE_DATE_FORMAT" => "",
"ADD_SECTIONS_CHAIN" => "N",
"AJAX_MODE" => "N",
"AJAX_OPTION_ADDITIONAL" => "",
"AJAX_OPTION_HISTORY" => "N",
"AJAX_OPTION_JUMP" => "N",
"AJAX_OPTION_STYLE" => "Y",
"CACHE_FILTER" => "N",
// и так далее...
$cp = $this->__component;
if (is_object($cp))
{
$cp->arResult["ASSOCIATED"] = $arResult["PROPERTIES"]["ASSOCIATED"]["VALUE"];
$cp->SetResultCacheKeys(array("ASSOCIATED")); //cache keys in $arResult array
}
$GLOBALS["arrAssociated"]=array('ID' => $arResult["PROPERTIES"]["ASSOCIATED"]["VALUE"]);
print_r($GLOBALS["arrAssociated"]);