Re: [Mason] MasonX::Interp::WithCallbacks

2006-07-13 Thread Mark Hughes
On 7/13/06, Jimmy Li [EMAIL PROTECTED] wrote: Does anyone know how to do Callbacks triggered for EVERY request? Some example code would be very nice. Just a bit further down ... Request callbacks come in two separate flavors: those that execute before the argument-triggered callbacks, and

[Mason] Error with MasonX::Interp::WithCallbacks

2006-07-13 Thread Jimmy Li
I'm using MasonX::Interp::WithCallbacks under mason 1.33 and mod_perl 2 and I'm getting the followin error. The 'apache_req' parameter (Apache2::Request=SCALAR(0x851c070)) to Params::Callback::new was not a 'Apache' (it is a Apache2::Request=SCALAR(0x851c070))\n What does this error mean?

Re: [Mason] apache2

2006-07-13 Thread Max Baker
Hi Stephan, This thread from last month might be of interest : http://marc.theaimsgroup.com/?t=11503647535r=1w=2 Search that same page for apache2 and you will get more. -m On Thu, Jul 13, 2006 at 02:57:56PM +0200, Stephan Jennewein wrote: Hi, first of all is there a possibility to run

[Mason] Possible Bug with Params::Callback?

2006-07-13 Thread Jimmy Li
I'm running Params::Callback under mod_perl 2, and I came accross this error: The 'apache_req' parameter (Apache2::RequestRec=SCALAR(0x87e8f60)) to Params::Callback::new was not a 'Apache' (it is a Apache2::RequestRec=SCALAR(0x87e8f60))\n And I was able to fix this by going into the