[please don't reply to another thread when starting a new one. don't be surprised if your question is ignored if you do that.]

> 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