Share » Forums » Developer » Template Debug

Template Debug

Template Debug

Monday 19 July 2010 4:22:36 am - 5 replies

Author Message

Yannick Komotir

Monday 19 July 2010 4:49:26 am

Hi,

You can look at http://ez.no/doc/ez_publish/technical_manual/4_x/reference/template_functions/debugging

<|- Software Engineer @ eZ Publish developpers -|>
@ http://twitter.com/yannixk

Kévin S.

Tuesday 20 July 2010 12:39:47 am

Bonjour Jean-Marc.

You can show template debug very easily : in the site.ini.append.php of your siteaccess (located in eZPublishRoot/settings/siteaccess/[your siteaccess]/) you just have to add :

[DebugSettings]
DebugOutput=enabled

[TemplateSettings]
Debug=enabled
ShowUsedTemplates=enabled

You can also do it from the front-office editing interface, which you can access using the "login" page, without checking the checkbox "go in administration interface". Then you can choose which debug you want to display or to hide.

Brandon Chambers

Wednesday 21 July 2010 10:30:29 am

If you're having trouble with an object or node you can examine the structure of the node or object by using template code:

{$node|attribute('show',1)}

or

{$node.data_map|attribute('show',1)}

The second parameter in the attribute operator will allow you to control the depth of the debug output. I have them set as a level of 1. You can try 2 or 3 (keep in mind the page will look huge and is less readable) but I suggest no more than 2 levels if necessary.

Brandon Chambers
brandon@granitehorizon.com
blog: http://blog.divdesigns.com
Granite Horizon / http://granitehorizon.com

Nicolas Pastorino

Wednesday 21 July 2010 1:53:11 pm

Another useful, undocumented one is :

{debug-log var=$myVar msg='var dumping $myVar'}

It will show in the debug output (which needs to be enabled, see Kévin's post above about this) your template variable, like a var_dump() in PHP, under a section called 'var dumping $myVar'.

Hope this helps !
Cheers,

--
Nicolas Pastorino
Director Community - eZ
Member of the Community Project Board

eZ Publish Community on twitter: http://twitter.com/ezcommunity

t : http://twitter.com/jeanvoye
G+ : http://plus.tl/jeanvoye

Gaetano Giunta

Thursday 22 July 2010 3:17:12 am

You can also use the ezdebug extension (http://projects.ez.no/ezdebug_template_operator) to get a few useful debugging operators

Principal Consultant International Business
Member of the Community Project Board

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu