I am trying to run this with Apache2/Modperl2 environment. The following gets
logged onto the apache debug log.
[Thu Jun 26 18:20:56 2008] [error] [client 10.8.8.123] The 'param_object' parame
ter ("Apache2::RequestRec=SCALAR(0x9c95a20)") to Apache::Session::Wrapper->new()
does not have the method: 'param'\n\nStack:\n [/usr/lib/perl5/site_perl/5.8.5/
HTML/Mason/ApacheHandler.pm:882]\n [/usr/lib/perl5/site_perl/5.8.5/HTML/Mason/A
pacheHandler.pm:822]\n [(eval 28):8]\n [-e:0]\n
And I have the following on my startup.pl
use ModPerl::Util (); #for CORE::GLOBAL::exit
use Apache2::RequestRec ();
use Apache2::RequestIO ();
use Apache2::RequestUtil ();
use Apache2::ServerRec ();
use Apache2::ServerUtil ();
use Apache2::Connection ();
use Apache2::Log ();
use APR::Table ();
use ModPerl::Registry ();
use Apache2::Const -compile => ':common';
use APR::Const -compile => ':common';
Is this module safe to use with Apache2/mod_perl2 environment? Thanks.
------------------------------
Apu Islam
( E Pluribus Unum)
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users