Forums / Developer / form/process: different template

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