Stas,

Thanks that did it.

It would be nice though if the minimum rev level of the CGI.pm could be
mentioned in the doc.
Or maybe it is there somewhere and I skimmed over it.

The 'Configuring mod_perl2.0 page for win32' at
http://perl.apache.org/docs/2.0/os/win32/config.html would a nice place to
mention this.

Kind Regards

Bart
-----Original Message-----
From: Stas Bekman [mailto:[EMAIL PROTECTED]
Sent: Friday, September 05, 2003 1:20 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: apache2, mod_perl: problem with CGI


 > Just trying to get up and running with Apache/2.0.47 (Win32)
 > mod_perl/1.99_10-dev Perl/v5.8.0 Server
 > Have installed AS Perl 5.8 and the mod_perl ppm that Randy provides the
 > world with.
 >
 > Running my mod_perl code using the ModPerl::Registry handler.
 >
 > Now everything is fine until I put the following in my code:
 >
 > use CGI();
 > my $q = CGI->new();
 >
 >>From that point on I get a servererror and the following entry in the
apache
 > logfile:
 >
 > [Fri Sep 05 00:17:12 2003] [error] 1688: ModPerl::Registry: Can't locate
 > object method "request" via package "Apache" at C:/Perl/lib/CGI.pm line
269.

upgrade your CGI.pm to 2.93 or higher.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to