500 error on several pages within GitLab, including the "API Help" page
Created by: avosirenfal
API help page (and many others, that's just the one I was testing on) gives Error 500. I am running gitlab 5.0-stable. This is production.log
Processing by HelpController#api as HTML
Rendered help/_layout.html.haml (174.1ms)
Rendered help/api.html.haml within layouts/application (188.9ms)
Completed 500 Internal Server Error in 194ms
ActionView::Template::Error (EPIPE):
31: %strong= link_to "Public Access", help_public_access_path
32:
33: .span9.pull-right
34: = yield
lib/redcarpet/render/gitlab_html.rb:25:in `block_code'
app/helpers/gitlab_markdown_helper.rb:50:in `render'
app/helpers/gitlab_markdown_helper.rb:50:in `markdown'
app/views/help/api.html.haml:35:in `block (2 levels) in _app_views_help_api_html_haml___3761055319841886959_28147180'
app/views/help/api.html.haml:34:in `block in _app_views_help_api_html_haml___3761055319841886959_28147180'
app/views/help/_layout.html.haml:34:in _app_views_help__layout_html_haml___970358090604815885_25535700'
app/views/help/api.html.haml:1:in `_app_views_help_api_html_haml___3761055319841886959_28147180'
I googled, and similar issues seem to be because users are running the wrong version of Python. I am not:
gitlab@chandra:~$ which python2 /usr/bin/python2 gitlab@chandra:~$ python2 --version Python 2.6.6
Please help. Thanks in advance.