N
N
newked2021-03-17 16:33:35
1C-Bitrix
newked, 2021-03-17 16:33:35

Bitrix gives an error Class 'CIBlockElement' not found in /home/c/ci ... How to solve?

Guys, help a newbie. I can’t solve the problem, or rather, I don’t even understand what the system doesn’t like.
There is a submenu in the section. I'm trying to edit it, but it gives me this error:
Fatal error: Class 'CIBlockElement' not found in /home/c/ci77777/public_html/services/.service1.menu.php on line 3

opened this file for editing and I don't understand what he wants. File code:
<?
$aMenuLinks = Array();
$rsSubMenu = CIBlockElement::GetProperty(1, 3, [], ['CODE'=>'SUB_MENU']);
$n = 0;
while($arSubMenu = $rsSubMenu->Fetch()){
if(empty($arSubMenu['VALUE'])) continue;
$aMenuLinks[$n][] = $arSubMenu['VALUE'];
$aMenuLinks[$n][] = $arSubMenu['DESCRIPTION'];

$n++;
}
?>
Please tell me where to dig, where to go?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
Yaroslav Alexandrov, 2021-03-18
@newked

you have this submenu implemented on the CIBlockElement::GetProperty infoblock property, i.e. this is someone's craft in which just regular functionality is not supported. I think most likely the menu items were added in PHP edit mode

In the properties of the "Services" infoblock, the "submenu" property has been added.
Having opened the list of added elements of the "Services" infoblock, I saw that each element has the ability to add /

I
Ilya, 2021-03-17
@New_Horizons

\Bitrix\Main\Loader::includeModule('iblock');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question