[Catalyst] Issue with Catalyst:Can't locate object method
"get_user" via package "Catalyst::Plugin::Authentication::Store::DBIC"
Kieren Diment
diment at gmail.com
Thu May 15 14:13:12 BST 2008
On 15 May 2008, at 08:08, kakimoto at tpg.com.au wrote:
>
> [error] Caught exception in gozila::Controller::Login-
>> index "Can't locate object method "get_user" via package
> "Catalyst::Plugin::Authentication::Store::DBIC" at
> /Library/Perl/5.8.8/Catalyst/Authentication/Realm.pm line 85."
>
>
>
> I have tried looking at the source codes of the packages indicated in
> the error, reinstalled the packages via "perl -MCPAN -eshell" and it
> still fails.
>
Have a look at http://dev.catalyst.perl.org/repos/Catalyst/trunk/
examples/NewAuthApp which is a simple authentication application I
wrote against the new Auth API. The tutorial uses the old API and
needs to be updated.
More information about the Catalyst
mailing list