Thanks Michael, Thats what I ended up doing to get it to work. I was already 'use'-ing CAP::Apache in all my modules, but it was only when I set CAPA_CGI_Compat that it began to work. What I can't work out is why it ever worked before!
James On Sun, 2006-10-22 at 19:34 -0400, Michael Peters wrote: > > Cees Hek wrote: > > > A simple solution is to use the > > CGI::Application::Plugin::Apache::Request module as your query object. > > This is a simple wrapper around Apache::Request which provides an API > > that is similar to CGI.pm and hence should work properly with > > CAP::Session. > > And the easies way to do that is to do the following in your httpd.conf file: > > PerlSetVar CAPA_CGI_Compat On > > This will tell CAP::Apache to make your query() method return a > CGI::Application::Plugin::Apache::Request object. > --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
