Bug Report: -------------8<---------- Start Bug Report ------------8<----------
1. Problem Description: [mp2] RegistryCooker.pm reporting argument isn't
numeric.
With mod_perl turned on I'm getting following error on invokation of a PERL
script that yeilds no such warning with mod_perl turned off:
i.e. when running under mod_cgi.
[Mon Mar 15 13:22:02 2004] [error] [client 10.11.5.84] Argument
"cmd=browse&dir=" isn't numeric in subroutine entry at
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Apache2/ModPerl/RegistryCooker.pm
line 168.
, referer: http://fhdev1/bin/navigation.pl
please show us a short test case that we can reproduce the proble with. It seems like something sets a status to a string...
that's the line 168, right?
my $new_status = $self->{REQ}->status($old_status);
__________________________________________________________________ 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
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html