Content won't display using $module_result.content

Author Message

Nathan Kelly

Sunday 26 June 2005 8:03:37 pm

Hi there me again, I seem to be having some trouble getting my content to display, I have created my own template for my site access etc, and I have used the $module_result.content to display the content but nothing appears.

My debug output seems to show a problem with the ezTemplate but I have checked to see if the node/view/full.tpl file is in the correct place and it is in the design/standard/templates/node/view folder, I have also tried copying it to design/<mysiteacces>/templates/node/view but I still get the same warning.

here is the debug info.
Timing: Jun 27 2005 12:49:14

Script start

Timing: Jun 27 2005 12:49:14

Module start 'content'

Warning: eZTemplate Jun 27 2005 12:49:14

No template could be loaded for "node/view/full.tpl" using resource "design"

Timing: Jun 27 2005 12:49:14

Module end 'content'

Timing: Jun 27 2005 12:49:14

End
----

Could anyone please tell me what I may have done wrong for this to be happening?

Thanks in advance.

Pardon me while I burst into flames...

Nathan Kelly

Monday 27 June 2005 4:40:19 pm

Has anybody got any ideas please, I have spent many hours trying to figure out what the problem is but I can't find a solution due to lack of knowledge of the system.

If the site can't display content then I may as well give up, surly someone has some idea of what my be causing this EzTemplate WARNING?

Any ideas welcome.

Pardon me while I burst into flames...

Björn Dieding@xrow.de

Monday 27 June 2005 5:25:02 pm

{$module_result.content}

can be only used within templates with names like...

design:/(.*)pagelayout.tpl

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Nathan Kelly

Monday 27 June 2005 5:48:59 pm

Yes, thats right, but for some reason this is not working, my template looks like the following:-

		<div id="content">			
			
			<div id="layout-a">

				{include uri="design:page_mainarea.tpl"}

			</div>
			
			<div id="layout-b">
			
			</div>		
		
			<hr />
		
		</div>

and inside page_mainarea.tpl i have:-

{include uri="design:page_warning.tpl"}

{$module_result.content}

basicaly I have just copied the (PLAIN) pagelayout template from the install, this worked fine before I created my own template so I'm trying to find out what I have done wrong.

i.e. if my template is the same, then what might I have done to cause the ezTemplate warning? Could it be a bad ini setting and if so where should I look to correct this?

If I had to guess I'd think the path to node/view/full.tpl was somehow broken but I am unsure as to where it was broken, as I said in a previouse post I have checked that the full.tpl template is in the correct directory but it still cant find it.

Its very confusing?

Pardon me while I burst into flames...

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 09:41:22
Script start
Timing: Jan 19 2025 09:41:22
Module start 'layout'
Timing: Jan 19 2025 09:41:22
Module start 'content'
Timing: Jan 19 2025 09:41:23
Module end 'content'
Timing: Jan 19 2025 09:41:23
Script end

Main resources:

Total runtime0.8934 sec
Peak memory usage4,096.0000 KB
Database Queries60

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0059 589.3047152.6406
Module start 'layout' 0.00590.0045 741.945339.4766
Module start 'content' 0.01040.8818 781.4219560.8906
Module end 'content' 0.89220.0012 1,342.312516.1250
Script end 0.8934  1,358.4375 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.3668160.0002
Check MTime0.00140.1578160.0001
Mysql Total
Database connection0.00090.099410.0009
Mysqli_queries0.830992.9973600.0138
Looping result0.00080.0848580.0000
Template Total0.859396.220.4296
Template load0.00210.237520.0011
Template processing0.857295.940320.4286
Template load and register function0.00010.010610.0001
states
state_id_array0.00200.227910.0020
state_identifier_array0.00080.090520.0004
Override
Cache load0.00180.2002400.0000
Sytem overhead
Fetch class attribute can translate value0.00070.078220.0003
Fetch class attribute name0.00140.154960.0002
XML
Image XML parsing0.00110.118020.0005
class_abstraction
Instantiating content class attribute0.00000.002180.0000
General
dbfile0.00130.1433220.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
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/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: 22
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs