Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: Beating the system

by mikeirw (Pilgrim)
on Sep 29, 2002 at 18:38 UTC ( [id://201583]=note: print w/replies, xml ) Need Help??


in reply to Re: Beating the system
in thread Beating the system

I'm personally testing from a machine that's on dial-up, but I've had another person test it with a broadband connection, and he received the same error. The error is a generic 500, and unfortunately, pair Networks does not allow access to the Apache error logs.

I've setup the script to test for errors issued by CGI.pm, and I'm not seeing anything there. Testing the script on my own machine, I'm able to transfer multi-MB files without a hitch.

Thanks to all who've provided suggestions. I'll give them a go, and post a resolution if I ever get one.

Replies are listed 'Best First'.
Re: Re: Re: Beating the system
by samtregar (Abbot) on Sep 30, 2002 at 04:22 UTC
    Use CGI::Carp so that you can get the error message in the browser, if it's a Perl error:

    use CGI::Carp qw(fatalsToBrowser);

    Trying to debug a CGI without access to STDERR is needlessly difficult.

    -sam

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://201583]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-16 15:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found