[PLUG] [mod_perl 1.2x] Intermittent code execution errors

Karl M. Hegbloom karlheg at hegbloom.net
Thu Aug 22 07:36:41 UTC 2002


Colin Kuskie <ckuskie at dalsemi.com> writes:

>   [Thu Aug  1 10:27:18 2002] [error] Can't call method "fill_in" without a package or object reference at /usr/lib/perl5/site_perl/5.6.1/Apache/NavGraphics.pm line 48.

>   [Thu Aug  1 11:03:41 2002] [error] Can't call method "fill_in" without a package or object reference at /usr/lib/perl5/site_perl/5.6.1/Apache/NavGraphics.pm line 48.

>   my $plate = load_plate($r);

I think that "load_plate" is returning undef, and that:

>   my $result = $plate->fill_in(HASH => $thash);

... (or one like it?) is dropping the above error in your logs.

Is it subrequests that trigger it?  Did I get that right?  I wonder if
that "load_plate" function does something different then?  Where did
"load_plate" come from anyhow?

-- 
As any limb well and duly exercised, grows stronger,
the nerves of the body are corroborated thereby. --I. Watts.  .''`.
 Debian -- The blue collar Linux distribution.               : :' :
 <URL:http://www.debian.org/social_contract>		     `. `'




More information about the PLUG mailing list