when i type http://localhost/bugzilla-3.2.9 in the browser after installing all the requirements of bugzilla-3.2.9 (perl 5.12,xampp 1.7.3,my sql server)i get this error.
Software error:
Base class package "Template::Parser" is empty.
(Perhaps you need to 'use' the module which defines that package first,
or make that module available in @INC (@INC contains: . lib D:/xampp/perl/lib D:/xampp/perl/site/lib).
at Bugzilla/Template/Parser.pm line 26
BEGIN failed--compilation aborted at Bugzilla/Template/Parser.pm line 26.
Compilation failed in require at Bugzilla/Template.pm line 45.
BEGIN failed--compilation aborted at Bugzilla/Template.pm line 45.
Compilation failed in require at Bugzilla.pm line 45.
BEGIN failed--compilation aborted at Bugzilla.pm line 45.
Compilation failed in require at D:/xampp/htdocs/bugzilla-3.2.9/index.cgi line 34.
BEGIN failed--compilation aborted at D:/xampp/htdocs/bugzilla-3.2.9/index.cgi line 34.
What does this error means? and how to troubleshoot this?