html code is disappearing sometimes

Author Message

Tomek Klaudel

Friday 26 August 2005 12:14:35 am

Hello everybody,

Here is my template code - nothing special.

	{section show=$node.object.contentclass_id|eq(18)}
		{def $my_node=fetch( 'content', 'node', hash( 'node_id', $node.object.main_parent_node_id) )}
		{section name=Rel loop=$my_node.object.related_contentobject_array}
		  {section show=$Rel:item.name|eq( $my_node.name )}
			{attribute_view_gui attribute=$Rel:item.data_map.image image_class=large}
		  {/section}
		{/section}
		{section name=Rell loop=$my_node.object.related_contentobject_array max=9}
					{attribute_view_gui attribute=$Rell:item.data_map.image image_class=small}
		{/section}
	{section-else}
		{section name=Rel loop=$node.object.related_contentobject_array max=1}
					{attribute_view_gui attribute=$Rel:item.data_map.image image_class=large}
		{/section}
		{section name=Rell loop=$node.object.related_contentobject_array max=9 offset=1}
					{attribute_view_gui attribute=$Rell:item.data_map.image image_class=small}
		{/section}
	{/section}

But can enybody explain me why, when first time after cache flush I'm displaing page, this code generate output as expected, but when I'm refreshing page again this output dissappear?

Is this case, that I'm using <i>section</i> deprecated template element in 3.6.1?

In addition in other part of my site I have same effect.

Thanks tor any suggestions.

Tomek Klaudel

Friday 26 August 2005 1:12:25 am

I've just tried with new template syntax. I changed:

		<li>
			{def $pathitem=$module_result.path[2]}
			{section show=$pathitem.url}
				{section show=is_set($pathitem.url_alias)}
					<a href={$pathitem.url_alias|ezurl}>{$pathitem.text|wash}</a>
				{/section}
			{/section}
			<ul>
			{def $nn=fetch( 'content', 'node', 
					   hash( 'node_id', $pathitem.node_id ) )}
			{def $nodes=fetch( 'content', 'list', 
					   hash( 'parent_node_id', $pathitem.node_id,
							  'sort_by',  array( 'published', false() ),
							  'class_filter_type',  'include',
							  'class_filter_array', array( '18' ) ) )}
			{foreach $nodes as $node}
				<li><a href={$node.url_alias|ezurl}>{$node.name|wash}</a></li>
			{/foreach}
			</ul>
		</li>

to:

		<li>
			{def $pathitem=$module_result.path[2]}
			<a href="#">{$pathitem.text|wash}</a>
			<ul>
			{def $nn=fetch( 'content', 'node', 
					   hash( 'node_id', $pathitem.node_id ) )}
			{def $nodes=fetch( 'content', 'list', 
					   hash( 'parent_node_id', $pathitem.node_id,
							  'sort_by',  array( 'published', false() ),
							  'class_filter_type',  'include',
							  'class_filter_array', array( '18' ) ) )}
			{foreach $nodes as $node}
				<li><a href={$node.url_alias|ezurl}>{$node.name|wash}</a></li>
			{/foreach}
			</ul>
		</li>

And it's still disappearing after refresh...
I have TemplateCompile and TemplateCache switched off.

Any idea?

Tomek Klaudel

Friday 26 August 2005 1:33:06 am

This is next part of my monologue :)

I found that:

{let attrs=$node.object}
{$attrs|attribute(show,1)}

is also disapearing after refresh. I reported that as a bug.

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 18 2025 16:02:25
Script start
Timing: Jan 18 2025 16:02:25
Module start 'layout'
Timing: Jan 18 2025 16:02:25
Module start 'content'
Timing: Jan 18 2025 16:02:26
Module end 'content'
Timing: Jan 18 2025 16:02:26
Script end

Main resources:

Total runtime0.9075 sec
Peak memory usage4,096.0000 KB
Database Queries55

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0065 589.1641152.6406
Module start 'layout' 0.00650.0029 741.804739.4609
Module start 'content' 0.00950.8965 781.2656442.4141
Module end 'content' 0.90600.0015 1,223.679712.4688
Script end 0.9075  1,236.1484 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.3610160.0002
Check MTime0.00140.1533160.0001
Mysql Total
Database connection0.00080.092610.0008
Mysqli_queries0.863895.1813550.0157
Looping result0.00080.0835530.0000
Template Total0.875996.520.4379
Template load0.00200.222020.0010
Template processing0.873896.287720.4369
Template load and register function0.00020.025210.0002
states
state_id_array0.00120.133510.0012
state_identifier_array0.00140.150020.0007
Override
Cache load0.00160.1793230.0001
Sytem overhead
Fetch class attribute can translate value0.00050.059610.0005
Fetch class attribute name0.00120.136430.0004
XML
Image XML parsing0.00010.011210.0001
class_abstraction
Instantiating content class attribute0.00000.001130.0000
General
dbfile0.00070.0718100.0001
String conversion0.00000.000840.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
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 17
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs