Forums / Install & configuration / eZ4 Dynamic Treemenu 404
H-Works Agency
Friday 01 August 2008 9:18:22 am
Hello,
I am on a EZP4 install and i try to use the dynamic tree menu.
On a certain siteaccess (database) it works but on the other one nothing shows up below the root node.
When i check in firebug it says i have a error 404 on domain/content/treemenu?{$_GET}.
Can anybody tell me which data in the database can make this happen ?
Thanx in advance.
EZP is Great
Steven E. Bailey
Sunday 03 August 2008 2:11:52 am
I'm pretty sure this is caused by an incorrect rewrite rule... (at least that's what it was for me.) Take a look at http://issues.ez.no/IssueView.php?Id=11441 or http://issues.ez.no/11806 (among others) for the new rewrite rule.
Oh, and here, http://ez.no/developer/forum/general/can_t_view_content_structure_tree
Certified eZPublish developer http://ez.no/certification/verify/396111 Available for ezpublish troubleshooting, hosting and custom extension development: http://www.leidentech.com
Tuesday 05 August 2008 3:24:32 am
It doesn't seems to but related to rewrite rules.
The problem occurs after switching root node folder.
I tried with various object classes and this switch node function seems to break the left menu behavior :
- When dynamic enabled nothing shows up below the root node. Fetch function inside "kernel/content/treemenu" return NULL on node_id=2 causing a 404 error.
- When dynamic disabled left menu only shows depth=1 below root node.