Issue is still present in GitLab 5.0. Error 500 is thrown when trying to delete the Test project created by default admin, after admin user is deleted.
By Administrator on 2013-03-25T11:36:46 (imported from GitLab)
Even when I'm the owner of a project, I still cannot destroy/delete the project.
Started DELETE "/admin/projects/xxx" for 127.0.0.1 at 2013-04-11 13:48:07 +0200Processing by Admin::ProjectsController#destroy as HTMLParameters: {"authenticity_token"=>"xxx=", "id"=>"xxx"}Completed 500 Internal Server Error in 68msRedis::CommandError (ERR unknown command 'exec'):app/observers/project_observer.rb:16:in `after_destroy'app/controllers/admin/projects_controller.rb:45:in `destroy'
By Administrator on 2013-04-11T11:51:37 (imported from GitLab)