Chuck Goehring wrote:
> Just posted minutes ago on this.
> 
> This partially fixed me also.  Problem was the line in the /perl container
> (PerlHandler Apache::Registry instead of  PerlHandler ModPerl::Registry).
> Except now I get this:
> [Mon Apr 22 18:32:37 2002] [error] 1580: ModPerl::Registry: `Can't call
> method "args" on an undefined value at c:/perl/5.6.1/lib/CGI.pm line 433.

Currently mod_perl 2.0-tobe doesn't work with CGI.pm, unless you use the 
compatibility layer:

   use Apache::compat;

in your startup.pl file. (or user PerlModule Apache::compat)

__________________________________________________________________
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

Reply via email to