Dave:

To expand on Alexander's point, the usual place to look is
/var/log/httpd/error_log.  All the STDERR from your cgi script goes
there.  You should be using that to debug your code, not looking at the
status bar of the web browser.

Check your favourite documentation on Apache or cgi program for more
information.

-Will


> -----Original Message-----
> From: Alexander Foken [mailto:[EMAIL PROTECTED]
> Sent: Sunday 04 November 2007 07:12
> To: Dave Thomas
> Cc: [email protected]
> Subject: Re: use DBI in perl cgi script
>
>
> Check your error log, perhaps your script generates too much error
> output (from warn, Carp, CGI::Carp, print STDERR). At least
> with apache
> 1.3 on win32, this is known to block CGI processes.
>
> Alexander
>
> On 04.11.2007 01:45, Dave Thomas wrote:
> > Hi, I have a perl cgi script that outputs HTML and I have
> the statement use
> > DBI at the top because I am doing some database stuff. I
> notice that when I
> > comment out use DBI (I previously commented out other
> database commands) my
> > webpage appears to load completely, but when I uncomment
> use DBI the page
> > never completely loads according to the status bar at the
> bottom of the web
> > browser. Even though all of the HTML has been outputted
> correctly the status
> > bar makes it appear that the page hasn't loaded. Has anyone
> seen this
> > before? Any help on how to correct it would be greatly
> appreciated! Thanks
> >
> > Dave
> >
> >
> >
>
>
> --
> Alexander Foken
> mailto:[EMAIL PROTECTED]  http://www.foken.de/alexander/
>



     - - - - - Appended by Scientific Atlanta, a Cisco company - - - - - 
This e-mail and any attachments may contain information which is confidential,
proprietary, privileged or otherwise protected by law. The information is solely
intended for the named addressee (or a person responsible for delivering it to
the addressee). If you are not the intended recipient of this message, you are
not authorized to read, print, retain, copy or disseminate this message or any
part of it. If you have received this e-mail in error, please notify the sender
immediately by return e-mail and delete it from your computer.

Reply via email to