empty ezxhtmlxmloutput after standard template

Author Message

Esteban Rodriguez

Wednesday 18 April 2007 12:07:13 pm

Hello there,

I am having an odd problem with some xml text attributes in a standard eZ installation using the latest revision of eZPublish 3.9.2

When I show the contents of a xml text attribute via the standard template, for example in the intro field of an article:

{attribute_view_gui attribute=$node.data_map.intro}

This calls up the template in design/standard/templates/content/datatype/view/ezxmltext.tpl

Now when the template displays the content of the xml text field in $module_result.content, the property .output.output_text is emptied after the output, so any other later call to that property returns an empty string.

for example, debugging design/standard/templates/content/datatype/view/ezxmltext.tpl

{$attribute.content.output.output_text|attribute(show)} {*this brings data*}
{$attribute.content.output.output_text}
{$attribute.content.output.output_text|attribute(show)} {*this is empty !!!!!!!! *}

is this a bug? am I doing something wrong?

regards,

I have great faith in fools; self-confidence my friends call it.

http://presencia.net

Esteban Rodriguez

Wednesday 18 April 2007 12:18:11 pm

Update:

I solved the issue with the following code in an override for ezxmltext.tpl

{def $somevar=$attribute.content.output}
{$somevar.output_text}

This avoids the effect of breaking the content of the xmltext field.

I would like to know why it happened, though. It's the first time I see it happen.

I have great faith in fools; self-confidence my friends call it.

http://presencia.net

Bin LIU

Friday 11 May 2007 2:32:14 am

I met the seam bug of eZPublish 3.9.1

In front :

{attribute_view_gui attribute=$node.data_map.intro}

debugging design/standard/templates/content/datatype/view/ezxmltext.tpl

{$attribute.content.output|attribute(show,1)}

i get <b>output_text is empty</b> :

Attribute 	Type 	Value
output_text 	string 	''
aliased_type 	boolean 	false
aliased_handler 	NULL 	
view_template_name 	string 	'ezxmltext'

But in BackOffice
The same template design/standard/templates/content/datatype/view/ezxmltext.tpl
i get <b>output_text is not empty</b>.

Attribute 	Type 	Value
output_text 	string 	'**************   XML    ***********'
aliased_type 	boolean 	false
aliased_handler 	NULL 	
view_template_name 	string 	'ezxmltext'

Anybody know Why ??????????????????thanks

=== Lagardère Active ===

Fetch random
http://projects.ez.no/la_fetch_random
LA Static Cache
http://projects.ez.no/lastaticcache
LA Bookmarks (jquery)
http://projects.ez.no/labookmark
LA Calendar (jquery)
http://projects.ez.no/lacalendar

My site ez
http://lingping.info

Bin LIU

Friday 11 May 2007 2:51:43 am

This is the XML for Summary (Requis) in my Backoffice :


<table class="comparison" border="0" width="878px">
  <tr>
    <td><embed size="original" align="left" href="ezobject://173" /></td>
    <td><strong>XXX</strong>

XXXXXXX <link target="_blank" href="http://www.XXX.fr/">XXX</link>.</td>
    <td></td>
  </tr>
</table>


<b>the problem come from the table ?? because i have other XML without "table" works well !!</b>

=== Lagardère Active ===

Fetch random
http://projects.ez.no/la_fetch_random
LA Static Cache
http://projects.ez.no/lastaticcache
LA Bookmarks (jquery)
http://projects.ez.no/labookmark
LA Calendar (jquery)
http://projects.ez.no/lacalendar

My site ez
http://lingping.info

Bin LIU

Friday 11 May 2007 3:07:15 am

OK, when i add something in "body", the 2 XML bloc (intro and body) work.

It's strange but i don't know !!! strange strange strange !!!

=== Lagardère Active ===

Fetch random
http://projects.ez.no/la_fetch_random
LA Static Cache
http://projects.ez.no/lastaticcache
LA Bookmarks (jquery)
http://projects.ez.no/labookmark
LA Calendar (jquery)
http://projects.ez.no/lacalendar

My site ez
http://lingping.info

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

Main resources:

Total runtime0.9135 sec
Peak memory usage4,096.0000 KB
Database Queries63

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 588.0469152.6406
Module start 'layout' 0.00560.0030 740.687539.4766
Module start 'content' 0.00850.9031 780.1641577.7422
Module end 'content' 0.91170.0018 1,357.906320.1250
Script end 0.9135  1,378.0313 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.3564160.0002
Check MTime0.00130.1415160.0001
Mysql Total
Database connection0.00050.055010.0005
Mysqli_queries0.848192.8359630.0135
Looping result0.00060.0632610.0000
Template Total0.879496.320.4397
Template load0.00210.233520.0011
Template processing0.877396.027920.4386
Template load and register function0.00010.011510.0001
states
state_id_array0.00080.086610.0008
state_identifier_array0.00140.152520.0007
Override
Cache load0.00170.1881440.0000
Sytem overhead
Fetch class attribute can translate value0.00060.064920.0003
Fetch class attribute name0.00170.186170.0002
XML
Image XML parsing0.00300.332220.0015
class_abstraction
Instantiating content class attribute0.00000.0025100.0000
General
dbfile0.00270.2934210.0001
String conversion0.00000.001140.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
5content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
13content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
8content/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: 34
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs