#009323: treemenu operator not working properly if viewing a non-node

Description:

Hi,

I've 2 sites with 2 site accesses in one database.

root
--site 1
----page a1
----page a2
----page a3
--site 2
----page b1
----page b2
----page b3

I am getting the menu like it's done in templates/menu/flat_left.tpl


{let docs=treemenu( $module_result.path,
                    is_set( $module_result.node_id )|choose( 12, $module_result.node_id ),
                    ezini( 'MenuContentSettings', 'LeftIdentifierList', 'menu.ini' ),
                    1, 5 )
...

The menu works fine if I view a page/node within the tree. The menu disappears, if I go to a link like /user/login or /user/logout (no node)

Best wishes,
Georg.


Environment:

Operating System: rh9
PHP Version: 4.4.2
Database and version: mysql 5


- Attachments

No attachments for this issue.


- Comments

No comments for this issue.


- History
Properties
Type Bug
Priority Medium
Component Misc
Affects 3.8.6
Fix Version -
Reporter Georg Franz
Responsible -
Status 0 New
Resolution UNRESOLVED
Created November 2nd, 2006
Updated November 2nd, 2006
Resolved -
 
Navigation [Permanent Link]
Previous Issue
Back to Issues List
Next Issue: #019127
  DB Deadlocks on ezcontentobject_tree when updating subnode