now when i run it from the command line i get 2 pages or debug type
info, from the brower i get nothing, error_log also show nothing.
is there a setting in httpd.conf that tells it not to log stuff?!?!?
i think that it is not running the DBI->connect code,
have i got modperl setup right?
have i got my system setup right??
At 12:27 p.m. 5/02/2006, Jonathan Vanasco wrote:
Try:
my $dbArgs = { RaiseError => 1, AutoCommit => 0 , TraceLevel => 3 };
my $dbh = DBI->connect( $db, $dbUser, $dbPass , $dbArgs );
while you `tail -f` the errorlog ( /usr/local/apache2/log/error_log
on my system )
the tracelevel will show you exactly what's going on within DBI.
On Feb 4, 2006, at 5:40 PM, Derek Robson wrote:
that did not help, still no errors, still not good output.
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.2/251 - Release Date: 4/02/2006