On Tue, 12 Sep 2006, Jonathan Vanasco wrote:


On Sep 12, 2006, at 5:04 AM, Aaron Trevena wrote:
Can't locate object method "FIRSTKEY" via package "APR::Table" at
/usr/src/maypole/lib/Apache/MVC.pm line 114, <DATA> line 1.\n

looks like its a tied variable error.

apreq people -- is APR::Table even tied ? or is this some sort of class inheritance issue? I've seen this before with Apache::Session , when pulling in random crap from autoloader via DBI and odd ISA subclassing.


The chunk of code concerned looks like :

if ($MODPERL2)  {
    %headers = %{$self->ar->headers_in};
}

Where $self->ar provides the apache request.

Within Apache::MVC, at the start where it requires a
bunch of mp2 modules, does adding
   require APR::Table;
help?

--
best regards,
Randy Kobes

Reply via email to