On Fri, Apr 24, 2009 at 02:08:14PM +1000, [email protected] wrote:
> I took off the 'Authentication::Store::DBIC' from my "use Catalyst qw(" in 
> myApp.pm.
> 
> This is such that " Catalyst/Plugin/Authentication/Store/DBIx/Class.pm" will 
> not be required.
> After all, no such thing exists(checked cpan).

Right, that's because only -old- authentication stores were under
Catalyst::Plugin::Authentication::Store:: - the new style stores aren't
plugins because they don't need to be so they're under
Catalyst::Authentication::Store::

> Strangely, when I run scripts/myApp_server.pl, 
> I got this message: 
> 
> ------------------ error message - start ------------------------
> [error] Caught exception in myApp::Controller::Root->auto "Can't call method 
> "user_is_restorable" 
> on an undefined value at 
> /usr/local/lib/perl5/site_perl/5.8.9/Catalyst/Plugin/Authentication.pm line 
> 168."
> ------------------ error message - end ------------------------

Without seeing your current config I can't tell you waht's gone wrong there.

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director                    http://www.shadowcat.co.uk/catalyst/
 Shadowcat Systems Ltd.  Want a managed development or deployment platform?
http://chainsawblues.vox.com/            http://www.shadowcat.co.uk/servers/

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to