RE: use DBI in perl cgi script
- From: tkaman2@xxxxxxxxxxx (Dave Thomas)
- Date: Tue, 6 Nov 2007 09:18:31 -0800
I didn't see anything unusual in my apache logs... Maybe there is some
configuration that I haven't done. I'm fairly new to FreeBSD. If you or
anyone else have other ideas or have experienced this problem before I would
greatly appreciate your suggestions and ideas :-) Thanks
Dave
-----Original Message-----
From: Alexander Foken [mailto:alexander@xxxxxxxx]
Sent: Sunday, November 04, 2007 4:12 AM
To: Dave Thomas
Cc: dbi-users@xxxxxxxx
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:alexander@xxxxxxxx http://www.foken.de/alexander/
.
- References:
- use DBI in perl cgi script
- From: Dave Thomas
- Re: use DBI in perl cgi script
- From: Alexander Foken
- use DBI in perl cgi script
- Prev by Date: RE: use DBI in perl cgi script
- Next by Date: RE: use DBI in perl cgi script
- Previous by thread: RE: use DBI in perl cgi script
- Next by thread: RE: use DBI in perl cgi script
- Index(es):
Relevant Pages
|
|