I have found a weird problem related to DBD::Ingres,
DBI::trace() and Apache::DBI when the DBI::trace level is set to 1 or 0.
I get an error in the Apache error_logs that says:
unitialized value at
/uns/mind/usr/local/perl5/lib/site_perl/5.005/alpha-dec_osf/
DBD/Ingres.pm line 85.
Then a message in my browser via CGI::Carp qw/fatalsToBrowser/ that
says:
DBD::Ingres::bind_param: parameter not a number at
/homes/clin_infr/cere/public_html/WebDBIDemo.pl line 46.
Which implies that my variable didn't get passed into the prepare
statement correctly...but I can't figure out why.
I suspect that this error comes about during the connection phase of the
DBI calls. Does
anyone have a suggestion for how to find out for sure?
The DBI::Ingres driver works fine at all trace levels on the command
line but seems to have a problem with the mod_perl DBI hooks.
If anyone has extperience to share regarding this I'd love to hear it...
Anyway, here's my system vitals:
Thanks,
Cere