
jshirley at gmail
Nov 25, 2008, 9:24 AM
Post #2 of 2
(1037 views)
Permalink
|
|
Re: Can't call method "user_is_restorable"
[In reply to]
|
|
On Tue, Nov 25, 2008 at 9:06 AM, Mark Beihoffer <mbeihoffer [at] gmail> wrote: > Hello, > > I've encountered a problem with Catalyst::Plugin::Authentication > 0.10008 that I can't seem to resolve. > > When logging in or out now I get these error messages: > > Caught exception in TCLegal::Controller::Logout->index "Can't call > method "user_is_restorable" on an undefined value at > /usr/local/libdata/perl5/site_perl/Catalyst/Plugin/Authentication.pm > line 169." > > and > > An error has occurred. We're terribly sorry about that, but it's one > of those things that happens from time to time. Let's just hope the > developers test everything properly before release... > > Here's the error message, on the off-chance that it means something to > you: undef error - Can't call method "user_is_restorable" on an > undefined value at > /usr/local/libdata/perl5/site_perl/Catalyst/Plugin/Authentication.pm > line 169. > > What am I doing wrong? I've updated all the modules I can think of, > and nothing seems to fix this problem. > > It happens under mod_perl with an Apache Virtualhost configuration, > and also under the test server. > > Thanks for any advice, > > - Mark Beihoffer > Hi Mark, First, this is the actual developer list and -not- the user list. Unless you are writing your own authentication credential, this is the wrong mailing list. Please repost your question to catalyst [at] lists and also attach your app config that is relevant (Plugin::Authentication) as well as the code around the ->authenticate call. Thanks, -J _______________________________________________ Catalyst-dev mailing list Catalyst-dev [at] lists http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev
|