Forums / Developer / Content structure menu doesn't work
Salvatore Guarino
Wednesday 21 May 2008 5:22:31 am
Hi, I found some discussions about this argument, but I didn't find any solutions. I have a fresh installation of ezpublish 4.0, and the content structure menu of the admin interface doesn't work. I'm sure to have properly configured the virtual host, and permission on files are OK. If I enable the dinamic menu through the contentstructuremenu.ini.append.php, I can see only the first node (root) of the tree menu. If I disable dynamic menu, when I empty the cache, I can see correctly the non dynamic menu, but If I add a new node, I cannot see this node in the menu unless I empty the cache again... Some time ago I installed ezp4 on another server, and in these installation the dynamic menu works fine... Any idea?
Thx in advance,
Salvatore
André R.
Wednesday 21 May 2008 5:25:33 am
fastcgi:
http://ez.no/developer/forum/general/content_structure_and_search_module
http://issues.ez.no/IssueView.php?Id=11806&activeItem=4
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Wednesday 21 May 2008 7:39:39 am
Dear Andrè, fastcgi is not installed on my webserver...
Wednesday 21 May 2008 7:48:29 am
Take a look at this issue:
http://issues.ez.no/IssueView.php?Id=12244
I don't have an .htaccess file, but I tried to use
RewriteRule content/treemenu/(.*)? index_treemenu.php?node_id=$1 [L]
instead of
RewriteRule content/treemenu/?$ /index_treemenu.php [L]
and now the dynamic content tree menu works...
Yudi Setiawan
Tuesday 24 June 2008 12:12:29 am
I also experienced the same.And the solution solved the problem.
Thanks a lot for sharing.
Lulio Vargas
Monday 25 August 2008 5:21:23 pm
Hi everyone,
The Content structure menu is finally working (ie., unfolding/folding) for me when I installed the new eZ Publish released version 4.0.1. It works ok for both Site packages: ezwebin and ezflow.
Just make sure you rename the <i>.htaccess_root</i> file in the distribution to <i>.htaccess</i>. This is so that, in particular, Apache's RewriteRule in <i>.htaccess</i> redirects to the <i>index_treemenu.php</i> script at the root of the distribution. By the way, I noticed that that file is a little larger in the new 4.0.1 release, as compared to the 4.0.0 distribution!
I thought I could share this piece of good news!
Regard,Lulio Vargas