form/process: different template

Author Message

Thomas Brandl

Wednesday 24 September 2003 9:36:51 am

Hi, I was trying to make /form/process.php display some other template than process.tpl.

No success. The file is in the same directory with full rights. Debug says this:
No template could be loaded for "form/error.tpl" using resource "design"

and loadURIData in eztemplate prints this as $resourceData:

Array
(
[text] =>
[root-node] =>
[compiled-template] =>
[time-stamp] =>
[key-data] =>
[uri] => design:form/error.tpl
[resource] => design
[template-name] => form/error.tpl
[template-filename] => form/error.tpl
[handler] => eztemplatedesignresource Object
(
[Keys] => Array
(
[section] => 1
)
[OnlyStandard] =>
[Name] => design
[ServesStaticData] => 1
[TemplateCache] => Array
(
)
)
)

compared to all other templates used, everything seems allright to me!

Where's the problem??
Thanks again!
t

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

Main resources:

Total runtime0.6534 sec
Peak memory usage4,096.0000 KB
Database Queries46

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0070 587.9141152.6250
Module start 'layout' 0.00700.0023 740.539139.4453
Module start 'content' 0.00930.6430 779.9844405.7109
Module end 'content' 0.65230.0011 1,185.69538.1563
Script end 0.6534  1,193.8516 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.5127160.0002
Check MTime0.00160.2415160.0001
Mysql Total
Database connection0.00130.201310.0013
Mysqli_queries0.615894.2458460.0134
Looping result0.00030.0527440.0000
Template Total0.627196.020.3136
Template load0.00220.331720.0011
Template processing0.625095.640920.3125
Template load and register function0.00010.017310.0001
states
state_id_array0.00090.138910.0009
state_identifier_array0.00070.103820.0003
Override
Cache load0.00190.2855360.0001
Sytem overhead
Fetch class attribute can translate value0.00050.069010.0005
Fetch class attribute name0.00060.086310.0006
XML
Image XML parsing0.00010.017410.0001
class_abstraction
Instantiating content class attribute0.00000.000610.0000
General
dbfile0.00060.0849100.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
1content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/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: 10
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs