>
> In this case I did have all the proper tags. The
>
> was being printed out by header.html, and the closing tags for
> each of these
> was being printed out by footer.html.
>
> The problem was that Embperl "forgot" that it had processed the open tags
> already. So I just did a SetEnv EMBPERL
On 06-Apr-2000 ___cliff rayman___ wrote:
> a stack underflow occurs in embperl when there is a tag mismatch.
>
> verify that before the footer.html is to execute, the html syntax tree
> currently has an open.
>
>
In this case I did have all the proper tags. The
was being printed out by head
On 06-Apr-2000 Wim Kerkhoff wrote:
> Hi all,
>
> I'm getting a Stack Underflow when using Execute.
>
> I have one script "users.html", which does a [- Execute ('header.html') -].
> This works just fine.
>
> However, I get the Stack Underflow when doing a [- Execute ('footer.html') -]
> furthu
a stack underflow occurs in embperl when there is a tag mismatch.
verify that before the footer.html is to execute, the html syntax tree
currently has an open.
___cliff rayman___
genwax.com
Wim Kerkhoff wrote:
> Hi all,
>
> I'm getting a Stack Underflow when using Execute.
>
> I have
Hi all,
I'm getting a Stack Underflow when using Execute.
I have one script "users.html", which does a [- Execute ('header.html') -].
This works just fine.
However, I get the Stack Underflow when doing a [- Execute ('footer.html') -]
furthur down. footer.html is very simple, it currently cont