reminds me not to respond while celebrating weekend with a bit of
white widow after 4 days of perl madness and isps not knowing why your
line is down. Sorry ;)
Enno
On Thu, 3 Nov 2005, Philip M. Gollucci wrote:
> Enno wrote:
> >>I don't see ANYTHING in my error_log file EXCEPT:
> I should have s
Enno wrote:
I don't see ANYTHING in my error_log file EXCEPT:
I should have said that this was resolved. Apache::Session was being
used() in startup.pl before Apache::DBI A::S uses DBI.
hence the problem.
--
END
What doesn't k
It looks like you're running things under cgi and not perl.
It'll help showing the modperl-handler configuration aswell.
B.
On Wed, 2 Nov 2005, Grigory O. Ptashko wrote:
> Hello, everybody.
>
> I have:
>
> FreeBSD 4.7
> Apache 2.0.54
> mod_perl 2.0.1
> Apache::DBI 0.99 (taken from http://p6m7g8
Hello, everybody.
I have:
FreeBSD 4.7
Apache 2.0.54
mod_perl 2.0.1
Apache::DBI 0.99 (taken from http://p6m7g8.net/Apache-DBI)
In my startup.pl I have:
use Apache::DBI ();
$Apache::DBI::DEBUG = 2;
Apache::DBI->connect_on_init("DBI:Pg:dbname=test", "test", "test",
{AutoCommit => 0, RaiseError =>
Grigory Ptashko wrote:
Apache::DBI 0.99 (taken from http://p6m7g8.net/Apache-DBI)
Just so you know, its sitting in my CPAN as well.
In my startup.pl I have:
use Apache::DBI ();
$Apache::DBI::DEBUG = 2;
Apache::DBI->connect_on_init("DBI:Pg:dbname=test", "test", "test",
{AutoCommit => 0, Raise
Hello, everybody.
I have:
FreeBSD 4.7 Apache 2.0.54 mod_perl 2.0.1 Apache::DBI 0.99 (taken from http://p6m7g8.net/Apache-DBI)
In my startup.pl I have:
use Apache::DBI (); $Apache::DBI::DEBUG = 2; Apache::DBI->connect_on_init("DBI:Pg:dbname=test", "test", "test", {AutoCommit => 0, RaiseError => 1