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
  • #9315

Closed
Open
Created May 20, 2015 by Administrator@rootOwner

GitLab 7.10.4 - 500 error in groups/XXX/milestones page

Created by: n2odnb

Please help! :)

production.log

Processing by Projects::IssuesController#show as HTML Parameters: {"namespace_id"=>"XXX", "project_id"=>"XXX", "id"=>"22"} Completed 200 OK in 223ms (Views: 174.5ms | ActiveRecord: 7.4ms) Started GET "/groups/XXX/milestones" for x.x.x.x at 2015-05-20 11:33:48 +0300 Processing by Groups::MilestonesController#index as HTML Parameters: {"group_id"=>"XXX"} Completed 500 Internal Server Error in 95ms

ActionView::Template::Error (No route matches {:action=>"show", :controller=>"groups/milestones", :format=>nil, :group_id=>#<Group id: 24, name: "XXX", path: "XXX", owner_id: nil, created_at: "2015-05-14 12:53:23", updated_at: "2015-05-14 16:05:50", type: "Group", description: "XXX project", avatar: "o_b11da8d0c773652f-0.png">, :id=>"", :milestone=>{:state_event=>:close}, :title=>"релиз"} missing required keys: [:id]): 4: - if milestone.closed? 5: = link_to 'Reopen Milestone', group_milestone_path(@group, milestone.safe_title, title: milestone.title, milestone: {state_event: :activate }), method: :put, class: "btn btn-sm btn-grouped btn-reopen" 6: - else 7: = link_to 'Close Milestone', group_milestone_path(@group, milestone.safe_title, title: milestone.title, milestone: {state_event: :close }), method: :put, class: "btn btn-sm btn-close" 8: %h4 9: = link_to_gfm truncate(milestone.title, length: 100), group_milestone_path(@group, milestone.safe_title, title: milestone.title) 10: .row app/views/groups/milestones/_milestone.html.haml:7:in _app_views_groups_milestones__milestone_html_haml__4000946572473785658_70307700684220' app/views/groups/milestones/index.html.haml:21:inblock in _app_views_groups_milestones_index_html_haml__3795436627044772478_70307701103660' app/views/groups/milestones/index.html.haml:20:in each' app/views/groups/milestones/index.html.haml:20:in_app_views_groups_milestones_index_html_haml__3795436627044772478_70307701103660'

Assignee
Assign to
Time tracking