Re: Problem with Tie::DBI and DBI in modperl

2001-03-20 Thread John Mulkerin
Searched this list, dbiusers, and a bunch more.I'm not sure if its something so dump it's never discussed or what. There is no error message returned, it just goes back to the httpd 403 error screen. I've added a print statement in the middle of the connect and had it print to the screen

Re: Problem with Tie::DBI and DBI in modperl

2001-03-20 Thread Perrin Harkins
On Tue, 20 Mar 2001, John Mulkerin wrote: There is no error message returned, it just goes back to the httpd 403 error screen. What about in the error log? Have you read the DBI docs on how to get your error message to print? You should either have RaiseError on or be checking return codes

Problem with Tie::DBI and DBI in modperl

2001-03-19 Thread John Mulkerin
O mighty Wizards please help if you can: I'm trying to use the plain vanilla TicketTool.pm from O'Reilly's mod perl book, Apache Modules with Perl and C. It uses Tie::DBI to create a hash of the mysql connection. When I run just the authentication subroutine with Perl -d "authenticate.pm" it

Re: Problem with Tie::DBI and DBI in modperl

2001-03-19 Thread Perrin Harkins
On Mon, 19 Mar 2001, John Mulkerin wrote: I'm trying to use the plain vanilla TicketTool.pm from O'Reilly's mod perl book, Apache Modules with Perl and C. It uses Tie::DBI to create a hash of the mysql connection. When I run just the authentication subroutine with Perl -d "authenticate.pm"