[Catalyst] Problems with Catalyst components initialization

KAV subscribes at webkazan.ru
Tue May 3 15:25:51 CEST 2005


Hello!

My application based on Catalyst generate following errors:

[Tue May  3 17:16:31 2005] [catalyst] [debug] Debug messages enabled
[Tue May  3 17:16:31 2005] [catalyst] [debug] Loaded dispatcher "Catalyst::Dispatcher"
[Tue May  3 17:16:31 2005] [catalyst] [debug] Loaded engine "Catalyst::Engine::CGI"
[Tue May  3 17:16:31 2005] [catalyst] [debug] Found home "K:\dev\projects.perl\PerlXForge\webroot\cgi-bin\lib\PXF"
Use of 'new' is deprecated at K:/dev/xampp-1.4.12/xampp/perl/site/lib/Module/Pluggable/Fast.pm line 84. Use 'create' instead
Couldn't instantiate "PXF::M::Module", "create needs a hashref at K:/dev/xampp-1.4.12/xampp/perl/site/lib/Module/Pluggable/Fast.pm line 84
" at K:/dev/xampp-1.4.12/xampp/perl/site/lib/Catalyst/Engine.pm line 665
Use of 'new' is deprecated at K:/dev/xampp-1.4.12/xampp/perl/site/lib/Module/Pluggable/Fast.pm line 84. Use 'create' instead
Couldn't instantiate "PXF::M::Section", "create needs a hashref at K:/dev/xampp-1.4.12/xampp/perl/site/lib/Module/Pluggable/Fast.pm line 84
" at K:/dev/xampp-1.4.12/xampp/perl/site/lib/Catalyst/Engine.pm line 665
Use of 'new' is deprecated at K:/dev/xampp-1.4.12/xampp/perl/site/lib/Module/Pluggable/Fast.pm line 84. Use 'create' instead
Couldn't instantiate "PXF::M::Webpage", "create needs a hashref at K:/dev/xampp-1.4.12/xampp/perl/site/lib/Module/Pluggable/Fast.pm line 84
" at K:/dev/xampp-1.4.12/xampp/perl/site/lib/Catalyst/Engine.pm line 665
Couldn't load "PXF::V::TT", "Base class package "Catalyst::View::TT" is empty.
    (Perhaps you need to 'use' the module which defines that package first.)
 at lib/PXF/V/TT.pm line 4
BEGIN failed--compilation aborted at lib/PXF/V/TT.pm line 4.
Compilation failed in require at K:/dev/xampp-1.4.12/xampp/perl/site/lib/Module/Pluggable/Fast.pm line 66.
" at K:/dev/xampp-1.4.12/xampp/perl/site/lib/Module/Pluggable/Fast.pm line 68.
Compilation failed in require at K:\dev\projects.perl\PerlXForge\webroot\cgi-bin\engine.pl line 4.
BEGIN failed--compilation aborted at K:\dev\projects.perl\PerlXForge\webroot\cgi-bin\engine.pl line 4.

This is version incompatibility between Catalyst and Module::Pluggable::Fast?




More information about the Catalyst mailing list