>
>   I  have a problem with execute function in embperl. My page has a header
and a
>   footer  file  which is called using execute. Embperl does HTML syntax
checking
>   (btw,  how  can i turn this off). After i have corrected all the html
mistakes
>   it gives me the following error:
>
>   [31080]ERR: 2: Line 2: Stack Underflow
>

This could happen if a <table> starts in your header and ends in your
footer. If you have enabled dynamic tables the start and end of the table
must be in the same file. As you already found out, you can disable dynamic
tables for the particular file, with $optDisableHtmlTable

Gerald



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to