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.

eZ debug

Timing: Jan 19 2025 14:02:29
Script start
Timing: Jan 19 2025 14:02:29
Module start 'layout'
Timing: Jan 19 2025 14:02:29
Module start 'content'
Timing: Jan 19 2025 14:02:30
Module end 'content'
Timing: Jan 19 2025 14:02:30
Script end

Main resources:

Total runtime0.6054 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0048 589.2813152.6406
Module start 'layout' 0.00480.0024 741.921939.4766
Module start 'content' 0.00730.5965 781.3984505.1016
Module end 'content' 0.60380.0015 1,286.500012.1406
Script end 0.6053  1,298.6406 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.5243160.0002
Check MTime0.00140.2288160.0001
Mysql Total
Database connection0.00070.118110.0007
Mysqli_queries0.557592.0972570.0098
Looping result0.00050.0770550.0000
Template Total0.578795.620.2893
Template load0.00210.343120.0010
Template processing0.576695.243320.2883
Template load and register function0.00020.030710.0002
states
state_id_array0.00070.119410.0007
state_identifier_array0.00070.116320.0004
Override
Cache load0.00170.2883370.0000
Sytem overhead
Fetch class attribute can translate value0.00060.097520.0003
Fetch class attribute name0.00100.157330.0003
XML
Image XML parsing0.00030.046920.0001
class_abstraction
Instantiating content class attribute0.00000.001230.0000
General
dbfile0.00050.0898100.0001
String conversion0.00000.001740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 21
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs