Install of redmin finished, but impossible to login
Added by Xavier ldc over 13 years ago
Hi,
I just finished to install redmine by using "HowTo Install Redmine in a sub-URI on Windows with Apache (Zero-to-Redmine)" (I actualy did the update to put the last release of redmine)
Redmine seems to work, but at the time when I try to login with my admin account I have this following issues :
NoMethodError (undefined method `destroy' for {}:Hash):
app/controllers/application_controller.rb:92:in `logged_user='
app/controllers/account_controller.rb:203:in `successful_authentication'
app/controllers/account_controller.rb:155:in `password_authentication'
app/controllers/account_controller.rb:142:in `authenticate_user'
app/controllers/account_controller.rb:30:in `login'
Rendering rescues/layout (internal_server_error)$
Some body can help me with that ?