Hi, I am running Apache::DBI and am calling my templates through a Mason component. There is one file with this line of code : $TEMPLATE->process( $file, $data ) or warn "TEMPLATE ERROR : ", $TEMPLATE->error(), "\n";
that seems to produce this error log : Database handle destroyed without explicit disconnect at obj/BASELINE/base/html/subsystem/login/login.html line 61. I don't see why calling the template would disconnect the db handle unless the child process is dying which there are no signs that it is. I am not using any template plugins. Any ideas?
