[Catalyst] Catalyst update issues
Christopher Hicks
chicks at chicks.net
Sat Apr 1 19:46:06 CEST 2006
On Fri, 31 Mar 2006, Matt S Trout wrote:
> Migrating an app to Schema-style and C::M::DBIC::Schema can be a bit of
> a pain, but any app that's been left alone should continue to work just
> fine - and I've had a good number of reports from people upgrading DBIC
> under production apps without any problems.
What's the story with Parley then?
[chicks at hellonurse Parley]$ script/parley_server.pl
Couldn't load "Parley::Model::ParleyDB::Person", "DBIx::Class::Relationship::BelongsTo::belongs_to(): Can't infer join condition for authentication on Parley::Model::ParleyDB::Person; unable to load Parley::Model::ParleyDB::Authentication at /home/chicks/catalyst_testing/Parley/script/../lib/Parley/Model/ParleyDB/Person.pm line 10
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.5/Module/Pluggable/Fast.pm line 82, <DATA> line 1.
" at /usr/lib/perl5/site_perl/5.8.5/Module/Pluggable/Fast.pm line 84, <DATA> line 1.
Compilation failed in require at script/parley_server.pl line 52, <DATA> line 1.
And despite
[chicks at hellonurse Parley]$ perl -Ilib -e "use Parley::Model::ParleyDB::Authentication;"
Person still can't load:
[chicks at hellonurse Parley]$ perl -Ilib -e "use Parley::Model::ParleyDB::Person;"
DBIx::Class::Relationship::BelongsTo::belongs_to(): Can't infer join condition for authentication on Parley::Model::ParleyDB::Person; unable to load Parley::Model::ParleyDB::Authentication at lib/Parley/Model/ParleyDB/Person.pm line 10
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
--
</chris>
The whole problem with the world is that fools and fanatics are always so
certain of themselves, and wiser people so full of doubts.
- Bertrand Russell, philosopher, mathematician, author,
Nobel laureate (1872-1970)
More information about the Catalyst
mailing list