[EMAIL PROTECTED] wrote: [...]
Transaction2: rclass1='' rclass='' r=$VAR1 = 'PrintMe::Transaction2'; [Thu Nov 13 21:04:55 2003] [error] Can't locate object method "header_in" via package "PrintMe::Transaction2" (perhaps you forgot to load "PrintMe::Transaction2"?) at /home/www/www/Libs/PrintMe/Transaction2.pm line 35.
PrintMe::Transaction2 is the name of the handler class.
You need to show us what PrintMe::Transaction2 does. It seems that you are trying to subclass 'Apache' (which is what $r is blessed into). May be you didn't do the proper subclassing.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html