500 while creating a user
Created by: fkrauthan
With the current gitlab 4.x version I have the problem as soon as I fill out the details for a new user and click on "Save" I get a 500 error.
The application.log says: User "XXX XXX" (XXX@XXX) was created
The production.log says:
Started POST "/admin/users" for 209.153.253.50 at 2012-12-27 22:07:39 +0100
Processing by Admin::UsersController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"XXX", "user"=>{"name"=>"XXX XXX", "username"=>"XXX", "email"=>"XXX@XXX", "force_random_password"=>"[FILTERED]", "projects_limit"=>"10", "admin"=>"0", "skype"=>"", "linkedin"=>"", "twitter"=>""}}
Completed 500 Internal Server Error in 445ms
Redis::InheritedError (Tried to use a connection from a child process without reconnecting. You need to reconnect to Redis after forking.):
app/observers/user_observer.rb:5:in `after_create'
app/controllers/admin/users_controller.rb:67:in `block in create'
app/controllers/admin/users_controller.rb:66:in `create
Everything else works fine.