redmine_git_remote icon indicating copy to clipboard operation
redmine_git_remote copied to clipboard

Redmine 4.0 internal 500 error on navigation to Adminitration -> settings

Open apurvaojas opened this issue 6 years ago • 1 comments

I just installed the plugin and when i try to navigate its returning 500, is redmine 4.0 is still not supported.

F, [2018-12-22T08:48:09.572547 #1] FATAL -- : F, [2018-12-22T08:48:09.572578 #1] FATAL -- : ActionView::Template::Error (uninitialized constant #<Class:0x0000556b84dab278>::GitRemote): F, [2018-12-22T08:48:09.572762 #1] FATAL -- : 10: <th><%= l(:text_scm_command_version) %></th> 11: </tr> 12: <% Redmine::Scm::Base.all.collect do |choice| %> 13: <% scm_class = "Repository::#{choice}".constantize %> 14: <% text, value = (choice.is_a?(Array) ? choice : [choice, choice]) %> 15: <% setting = :enabled_scm %> 16: <% enabled = Setting.send(setting).include?(value) %> F, [2018-12-22T08:48:09.572796 #1] FATAL -- : F, [2018-12-22T08:48:09.572823 #1] FATAL -- : app/views/settings/_repositories.html.erb:13:in block (2 levels) in _app_views_settings__repositories_html_erb__229153003603049748_46960144877320'

apurvaojas avatar Dec 22 '18 10:12 apurvaojas

I make a clone of my docker installation for testing (from sameersbn/redmine:3.4.7-3 to sameersbn/redmine:4.0.0) and i have 500 error by navigate to the repo. After delete and attach the same remote Gitea Repo i have no issus.

stastka avatar Feb 04 '19 18:02 stastka