Project

General

Profile

Defect #1553

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

Hi  

 I'm trying to install Scrum 0.19. In apache log, I have this error. I did not solve the problem.  

 <pre> 
 App 7356 stderr:     Current user: admin (id=1) 
 App 7356 stderr:     Rendering admin/index.html.erb within layouts/admin 
 App 7356 stderr:     Rendered admin/_menu.html.erb (2.7ms) 
 App 7356 stderr:     Rendered admin/index.html.erb within layouts/admin (3.2ms) 
 App 7356 stderr:     Rendering layouts/base.html.erb 
 App 7356 stderr:     Rendered plugins/scrum/app/views/scrum_hooks/_head.html.erb (0.3ms) 
 App 7356 stderr:     Rendered plugins/additionals/app/views/additionals/_html_head.html.slim (0.7ms) 
 App 7356 stderr:     Rendered plugins/scrum/app/views/scrum_hooks/_scrum_tips.html.erb (6.1ms) 
 App 7356 stderr:     Rendered layouts/base.html.erb (14.9ms) 
 App 7356 stderr: Completed 500 Internal Server Error in 25ms (ActiveRecord: 2.7ms) 
 App 7356 stderr: 
 App 7356 stderr: ActionView::Template::Error (uninitialized constant Scrum::Setting 
 App 7356 stderr: Did you mean?    Setting 
 App 7356 stderr:                  SettingsHelper 
 App 7356 stderr:                  String): 
 App 7356 stderr:       1: <%- tips = scrum_tips -%> 
 App 7356 stderr:       2: <%- unless tips.empty? -%> 
 App 7356 stderr:       3:     <h3><%= l(:label_tip_title) %> <%= image_tag("help.png") %></h3> 
 App 7356 stderr:       4:     <ul> 
 App 7356 stderr: 
 App 7356 stderr: plugins/scrum/lib/scrum/application_helper_patch.rb:99:in `scrum_tips' 
 App 7356 stderr: plugins/scrum/app/views/scrum_hooks/_scrum_tips.html.erb:1:in `_a57d3dadf5976fb38c0d2b28b591d86e' 
 App 7356 stderr: lib/redmine/hook/view_listener.rb:59:in `block (2 levels) in render_on' 
 App 7356 stderr: lib/redmine/hook/view_listener.rb:57:in `map' 
 App 7356 stderr: lib/redmine/hook/view_listener.rb:57:in `block in render_on' 
 App 7356 stderr: lib/redmine/hook.rb:61:in `block (2 levels) in call_hook' 
 App 7356 stderr: lib/redmine/hook.rb:61:in `each' 
 App 7356 stderr: lib/redmine/hook.rb:61:in `block in call_hook' 
 App 7356 stderr: lib/redmine/hook.rb:58:in `tap' 
 App 7356 stderr: lib/redmine/hook.rb:58:in `call_hook' 
 App 7356 stderr: lib/redmine/hook.rb:96:in `call_hook' 
 App 7356 stderr: app/helpers/application_helper.rb:1459:in `view_layouts_base_sidebar_hook_response' 
 App 7356 stderr: app/helpers/application_helper.rb:1455:in `sidebar_content?' 
 App 7356 stderr: app/views/layouts/base.html.erb:102:in `_d5d05704dd6207eb8725a7c1ddd29ea2' 
 App 7356 stderr: app/views/layouts/admin.html.erb:8:in `_7a8a78839de46d7c0c59b3b42d492722' 
 App 7356 stderr: lib/redmine/sudo_mode.rb:63:in `sudo_mode' 



 Environment: 
   Redmine version                  4.0.0.stable 
   Ruby version                     2.3.3-p222 (2016-11-21) [x86_64-linux-gnu] 
   Rails version                    5.2.2 
   Environment                      production 
   Database adapter                 PostgreSQL 
   Mailer queue                     ActiveJob::QueueAdapters::AsyncAdapter 
   Mailer delivery                  smtp 
 SCM: 
   Git                              2.11.0 
   Filesystem                      
 Redmine plugins: 
   additionals                      2.0.19-dev 
   redmine_agile                    1.4.7 
   redmine_base_deface              0.0.1 
   redmine_base_stimulusjs          1.0.1 
   redmine_checklists               3.1.14 
   redmine_ckeditor                 1.2.0 
   redmine_issue_dynamic_edit       0.6.5 
   redmine_multiprojects_issue      4.0.0 
 </pre>

Back