unexpected use of base design

Author Message

James Ward

Thursday 14 October 2004 9:02:56 am

I have moved the path.tpl file from the templates/parts directory of the base design and called it in my current design pagelayout with
{include uri="design:path.tpl"}

But it can't find the tpl in my design. I get the following error:

Notice:  	Oct 14 2004 11:56:28

eZTemplate: Loading template "path.tpl" with resource "design"

Warning: eZTemplate 	Oct 14 2004 11:56:28

No template could be loaded for "path.tpl" using resource "design"

If I switch the include statement back to {include uri="design:parts/path.tpl"} then it loads from the base design without a problem. I just can not seem to get it to load from my current design.

The pagelayout.tpl and the path.tpl are both in the template directory of my design folder. Any suggestions would be much appreciated.

working at www.wardnet.com
blogging at www.jamesward.ca

James Ward

Thursday 14 October 2004 11:17:55 am

I had to add the following to my site.ini override:

[DesignSettings]
AdditionalSiteDesignList[]=my_design

Now it looks in my design folder first.

working at www.wardnet.com
blogging at www.jamesward.ca

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 31 2025 00:37:38
Script start
Timing: Jan 31 2025 00:37:38
Module start 'layout'
Timing: Jan 31 2025 00:37:38
Module start 'content'
Timing: Jan 31 2025 00:37:38
Module end 'content'
Timing: Jan 31 2025 00:37:38
Script end

Main resources:

Total runtime0.0237 sec
Peak memory usage4,096.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0053 588.1328151.2109
Module start 'layout' 0.00530.0042 739.3438220.6875
Module start 'content' 0.00950.0130 960.0313997.9141
Module end 'content' 0.02250.0012 1,957.945329.9922
Script end 0.0237  1,987.9375 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002611.1021140.0002
Check MTime0.00114.4882140.0001
Mysql Total
Database connection0.00083.546410.0008
Mysqli_queries0.002811.791930.0009
Looping result0.00000.067310.0000
Template Total0.00083.510.0008
Template load0.00072.796410.0007
Template processing0.00020.737010.0002
Override
Cache load0.00051.907710.0005
General
dbfile0.00124.846780.0001
String conversion0.00000.021140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs