RE: Help with a weird problem.

2000-04-10 Thread Gerald Richter
> > Er, one little gotcha to this. The variable is > "$optDisableTableScan," not > "$optDisableHtmlTableScan." That was a head-scratcher until I grepped the > Embperl source. Yes, you are right. It was a typo from me, but you don't have to grep the source. It's all in the docs, look here http:/

Re: Help with a weird problem.

2000-04-09 Thread Frank Mayhar
Gerald Richter wrote: > Stack underflow means that there are less opening items and then closing > ones. The problem in your case is, that the closing /tr is inside a file you > include with Execute but the opening isn't. The opening and closing tags > must match inside _one_ file. The solution fo

Re: Help with a weird problem.

2000-04-09 Thread Frank Mayhar
Gerald Richter wrote: > Stack underflow means that there are less opening items and then closing > ones. The problem in your case is, that the closing /tr is inside a file you > include with Execute but the opening isn't. The opening and closing tags > must match inside _one_ file. The solution fo

RE: Help with a weird problem.

2000-04-09 Thread Gerald Richter
> > I'm using the Apache::iNcom webstore suite (which uses Embperl to get the > job done) to set up an online store and I've run into a very, very weird > problem. When I try to go from the frontpage into the store itself, I get > a stack underflow on a in an included file. And I can't figure o

Help with a weird problem.

2000-04-09 Thread Frank Mayhar
I'm using the Apache::iNcom webstore suite (which uses Embperl to get the job done) to set up an online store and I've run into a very, very weird problem. When I try to go from the frontpage into the store itself, I get a stack underflow on a in an included file. And I can't figure out why. I