Tony Santucci wrote:
> I’m noticing occurrences of errors on
Context.pm line 502.
> Can anyone tell me what can be causing
this, the only thing
> I’ve been able to reproduce
> on it is attempting to PROCESS a template
that doesn’t
> exist. Has anyone else seen
> this error before?
What error are you getting Tony? If you're trying to process
a
template that doesn't exist you will most likely error out
because of
that. You should probably use a TRY CATCH construct for that
if you
have a good reason for doing it.
See:
http://www.
template-toolkit.org/docs/plain/Manual/Directives.html#Excep
tion_Handling_and_Flow_Control
-- Josh
_______________________________________________
templates mailing list
templates template-toolkit.org
http://lists.template-toolkit.org/mailman/listinfo/t
emplates
|