I use CDBI - not DBIC - and I have the "classical" tables User, Role,
UserRole
(Authentication  Authentication::Store::DBIC
Authentication::Credential::Password  Authorization::Roles)

At home I have a Catalyst from Debian, with C::P::Session at Version=12 (and
no problem with
myApp from the corresponding vhost, with Apache-1.33-mod_perl ; also, no
problem with the real
server before the upgrade from C-5.7001 to 5.7006 - but now...)

But at the real server, the (only) difference is that C::P::Session is at
Version=13 (not 12)
and I get this error:

"Can't locate object method "search" via package "Catalyst::Base" at
/usr/share/perl5/Catalyst/Plugin/Authentication/Store/DBIC/User.pm line 19."

from the execution of $c->login(username,password).

Because I use CDBI, is a need to substitute Auth::Store::DBIC (-0.07 and
Authentication=0.09)?

Many Thanks for to clarify this question,
--vb
_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to