ActionView::Template::Error (cannot load such file -- redcloth)
Closed
ActionView::Template::Error (cannot load such file -- redcloth)
Created by: patakijv
I am just starting to setup my repos using gitlab 6.8.1 - I created a repo that was imported from a github repo and when I try to view the files for the repo, I see a 500 Server Error.
I looked at the production.log from the admin view and I see this in the logs
ActionView::Template::Error (cannot load such file -- redcloth): 10: %pre.clean 11: = readme.data 12: - elsif markup?(readme.name) 13: = render_markup(readme.name, readme.data) app/helpers/application_helper.rb:226:in `render_markup' app/views/projects/tree/_readme.html.haml:13:in `_app_views_projects_tree__readme_html_haml__2964831252105440800_52400900' app/views/projects/tree/_tree.html.haml:48:in `_app_views_projects_tree__tree_html_haml___3486050142794038871_51958080' app/views/projects/tree/show.html.haml:6:in `_app_views_projects_tree_show_html_haml__1561303372484641073_49526720' app/controllers/projects/tree_controller.rb:6:in `show' app/controllers/application_controller.rb:59:in `set_current_user_for_thread'
I tried manually installing RedCloth from the command line. I also tried adding RedCloth to the Gemfile for gitlab.
Neither attempt changed anything.
What next?
Please register or sign in to reply