500 Error on Login / Logout
Created by: MrMaksimize
from production.log for logout
Started DELETE "/users/sign_out" for 98.253.191.60 at 2012-01-31 08:34:57 -0600
Processing by Devise::SessionsController#destroy as HTML
Parameters: {"authenticity_token"=>"JR4fCEvwH/C/n+KkBqs+zAUAKa6Z3kH3dh/PSQIhybc="}
Completed 500 Internal Server Error in 2ms
SQLite3::SQLException (cannot start a transaction within a transaction):
from production.log on login
Started POST "/users/sign_in" for 98.253.191.60 at 2012-01-31 08:37:31 -0600
Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4RtBbqTH9cABFVNNADa57s52HdxJVQA/vdUglJLvZIE=", "user"=>{"email"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"}
Completed 500 Internal Server Error in 100ms
SQLite3::SQLException (cannot start a transaction within a transaction):
app/controllers/application_controller.rb:24:in `set_current_user_for_mailer'