RE: Stack Undeflow with Execute

2000-04-07 Thread Gerald Richter
> > 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

Re: Stack Undeflow with Execute

2000-04-06 Thread Wim Kerkhoff
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

RE: Stack Undeflow with Execute

2000-04-06 Thread Wim Kerkhoff
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

Re: Stack Undeflow with Execute

2000-04-06 Thread ___cliff rayman___
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

Stack Undeflow with Execute

2000-04-06 Thread Wim Kerkhoff
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