I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

Setup well but not working in Project overview page

Added by Ki Won Kim over 11 years ago

Same symptoms Sidebar content plugin
(http://projects.andriylesyuk.com/boards/11/topics/62)

log messages

Starting Author Plugin for Redmine
Starting Extended Profile plugin for Redmine
Starting WikiNG Plugin for Redmine
OpenIdAuthentication.store is nil. Using in-memory store.

Started GET "/projects/test?jump=plugins" for 127.0.0.1 at 2012-12-11 20:53:42 +
0900
Processing by ProjectsController#show as HTML
  Parameters: {"jump"=>"plugins", "id"=>"test"}
  Current user: xyz37 (id=3)
  Rendered projects/_members_box.html.erb (0.0ms)
  Rendered projects/show.html.erb within layouts/base (13734.4ms)
  Rendered plugins/redmine_code_review/app/views/code_review/_html_header.html.e
rb (15.6ms)
  Rendered plugins/redmine_wiki_extensions/app/views/wiki_extensions/_html_heade
r.html.erb (125.0ms)
  Rendered plugins/extended_profile/app/views/extended_profile/_author.html.erb
(359.4ms)
  Rendered plugins/author/app/views/author/_profile.html.erb (453.1ms)
Completed 500 Internal Server Error in 17234ms

ActionView::Template::Error (undefined method `custom_value_for_user' for #<#<Cl
ass:0x6a5a518>:0x6a64bc8>):
    1: <% company = custom_value_for_user('Company', user) %>
    2: <% if company && company.value %>
    3:   <% company_site = custom_value_for_user('Company website', user) %>
    4:   <% if company_site && company_site.value %>
  lib/redmine/hook.rb:111: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:158:in `call_hook'
  lib/redmine/hook.rb:111: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:158:in `call_hook'
  app/helpers/application_helper.rb:1190:in `view_layouts_base_sidebar_hook_resp
onse'
  app/views/layouts/base.html.erb:52:in `_app_views_layouts_base_html_erb___8147
14617_56786976'
  app/controllers/projects_controller.rb:168:in `show'

and my environments

Environment:
  Redmine version                          2.1.4.stable
  Ruby version                             1.9.3 (i386-mingw32)
  Rails version                            3.2.8
  Environment                              production
  Database adapter                         Mysql2
Redmine plugins:
  author                                   0.1.0
  extended_profile                         1.1.1
  redmine_add_top_menus                    0.0.1
  redmine_banner                           0.0.8
  redmine_ckeditor                         0.2.1
  redmine_close_button                     0.0.8
  redmine_code_review                      0.6.1
  redmine_default_columns                  0.1.1
  redmine_drafts                           0.2.0
  redmine_information                      1.0.2
  redmine_issue_extensions                 0.2.0
  redmine_lightbox                         0.0.1
  redmine_my_widgets                       0.1.0
  redmine_plugin_views_revisions           0.0.1
  redmine_theme_changer                    0.1.0
  redmine_wiki_extensions                  0.6.0
  wiking                                   0.0.3

Terms of use | Privacy policy