Skip to content

Instantly share code, notes, and snippets.

@zdk
Created December 28, 2010 05:07
Show Gist options
  • Save zdk/756916 to your computer and use it in GitHub Desktop.
Save zdk/756916 to your computer and use it in GitHub Desktop.
Caught exception in Startsiden::Katalog::Web::Controller::Login->twitter_callback "Can't call method "has_column" on an undefined value at /Users/zdk/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2/Catalyst/Authentication/Credential/Twitter.pm line 117."
Stack Trace
Package Line File Controller::Login 75 /Controller/Login.pm
75: if (my $user = $c->authenticate(undef, 'twitter')) {
76: # user has an account - redirect or do something cool
77: $c->res->redirect("/super/secret/member/area");
78: } else {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment