running Movable Type problem

hajagha

Verified User
Joined
Dec 9, 2008
Messages
10
Hi,

I transferred my customer's site from cpanel to directadmin and installed many perl modules for MT, but whenever run mt.cgi, i get this error:
Got an error: Base class package "Class::Accessor::Fast" is empty.
(Perhaps you need to 'use' the module which defines that package first.)
at lib/MT/Component.pm line 10
BEGIN failed--compilation aborted at lib/MT/Component.pm line 10.
Compilation failed in require at (eval 9) line 3.
...propagated at /usr/lib/perl5/5.8.8/base.pm line 85.
BEGIN failed--compilation aborted at lib/MT/Core.pm line 11.
Compilation failed in require at lib/MT.pm line 1091.

can anybody tell what should I do to solve the problem?
Thanks,
 
Did you try to install Class::Accessor ? cpan -i Class::Accessor
 
Back
Top