Forums / Install & configuration / Dynamic menu - closed
scrieler _
Saturday 08 March 2008 1:53:15 am
hi all,
me use eZ 4.0 /
all new ez install's dont run with dynamic menu in the backendif i wanna look at a node for a eznode: linking, he cant find the site...
my older install's run perfektly...
plz help, thx
Piotrek Karaś
Saturday 08 March 2008 2:39:08 am
Can you access the subnodes with the subitems window?
-- 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
Saturday 08 March 2008 4:40:28 am
yeah, i can.if i set dynamic menu to turn off, i have access to the left menu too.
i thought it could be a ajax misstake, but dont know, all older installs are ok...
Sunday 09 March 2008 9:49:44 pm
I know about two problems by now:
1) it doesn't always work in CGI/FastCGI mode2) default root .htaccess entries sometimes mess it up
Also, look here:http://ez.no/developer/forum/install_configuration/no_nodes_in_content_tree/re_no_nodes_in_content_tree
Monday 10 March 2008 1:57:06 am
big thx!!!
i didn't update my .htaccessin my old install's i have
ForceVirtualHost=true
and
DirectoryIndex index.php
RewriteEngine On RewriteCond %{HTTP_HOST} ^webdav\..*RewriteRule ^(.*) webdav.php [L]
RewriteCond %{HTTP_HOST} ^soap\..*RewriteRule ^(.*) soap.php [L]
RewriteRule ^var/cache/debug.html.* - [L] RewriteRule ^var/[^/]+/cache/debug.html.* - [L] Rewriterule ^var/storage/.* - [L] Rewriterule ^var/[^/]+/storage/.* - [L] RewriteRule ^var/cache/texttoimage/.* - [L] RewriteRule ^var/[^/]+/cache/texttoimage/.* - [L] Rewriterule ^design/[^/]+/(stylesheets|images|javascript)/.* - [L] Rewriterule ^share/icons/.* - [L] Rewriterule ^extension/[^/]+/design/[^/]+/(stylesheets|images|javascripts?)/.* - [L] Rewriterule ^packages/styles/.+/(stylesheets|images|javascript)/[^/]+/.* - [L]RewriteRule .* index.php [L]
in my .htaccess