Re: Sending zip file to browser

2002-05-20 Thread Andrew O'Brien
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

auto-selecting OPTION not working

2002-05-20 Thread Jason Bodnar
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

Re: Embperl handling DocumentRoot

2002-05-20 Thread Gavin Carr
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

Re: Handling Errors with 2.0b7

2002-05-20 Thread Cameron McBride
> > 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

Re: Sending zip file to browser

2002-05-20 Thread Scott Chapman
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

Re: Handling Errors with 2.0b7

2002-05-20 Thread Gerald Richter
> > 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

Re: Possible 2.0b7 issues OR Setup help

2002-05-20 Thread Gerald Richter
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