Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #8671

Closed
Open
Created Jan 28, 2015 by Administrator@rootOwner

I can't delete projects after upgrading gitlab to 7.7.1

Created by: crocket

I see the following error in production.log when I try to delete a project.

Started DELETE "/templates/minimal-react-example" for 127.0.0.1 at 2015-01-28 17:54:51 +0900
Processing by ProjectsController#destroy as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"8aU/BtqP1HggIh2LsTsxIG61dddpaP8xApsgbIlkUl0=", "id"=>"templates/minimal-react-example"}
Completed 500 Internal Server Error in 57ms

NoMethodError (undefined method `name' for nil:NilClass):
  app/services/projects/destroy_service.rb:9:in `execute'
  app/controllers/projects_controller.rb:86:in `destroy'

What's wrong?

Assignee
Assign to
Time tracking