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




-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to