Left Menu and Top Menu disappeared

Author Message

Martin Ulrich

Friday 10 September 2004 6:13:09 am

I do some changes in ini settings (3.4.1) Since that my Left Menu and Top Menu disappeared. Only the first item "contact us" is still there in both menus. But all the other folders (standard section News) disappeared.

To solve this problem

1.) I made a new clean installation in another database, take all ini files from that installation and move to my problemchild: nothing.

2.) Than I restore 2 weeks old database, which works fine that day, but now: nothing.

3.) make a new siteaccess/sitedesign: no Folders in menus, but "contact us" !!! :-(((

now idea what it could be.

perfect feeling

:-)

hi

PS
in admin view all folders are there.

_______________________

http://artenic.de ARTENIC - Publishing mit allen Mitteln!

Lazaro Ferreira

Friday 10 September 2004 7:39:43 am

Hi,

what about checking the menu templates for code that excludes your folders ?
"Contact us" is an object of a feedback form class, so it is not a folder class

turn on your template Debug if you need help on it

this can't be more than a guess :-)

Lazaro

P.D To be sure of any change, you should clear all caches

Lazaro
http://www.mzbusiness.com

Martin Ulrich

Thursday 30 September 2004 9:01:58 am

Thank you.
I think, something is wrong with my installation. I use <i>flatleft.tpl</i>
I'm not a professional programmer, sometimes I do it by "trial an error".
what I found:

Works NOT: (menu disapeared, dont know why)

{let docs=treemenu( $module_result.path,
     				$module_result.node_id,
				array( 'folder' ),
                                1, 5)
                                depth=1}

WORKS :

{let docs=treemenu( $module_result.path,
     				$module_result.node_id,
				array( 1 ),
                                1, 5)
                                depth=1}

WORKS too:

{let docs=treemenu( $module_result.path,
     				$module_result.node_id,
				array(),
                                1, 5)
                                depth=1}

The first case is often mentioned in this forum. It should be workin, but doesnt with my installation. Dont know why.

Perhaps my next problem depends on that. When I called the basked, menu disappeares also.

Debug says:
Unknown template variable 'module_result' in namespace ''

_______________________

http://artenic.de ARTENIC - Publishing mit allen Mitteln!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.