> I do this on every single page, and it took me a while to find it too.
>
> Do this in your httpd.conf:
> SetEnv EMBPERL_OPTIONS 2048
>
Yes but sometimes you want only do it for some pages, then you can write
[- $optDisableTableScan = 1 -]
in front of the table
Gerald
---
I do this on every single page, and it took me a while to find it too.
Do this in your httpd.conf:
SetEnv EMBPERL_OPTIONS 2048
See http://perl.apache.org/embperl/Embperl.pod.3.html#EMBPERL_OPTIONS for more
info, in particular optDisableTableScan = 2048.
On 27-Jun-2000 Nicolas Parody wrote:
> Hi
Hi,
Another stupid question from me that I couldn't solve after looking through
the documentation.
I have file that contains just the following:
[+ $stuff +]
Note that there are no table tags since these are in a different file.
However I keep getting errors like " outside of table".