Nate Wiger | 16 Jan 15:19

Re: [FormBuilder] FB, Apache2 & Mason

On 1/16/07, Guy Parker <gparker <at> connectfree.co.uk> wrote:
> I'm being forced into migrating my current FB, Apache, Mason code to
> Apache2. I'm having trouble getting FB to be able access the
> submitted form data. In the past I simply created the new form object
> with params => $r and everything was OK.This doesn't work now.
>
> I've tried using Apache2::Request->new($r) and CGI->new($r) instead
> but neither was successful.

I believe you need RequestUtil. Apache2 really kinda screwed up
mod_perl IMO. You may also want to just try CGI->new w/o the $r, if
you haven't. I got Mason running, but it was a bit of a pain - make
sure you're on the latest version. Beyond that I personally don't have
any ideas, sorry...

-Nate
_______________________________________________
FBusers mailing list
FBusers <at> formbuilder.org
http://www.formbuilder.org/mailman/listinfo/fbusers


Gmane