Forums / Install & configuration / Node Tree in Admin doesn't work -- is my server compatible?
Brian Henkel
Sunday 03 February 2008 9:02:53 am
Hi, I've been having significant trouble with eZ (RUNNING 4.0), and I'm wondering if it is due to my server setup. Can someone tell me if anything is noticeably amiss? Here's my php info:http://bhenkel.echoechoplus.com/info.php
A major problem is that the node tree in admin never has any children (or nodes - only the root level 'Home' for instance). See screenshot:http://bhenkel.echoechoplus.com/ezpublish/nodetree.jpg
Thank you.
Piotrek Karaś
Sunday 03 February 2008 11:35:29 am
Check the contentstructuremenu.ini file for your administration interface's siteaccess. Basically, all the classes that you want in the content structure menu must be declared, including the root node (if you have swapped the folder). Here's some details:http://ez.no/doc/ez_publish/technical_manual/4_0/reference/configuration_files/contentstructuremenu_ini/treemenu/showclasses
-- Company: mediaSELF Sp. z o.o., http://www.mediaself.pl eZ references: http://ez.no/partners/worldwide_partners/mediaself eZ certified developer: http://ez.no/certification/verify/272585 eZ blog: http://ez.ryba.eu
Geert Lybaert
Sunday 03 February 2008 2:27:36 pm
Hi
I'm having the same problem. The content tree won't expand.Checked the contentstructuremenu.ini:
<?php /* #?ini charset="utf-8"?
[TreeMenu] Dynamic=enabled ShowClasses[] ShowClasses[]=folder ShowClasses[]=user_group ShowClasses[]=documentation_page ShowClasses[]=event_calender ShowClasses[]=frontpage ShowClasses[]=forums*/ ?>
Seems okay, so stuck again ... :-( Thanks for any tips.Geert
Sunday 03 February 2008 9:08:43 pm
Doesn't something block your javascript?
Stéphane Bullier
Monday 04 February 2008 2:25:38 am
Your serveur is config with CGI/FastCGI.
Try to desactivate treemenu with this option in contentstructuremenu.ini
Dynamic=disabled
Stéphane
Monday 04 February 2008 8:00:03 am
Thanks Stéphane, your tip worked out to be the solution. CheersGeert
Monday 04 February 2008 4:52:53 pm
Hi Stéphane,
<i>> Your serveur is config with CGI/FastCGI.> Try to desactivate treemenu with this option in contentstructuremenu.ini</i>
You mean PHP in the CGI mode? How does that affect a feature that I though to be a browser-dependent? I have many CGI installations, never had a problem with the contentstructuremenu...
Thanks!