RE: possible mp2 related bug under embperl 2.1.0

2006-02-01 Thread Gerald Richter
> > > > Could you try if a > > > > use Apache2::compat ; > > > > Fixes the problem? > > thanks. problem solved. > Ok, then I will put a similar solution in Embperl itself Gerald ** Virus checked by BB-5000 Mailfilter **

Re: possible mp2 related bug under embperl 2.1.0

2006-02-01 Thread Aare Vesi
Gerald Richter wrote: Hi, Problem seems to be with $req_rec->header_in('Cookie') as header_in(), header_out() and err_header_out() are not available in mod_perl 2.0. http://apache.perl.org/docs/2.0/user/porting/compat.html#C__r_ E_gt_header_in_ or is there some bug in my coding? Could y

RE: possible mp2 related bug under embperl 2.1.0

2006-01-31 Thread Gerald Richter
Hi, > > Problem seems to be with > $req_rec->header_in('Cookie') > > as header_in(), header_out() and err_header_out() are not > available in > mod_perl 2.0. > > http://apache.perl.org/docs/2.0/user/porting/compat.html#C__r_ > E_gt_header_in_ > > or is there some bug in my coding? > Could y

possible mp2 related bug under embperl 2.1.0

2006-01-31 Thread Aare Vesi
Hi, While using Embperl 2.1.0 under mod_perl 2.0.1 following error occurs: code: used under ModPerl::Registry. ### use Apache2::RequestRec; use Apache2::RequestUtil; use Embperl; $r = Apache2::RequestUtil->request; $session = Embperl::Req::SetupSession ($r); $test = $session -> {test};