[cgiapp] CAP::Authentication Multi-Driver

2010-06-23 Thread Jerry Kaidor
Hello, Continuing to try to get my multiple DBI's driver working. As you may remember, I needed my application to know which database my user authenticated against. With Nicholas Bamber's advice, I was off to a good start. I created a driver ( MULTI_DBI.pm ) which subclasses the DBI

Re: [cgiapp] cgiapp Digest, Vol 33, Issue 16

2010-06-23 Thread Nicholas Bamber
Jerry, Just focusing on this for a moment: Error executing class callback in prerun stage: must call dbh_config() before calling dbh(). What this seems to mean is that $options{DBH} is undefined. I assume you have had CGI::Application working with the standard DBH authentication driver. I am