Re: [htmltmpl] Strange Error during $template->output()
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2002-08-14 06:25:10
|
On Tue, 13 Aug 2002, Kenny Smith wrote: > I just got this error, which seems to be intermitant... I'm using H::T 2.3, > apache 1.3.26, and mod_perl 1.27, anyone seen it before? > > HTML::Template::output() : Unknown item in parse_stack : at > .../HTML/Template.pm line 2503 This is an "impossible" error that should never occur. It checks that the object found on the stack is of a known type. Since _parse() only puts objects of known types onto the stack there's really no reason this error should be firing. What kind of options are you using to new()? It occurs to me that this might happen if you were using file_cache or shared_cache across versions of HTML::Template. Nothing else pops to mind though... Could you try the most recent version of HTML::Template and see if that helps? -sam |