Hi Scott,

>Why doesn't this work? I'm trying to use the new errors array in 1.3b5 and
it always comes back empty.

There is no new @errors Array. The only thing I wrote is, that when you are
inside of an Apache ErrorDocument, you can retrieve the error messages with

> $errors = $req_rec -> pnotes('EMBPERL_ERRORS') ;

Gerald

On 18 Aug 2000, at 11:22, Gerald Richter wrote:

>
>
> <Location /embperl/errdoc>
> SetHandler perl-script
> PerlHandler HTML::Embperl
> Options ExecCGI
> PerlSetEnv EMBPERL_OPTIONS 262144
> ErrorDocument 500 /html/errmsg.htm
> </Location>
>
> When an error occurs the document /html/errmsg.htm will be shown, which
> could of course (unless you run on WinNT) again an Embperl page (or
another
> script). In 1.3b5 (which I will soon release, or fetch it from the CVS)
you
> can retrieve any any errors that Embperl would normaly display with
>
> $errors = $req_rec -> pnotes('EMBPERL_ERRORS') ;
>
> where $errors is a array ref containing all the error message.
>
> Gerald
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



--
Scott Chapman
Technical Support Specialist
Lund Performance Solutions
[EMAIL PROTECTED] or [EMAIL PROTECTED]
Phone: 541-926-3800 www.lund.com


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

Reply via email to