>>> "Stas Bekman" 3/15/2004 1:28:36 PM >>> Charlie Smith wrote: > > 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); What's weird here is that the script called out in the error log isn't the one that's being invoked. The navigation.pl routine builds the java frames, one of which is a menu. The menu item the is a link to FileSystem.htm. Contents of FileSystem follows. It just makes reference to an explore script which is what is actually getting invoked. The script is being referenced from an html file as follows: <HTML> <HEAD> <title>File System</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Refresh" content="0;URL=http://fhdev1/bin/explore?cmd=browse&dir="> </HEAD> <BODY BGCOLOR="#FFFFFF"> </BODY> </HTML> __________________________________________________________________ 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 -- 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