On Mon, May 20, 2002 at 08:18:26AM -0700, Scott Chapman wrote:
> Gerald,
> Thanks for the followup. I have two questions:
>
> 1) By extra space in the file, you mean outside the [- -] embperl
> constructs right? (This can't be there because it will be sent to
> the browser which will cause prob
I have a list in my page but Embperl is not setting the default based
on form data. Here's the code:
[- use constant CATEGORIES => ['Print', 'Collateral', 'Broadcast'] -]
Category:
[- $fdat{category} = $data->{$fdat{item}}->{category} -]
[+ $fdat{category} +]
[$ foreach $category (@{CATEG
Hi Daniel,
On Sun, May 19, 2002 at 06:32:37PM -0700, Daniel Barbar wrote:
>
> SetHandler perl-script
> PerlHandler HTML::Embperl
> Options ExecCGI
>
>
> The Perl code seems to be recognized and processed just fine, however, the
> tage doesn't work. I have verified
> > 1. First off, I could not seem to get Embperl to email errors to me,
> >using the EMBPERL_MAIL_ERRORS_TO and associated configs. Is this
> >working? Is there something else I need to do to make it work?
> >
>
> Did you try the EMBPERL_MAIL_DEBUG? Does it give any informations?
Yes
Gerald,
Thanks for the followup. I have two questions:
1) By extra space in the file, you mean outside the [- -] embperl constructs
right? (This can't be there because it will be sent to the browser which will
cause problems, right?)
2) Don't you have to do something fancy with the http outp
>
> 1. First off, I could not seem to get Embperl to email errors to me,
>using the EMBPERL_MAIL_ERRORS_TO and associated configs. Is this
>working? Is there something else I need to do to make it work?
>
Did you try the EMBPERL_MAIL_DEBUG? Does it give any informations?
>
> 2. Request
Hi,
I have added debugging code to the configuration part. Please start the
httpd with
httpd -D EMBPERL_APDEBUG
and catch the output on the console, make your requests and look into the
error log of the httpd.
Please send me your httpd.conf, the console output and the error log, along
with the