Subject: | No such profile '1'! at SQL::Abstract::Tree |
Hello!
After upgrade DBIx::Class module from version 0.08123 to the last
0.08126 I got an exception while trying to login into my web
application on Catalyst.
===
DBIx::Class::ResultSet::first(): No such profile '1'! at /usr/lib64/
perl5/site_perl/5.8.8/SQL/Abstract/Tree.pm line 288
===
I have installed SQL-Abstract-1.72
So, I decided to downgrade to the DBIx-Class-0.08124 and got a little
bit different exception during application loading.
===
Couldn't load class (BampoManager) because: Couldn't instantiate
component "BampoManager::Model::Bampo", "No such profile '1'! at /usr/
lib64/perl5/site_perl/5.8.8/SQL/Abstract/Tree.pm line 288."Compilation
failed in require at /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-
thread-multi/Class/MOP.pm line 114.
at /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Class/
MOP.pm line 120
===
After that I downgraded again to DBIx-Class-0.08123 and it works normal
as before. What's the problem?
By the way, all test during installation DBIx::Class were passed
successfully.
I got the latest version of Catalyst: Catalyst-Runtime-5.80030 and
Catalyst::Model::DBIC::Schema: Catalyst-Model-DBIC-Schema-0.48