I need some help debugging this problem ( unless you know the magic answer):


I am installing a fresh Bugzilla using Template Toolkit and the GD graphics
libraries. ( yes I asked a similar question at the BZ list, too )
I get this error,
plugin error - Can't locate object method "load" via package
"Bugzilla::Template::Plugin::GD::Graph::bars" (perhaps you forgot to load
"Bugzilla::Template::Plugin::GD::Graph::bars"?)

so I checked to make sure that the bars.pm package is available- I changed
its name, and the error changed to 'can't find in @INC' as expected.
I tried a use statement as suggested in the error message, and got the same
error.
There is no "load" method in bars.pm, so I tried this from within my .cgi
file-
my $xxx = Bugzilla::Template::Plugin::GD::Graph::bars->initialise() or die
$template->error;
and I get the same error citing initialise instead of load.
Now, I am stuck.

Perl 5.8.3 on a debian 3.0 linux system

thanks!

-- 
John Fisher
Znyx Networks
[EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to