500 Error 4.2 to 5.0 when clicking on commit
Closed
500 Error 4.2 to 5.0 when clicking on commit
Created by: cookacounty
I updated from 4.2 to 5.0 and I am now getting a 500 error when I click on some of my commits. I read the issue about charlockholmes but I'm confused why my gem would be broken when I just installed gitlab @ 4.1 Here is the production log:
ActionView::Template::Error (could not find any magic files!):
40: .content
41: -# Skipp all non non-supported blobs
42: - next unless file.respond_to?('text?')
43: - if file.text?
44: = render "commits/text_file", diff: diff, index: i
45: - elsif file.image?
46: - old_file = (@commit.prev_commit.tree / diff.old_path) if !@commit.prev_commit.nil?
app/views/commits/_diffs.html.haml:43:in block in _app_views_commits__diffs_html_haml___3507155250466534726_34625660' app/views/commits/_diffs.html.haml:17:in
each'
app/views/commits/_diffs.html.haml:17:in each_with_index' app/views/commits/_diffs.html.haml:17:in
_app_views_commits__diffs_html_haml___3507155250466534726_34625660'
app/views/commit/show.html.haml:9:in `_app_views_commit_show_html_haml__4326809558285429587_36450200'