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

Closed
Open
Created Aug 27, 2013 by Administrator@rootOwner

500 error when viewing */tags page

Created by: omar-yassin

This is the error I get running gitlab 6.0 via apache/passenger (we had similar 500 errors trying to view this page on 5.2 and 5.4):

Started GET "/project_namespace/project_name/tags" for xxx.xxx.xxx.xxx at 2013-08-27 12:50:32 -0400 Processing by Projects::TagsController#index as HTML Parameters: {"project_id"=>"project_namespace/project_name"} Rendered shared/_ref_switcher.html.haml (118.9ms) Rendered projects/commits/_head.html.haml (288.1ms) Rendered projects/tags/index.html.haml within layouts/projects (445.6ms) Completed 500 Internal Server Error in 568ms

ActionView::Template::Error (undefined method message' for nil:NilClass): 13: - unless @tags.empty? 14: %ul.bordered-list 15: - @tags.each do |tag| 16: - commit = Commit.new(Gitlab::Git::Commit.new(tag.commit)) 17: %li 18: %h4 19: = link_to project_commits_path(@project, tag.name), class: "" do app/views/projects/tags/index.html.haml:16:innew' app/views/projects/tags/index.html.haml:16:in block in _app_views_projects_tags_index_html_haml___1148518676407580102_60786240' app/views/projects/tags/index.html.haml:15:ineach' app/views/projects/tags/index.html.haml:15:in `_app_views_projects_tags_index_html_haml___1148518676407580102_60786240'

Any clues?

Assignee
Assign to
Time tracking