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:in
new'
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:in
each'
app/views/projects/tags/index.html.haml:15:in `_app_views_projects_tags_index_html_haml___1148518676407580102_60786240'
Any clues?