Project

General

Profile

Defect #1569

Updated by Emilio González Montaña about 4 years ago

Hi,  

 I cannot start redmine with your plugin.  

 Redmine info:  

 <pre> 
  
 Environment: 
   Redmine version                  4.0.0.stable 
   Ruby version                     2.5.3-p105 (2018-10-18) [x86_64-linux] 
   Rails version                    5.2.2 
   Environment                      production 
   Database adapter                 Mysql2 
   Mailer queue                     ActiveJob::QueueAdapters::AsyncAdapter 
   Mailer delivery                  smtp 
 SCM: 
   Git                              1.8.3.1 
 </pre> 

 Log as below: 

 <pre> 
  
 Completed 500 Internal Server Error in 39ms (ActiveRecord: 12.1ms) 

 ActionView::Template::Error (uninitialized constant Scrum::Setting 
 Did you mean?    Setting 
                String): 
     1: <%- tips = scrum_tips -%> 
     2: <%- unless tips.empty? -%> 
     3:     <h3><%= l(:label_tip_title) %> <%= image_tag("help.png") %></h3> 
     4:     <ul> 

 plugins/scrum/lib/scrum/application_helper_patch.rb:99:in `scrum_tips' 
 plugins/scrum/app/views/scrum_hooks/_scrum_tips.html.erb:1:in `_plugins_scrum_app_views_scrum_hooks__scrum_tips_html_erb___2516469347768283280_73904820' 
 lib/redmine/hook/view_listener.rb:59:in `block (2 levels) in render_on' 
 lib/redmine/hook/view_listener.rb:57:in `map' 
 lib/redmine/hook/view_listener.rb:57:in `block in render_on' 
 lib/redmine/hook.rb:61:in `block (2 levels) in call_hook' 
 lib/redmine/hook.rb:61:in `each' 
 lib/redmine/hook.rb:61:in `block in call_hook' 
 lib/redmine/hook.rb:58:in `tap' 
 lib/redmine/hook.rb:58:in `call_hook' 
 lib/redmine/hook.rb:96:in `call_hook' 
 app/helpers/application_helper.rb:1459:in `view_layouts_base_sidebar_hook_response' 
 app/helpers/application_helper.rb:1455:in `sidebar_content?' 
 app/views/layouts/base.html.erb:99:in `_app_views_layouts_base_html_erb___3685052083580796633_61097320' 
 lib/redmine/sudo_mode.rb:63:in `sudo_mode' 
 </pre> 


Back