|
From: Victor P. <ope...@ha...> - 2002-07-03 21:00:48
|
For some reason I keep getting this error using the CommonHandler,
"Cannot process template!undef error - Can't use an undefined value as a
HASH reference at /usr/local/lib/perl5/site_perl/5.6.1/SPOPS.pm line 375."
It happens when I assign a paritcular object to the $params hash in
show_customize thusly:
$param->{nasa_car} = eval($attrib->{car_object});
and then use nasa_car in the template.
When I dump the object it looks perfectly normal.
Any help would be greatly appreciated. Thanks.
-Victor
|