GL4.1: Closing issue -> error 500
Created by: norm2782
I have just upgraded to Gitlab 4.1 and now I'm getting an error 500 when trying to close an issue. Relevant log part:
Started PUT "/ers/issues/58?issue%5Bclosed%5D=true&status_only=true" for ... at 2013-01-26 21:47:07 +0100 Processing by IssuesController#update as HTML Parameters: {"authenticity_token"=>"...", "issue"=>{"closed"=>"true"}, "status_only"=>"true", "project_id"=>"ers", "id"=>"58"} Completed 500 Internal Server Error in 46ms
Redis::CommandError (ERR unknown command 'exec'):
app/observers/issue_observer.rb:19:in block in after_update' app/observers/issue_observer.rb:18:in
each'
app/observers/issue_observer.rb:18:in after_update' app/controllers/issues_controller.rb:65:in
update'