RE: Re: RE: Re: RE: RE: RE: RE: useless error message

2007-02-01 Thread Richter, Gerald
TECTED] > Sent: Friday, January 26, 2007 7:10 PM > To: Richter, Gerald > Cc: embperl > Subject: Re: RE: Re: RE: RE: RE: RE: useless error message > > Thanks Gerald, but I don't seem to get it working: > > using lighttpd > > setenv.add-environment = ( >

Re: RE: Re: RE: RE: RE: RE: useless error message

2007-01-26 Thread Daniel
Thanks Gerald, but I don't seem to get it working: using lighttpd setenv.add-environment = ( "EMBPERL_SESSION_HANDLER_CLASS" => "no", "EMBPERL_ESCMODE" => "0", "EMBPERL_OPTIONS" => "0x800", #optShowBacktrace = 0x800 "EMBPERL_INPUT_ESCMODE" => "0", "

RE: Re: RE: RE: RE: RE: useless error message

2007-01-26 Thread Richter, Gerald
> > Is there a CGI equivalent environmental variable to set? > It's in EMBPERL_OPTIONS, you should look up the right numeric value from the docs Gerald > > On Tue, Oct 24, 2006 at 05:32:20AM +0200, Gerald Richter wrote: > > > > > > My point is that perl by default will give the stack trace

Re: RE: RE: RE: RE: useless error message

2007-01-25 Thread Daniel
Is there a CGI equivalent environmental variable to set? On Tue, Oct 24, 2006 at 05:32:20AM +0200, Gerald Richter wrote: > > > > My point is that perl by default will give the stack trace > > when calling it from commandline, and embperl does not show it. > > > > Embperl passes through whatev

RE: RE: RE: RE: useless error message

2006-10-23 Thread Gerald Richter
> > My point is that perl by default will give the stack trace > when calling it from commandline, and embperl does not show it. > Embperl passes through whatever Perl provides as error message. You can set optShowBacktrace to get additional information about the calltree within Embperl Execut

Re: RE: RE: RE: useless error message

2006-10-23 Thread Daniel
On Wed, Oct 11, 2006 at 04:36:46PM +0200, Gerald Richter wrote: > hi, > > > > On Fri, Oct 06, 2006 at 06:33:28AM +0200, Gerald Richter wrote: > > > Hi, > > > > > > > > > > > > I'm getting this email message when trying to load a > > > > page, however, > > > > > > there's no version.pm anywhere th