[Templates] Context.pm 502
Josh Rosenbaum
josh@infogears.com
Thu, 02 Feb 2006 11:08:41 -0700
Tony Santucci wrote:
> I=92m noticing occurrences of errors on Context.pm line 502=
.
> Can anyone tell me what can be causing this, the only thing=
=20
> I=92ve been able to reproduce
> on it is attempting to PROCESS a template that doesn=92t=20
> exist. Has anyone else seen
> this error before?
What error are you getting Tony? If you're trying to process a=20
template that doesn't exist you will most likely error out because of=20
that. You should probably use a TRY CATCH construct for that if you=20
have a good reason for doing it.
See:
http://www.template-toolkit.org/docs/plain/Manual/Directives.html#Excepti=
on_Handling_and_Flow_Control
-- Josh