Setup of CGI.pm

2002-06-27 Thread Martin Strigl
In short: 1.) I had the problem to get the "Setup of CGI.pm failed" error message sometimes. I could not reproduce this error, no matter what i tried. 2.) So i wrote Gerald and asked him for help. 3.) His answer was that this happens if someone sends inco

Re: Setup of CGI.pm failed

2001-10-17 Thread Gerald Richter
ltipart() in CGI.pm called, upload length 949716 > 10:30:30 - my logging in CGI.pm reports first file of batch started > 10:31:58 - my logging in CGI.pm reports first file of batch completed successfully > 10:31:58 - my logging in CGI.pm reports second file of batch started > 10:32:17 - S

Re: Setup of CGI.pm failed

2001-10-17 Thread Chris Allen
part() in CGI.pm called, upload length 949716 10:30:30 - my logging in CGI.pm reports first file of batch started 10:31:58 - my logging in CGI.pm reports first file of batch completed successfully 10:31:58 - my logging in CGI.pm reports second file of batch started 10:32:17 - Setup of CGI.pm fail

Re: Setup of CGI.pm failed

2001-10-10 Thread Gerald Richter
> > > When CGI fails, does it contain any usefull information ? > > It's empty. Always. > ok, I just wanted to make sure it didn't get lost, because there was nothing in the Embperl error message. So we have verified that CGI.pm really doesn't set's $@ > > Also the user often (but not always) ge

Re: Setup of CGI.pm failed

2001-10-08 Thread Chris Allen
On Thu, Oct 04, 2001 at 09:07:40PM +0200, Gerald Richter wrote: > > Could you print out $@ directly after the > > eval { $cgi = new CGI } ; > When CGI fails, does it contain any usefull information ? It's empty. Always. > > In past sometimes it has helped to upgrade CGI.pm in such cases,

Re: Setup of CGI.pm failed

2001-10-04 Thread Gerald Richter
> > Thanks Gerald - unfortunately I still don't know *WHY* CGI.pm dies - > and I am lost about how to find out. > > I have put in a log line just after the eval to dump %ENV, but this > does not look particularly unusual. > Could you print out $@ directly after the eval { $cgi = new CGI } ;

Re: Setup of CGI.pm failed - what does this mean?

2001-08-23 Thread Gerald Richter
> > Nope, nothing except that line (and an email from the customer complaining). > Does it normaly work ? Any chance to reproduce it ? If yes, does it only occur with a special browser ? > Anywhere I could put some code for extra logging? > You can take a look at the CGI.pm docu if there is any

Re: Setup of CGI.pm failed - what does this mean?

2001-08-22 Thread Chris Allen
On Wed, Aug 22, 2001 at 01:41:00PM +0200, Gerald Richter wrote: > > > > > > Any ideas as to where I might start looking for > > what is causing this?? > > > > That means that "new CGI" returns undef. I guess that something with the > fileupload goes wrong. Any additional error messages ? > No

Re: Setup of CGI.pm failed - what does this mean?

2001-08-22 Thread Gerald Richter
> I am repeatedly getting the following messages in > my server error log: > > [6432]ERR: 44: Line 1: Setup of CGI.pm failed: > > I'd guess that this is coming from Embperl, Yes > > Any ideas as to where I might start looking for > what is causing this?? >

Setup of CGI.pm failed - what does this mean?

2001-08-22 Thread Chris Allen
I am repeatedly getting the following messages in my server error log: [6432]ERR: 44: Line 1: Setup of CGI.pm failed: I'd guess that this is coming from Embperl, as Apache puts in a date, time, and the file that generated the error. Any ideas as to where I might start looking for wh