<?php
$req_dump = print_r($_REQUEST, TRUE);
$fp = fopen('request.log', 'a');
fwrite($fp, $req_dump);
fclose($fp);
$req_dump = print_r($_REQUEST, TRUE);
$fp = fopen('request.log', 'a');
fwrite($fp, $req_dump);
fclose($fp);
print_r(
CRest::call(
'lists.get',
[
'IBLOCK_TYPE_ID' => 'lists',
]
)
);
print_r(
CRest::call(
'lists.get',
[
'IBLOCK_TYPE_ID' => 'lists_socnet',
'SOCNET_GROUP_ID' => '18',
]
)
);
Я бы проверил в актуальной версии 3.2