Forums / Developer / form/process: different template

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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