From: Bill K. <bi...@ka...> - 2004-05-28 07:06:22
|
Hi, I'm getting an error with PageKit but I don't know how to debug it. FATAL: Can't call method "get_global_attr" without a package or object reference at /usr/local/lib/perl5/site_perl/5.8.0/Apache/PageKit/Model.pm line 395, <GEN20> line 8. The stack trace comes from an eval { } block, so I can't tell exactly where it is trying to call get_global_attr. I put in some debugging print statements, and this error seems to occur right after I call pkit_validate_input() for my form validation. The validation profile is long; I don't know what part of it might be at fault. Before I post the validation profile, or start debugging by eliminating parts of the validation profile, does this error sound familiar to anyone? Regards, Bill Karwin |