Thursday 09 March 2006 9:02:11 am
Hello, I am using the version of EZ 3.7.3, I faced very strange problem when trying to use the eztreemenu operator
the error says : Fatal error: Undefined class name 'ezcontentobjecttreenode' in /home/site3/public_html/kernel/common/eztreemenuoperator.php on line 193 the code i used is as follows:
{def $mainMenu=treemenu( $module_result.path,
$module_result.node_id,
array('folder','info_page'), 0, 1 )}
{foreach $mainMenu as $menu}
{if $menu.is_selected}
{set $navigation_id = $menu.id}
{/if}
{/foreach}
{undef}
All I want to do is to know the Id of the head of my tree.
The strange thig :
When the user is logged in , he can browse without having any problems or vieweing this error.
but when he is not logged in he gets the error only in the page, the Debug Output has only one error: $module_result.node_id <--- says nothing called node_id and it suggests me other attributes. but i don't think it is true, simply cause it works
ANY ONE HAS AN Explenation. Please help John
|