GEROMAX / redmine_subtask_list_accordion

This plugin provide accordion tree to subtask-list on issue.
https://www.redmine.org/plugins/redmine_subtask_list_accordion
GNU General Public License v3.0
13 stars 13 forks source link

some problem with my environment? #2

Closed archonwang closed 7 years ago

archonwang commented 7 years ago

@GEROMAX I have a problem about the plugin, when I installed the plugin, I cannot open the project issue lists with the 500 error, do you have any ideas about it .Thanks so much.

image

my environment is

Environment: Redmine version 3.3.2.stable.16412 Ruby version 2.2.4-p230 (2015-12-16) [x86_64-linux] Rails version 4.2.7.1 Environment production Database adapter Mysql2 SCM: Subversion 1.6.11 Git 1.7.1 Filesystem

my bundle gem list

Gems included by the bundle:
  * actionmailer (4.2.7.1)
  * actionpack (4.2.7.1)
  * actionpack-action_caching (1.2.0)
  * actionpack-xml_parser (1.0.2)
  * actionview (4.2.7.1)
  * activejob (4.2.7.1)
  * activemodel (4.2.7.1)
  * activerecord (4.2.7.1)
  * activesupport (4.2.7.1)
  * acts-as-taggable-on (3.5.0)
  * addressable (2.5.0)
  * arel (6.0.4)
  * awesome_nested_set (3.1.1)
  * builder (3.2.3)
  * bundler (1.11.2)
  * climate_control (0.1.0)
  * cocaine (0.5.8)
  * coderay (1.1.1)
  * colorize (0.8.1)
  * concurrent-ruby (1.0.5)
  * css_parser (1.4.10)
  * daemons (1.2.4)
  * deface (1.1.0)
  * diff-lcs (1.3)
  * erubis (2.7.0)
  * eventmachine (1.2.3)
  * exception_notification (4.2.1)
  * globalid (0.3.7)
  * haml (4.0.7)
  * haml-rails (0.9.0)
  * html2haml (2.1.0)
  * htmldiff (0.0.1 ef4f0ae)
  * htmlentities (4.3.1)
  * i18n (0.7.0)
  * jbuilder (2.6.3)
  * jenkins_api_client (1.3.0)
  * jquery-rails (3.1.4)
  * json (1.8.6)
  * kaminari (1.0.1)
  * kaminari-actionview (1.0.1)
  * kaminari-activerecord (1.0.1)
  * kaminari-core (1.0.1)
  * loofah (2.0.3)
  * mail (2.6.4)
  * mime-types (3.1)
  * mime-types-data (3.2016.0521)
  * mimemagic (0.3.2)
  * mini_magick (4.6.1)
  * mini_portile2 (2.1.0)
  * minitest (5.10.1)
  * mixlib-shellout (2.2.7)
  * multi_json (1.12.1)
  * mysql2 (0.3.21)
  * net-ldap (0.12.1)
  * nokogiri (1.6.8.1)
  * pandoc-ruby (2.0.1)
  * paperclip (4.2.4)
  * polyglot (0.3.5)
  * protected_attributes (1.1.3)
  * public_suffix (2.0.5)
  * rack (1.6.5)
  * rack-openid (1.4.2)
  * rack-raw-upload (1.1.1)
  * rack-test (0.6.3)
  * rails (4.2.7.1)
  * rails-deprecated_sanitizer (1.0.3)
  * rails-dom-testing (1.0.8)
  * rails-html-sanitizer (1.0.3)
  * railties (4.2.7.1)
  * rake (12.0.0)
  * rbpdf (1.19.0)
  * rbpdf-font (1.19.0)
  * redcarpet (3.3.4)
  * redmine-user_wiki_macro (0.0.2)
  * redmine_acts_as_taggable_on (1.1.0 a939bae)
  * request_store (1.0.5)
  * rich (1.4.8 93d1dd9)
  * rmagick (2.16.0)
  * roadie (3.2.1)
  * roadie-rails (1.1.1)
  * ruby-ole (1.2.12.1)
  * ruby-openid (2.3.0)
  * ruby_parser (3.8.4)
  * rubyzip (1.2.1)
  * sass (3.4.23)
  * sass-rails (5.0.6)
  * sexp_processor (4.8.0)
  * spreadsheet (1.1.4)
  * sprockets (3.7.1)
  * sprockets-rails (3.2.0)
  * terminal-table (1.7.3)
  * thin (1.7.0)
  * thor (0.19.4)
  * thread_safe (0.3.6)
  * tilt (2.0.6)
  * tzinfo (1.2.2)
  * unicode-display_width (1.1.3)
  * useragent (0.16.8)
  * will_paginate (3.1.5)
  * write_xlsx (0.83.0)
  * ya2yaml (0.31)
  * zip-zip (0.3)
archonwang commented 7 years ago

the log as follows when I opened the project issue lists

Started GET "/projects/demo/issues" for 192.168.60.238 at 2017-03-18 16:41:25 +0800
Processing by IssuesController#index as HTML
  Parameters: {"project_id"=>"demo"}
  Current user: hui.wang (id=8)
STATEMENT projects.id = 1 AND (issues.status_id IN (SELECT id FROM issue_statuses WHERE is_closed=0))
STATEMENT projects.id = 1 AND (issues.status_id IN (SELECT id FROM issue_statuses WHERE is_closed=0))
Read fragment views/queries/filter/user-8/2017-03-18T08:38:24Z/2017-03-17 07:31:18 UTC/e42c5980be4ccd0f7205b2df55f850cf (0.4ms)
  Rendered plugins/redmine_performance/app/views/queries/_filters.html.erb (17.5ms)
  Rendered queries/_columns.html.erb (4.4ms)
STATEMENT projects.id = 1 AND (issues.status_id IN (SELECT id FROM issue_statuses WHERE is_closed=0))
STATEMENT projects.id = 1 AND (issues.status_id IN (SELECT id FROM issue_statuses WHERE is_closed=0))
  Rendered issues/_list.html.erb (229.6ms)
STATEMENT projects.id = 1 AND (issues.status_id IN (SELECT id FROM issue_statuses WHERE is_closed=0))
  Rendered plugins/redmine_xlsx_format_issue_exporter/app/views/hooks/_view_issues_index_bottom.erb (4.7ms)
  Rendered plugins/redmine_graphs/app/views/hooks/redmine_graphs/_view_issues_sidebar_issues_bottom.html.erb (1.3ms)
  Rendered plugins/advanced_roadmap_v2/app/views/hooks/_milestones.html.erb (2.5ms)
  Rendered plugins/redmine_issue_templates/app/views/issue_templates/_issue_template_link.html.erb (1.2ms)
  Rendered issues/_sidebar.html.erb (19.5ms)
  Rendered issues/index.html.erb within layouts/base (302.9ms)
  Rendered plugins/advanced_roadmap_v2/app/views/hooks/_stylesheet.html.erb (0.5ms)
  Rendered plugins/bestest_timer/app/views/bestest_timer/_bestest_timer_partial.html.erb (9.9ms)
  Rendered plugins/quick_edit/app/views/hooks/_quick_edit_base_head.html.erb (0.4ms)
  Rendered plugins/quick_view/app/views/hooks/_quick_view_base_head.html.erb (0.3ms)
  Rendered plugins/redmine__select2/app/views/redmine__select2/_includes.html.erb (1.1ms)
  Rendered plugins/redmine_cut_tag/app/views/hooks/redmine_cut_tag/_includes.html.erb (0.6ms)
redmine_highlightjs2: supported browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36
  Rendered inline template (0.8ms)
  Rendered plugins/redmine_select2_inputs/app/views/select2/_metatags.html.erb (0.6ms)
  Rendered plugins/redmine_wiki_extensions/app/views/wiki_extensions/_html_header.html.erb (1.9ms)
  Rendered plugins/selectbox_autocompleter/app/views/selectbox_autocompleter/_headers.html.erb (0.9ms)
  Rendered plugins/clipboard_image_paste/app/views/clipboard_image_paste/_headers.html.erb (0.8ms)
  Rendered plugins/progressive_gantt_mods/app/views/application/_progressive_gantt_sidebar.html.erb (0.5ms)
  Rendered plugins/quick_edit/app/views/hooks/_quick_edit_base_bottom.html.erb (0.8ms)
  Rendered plugins/quick_view/app/views/hooks/_quick_view_base_bottom_tooltip.html.erb (1.3ms)
  Rendered plugins/quick_view/app/views/hooks/_quick_view_base_bottom.html.erb (3.1ms)
  Rendered plugins/quick_view/app/views/hooks/_quick_view_base_bottom_worktime_ext.html.erb (0.9ms)
  Rendered plugins/redmine_issue_wiki_journal/app/views/layouts/_body_bottom.html.erb (0.3ms)
  Rendered plugins/redmine_wiki_extensions/app/views/wiki_extensions/_body_bottom.html.erb (0.9ms)
  Rendered plugins/redmine_wiki_fix_toc/app/views/wiki_fix_toc/body_bottom.html.erb (0.3ms)
  Rendered plugins/selectbox_autocompleter/app/views/selectbox_autocompleter/_footer.html.erb (0.4ms)
  Rendered plugins/clipboard_image_paste/app/views/clipboard_image_paste/_add_form.html.erb (4.5ms)
Completed 200 OK in 518ms (Views: 378.2ms | ActiveRecord: 35.4ms)
Started GET "/issue_badge" for 192.168.60.238 at 2017-03-18 16:41:26 +0800
Processing by IssueBadgeController#index as */*
  Current user: hui.wang (id=8)
  Rendered plugins/redmine_issue_badge/app/views/issue_badge/_issue_badge.html.erb (0.6ms)
Completed 200 OK in 23ms (Views: 1.6ms | ActiveRecord: 8.3ms)
Started GET "/projects/demo/issues?private_token=false" for 192.168.60.238 at 2017-03-18 16:41:26 +0800
Processing by IssuesController#index as */*
  Parameters: {"private_token"=>"false", "project_id"=>"demo"}
  Current user: hui.wang (id=8)
STATEMENT projects.id = 1 AND (issues.status_id IN (SELECT id FROM issue_statuses WHERE is_closed=0))
STATEMENT projects.id = 1 AND (issues.status_id IN (SELECT id FROM issue_statuses WHERE is_closed=0))
Read fragment views/queries/filter/user-8/2017-03-18T08:38:24Z/2017-03-17 07:31:18 UTC/e42c5980be4ccd0f7205b2df55f850cf (0.2ms)
  Rendered plugins/redmine_performance/app/views/queries/_filters.html.erb (15.2ms)
  Rendered queries/_columns.html.erb (4.0ms)
STATEMENT projects.id = 1 AND (issues.status_id IN (SELECT id FROM issue_statuses WHERE is_closed=0))
STATEMENT projects.id = 1 AND (issues.status_id IN (SELECT id FROM issue_statuses WHERE is_closed=0))
  Rendered issues/_list.html.erb (228.0ms)
STATEMENT projects.id = 1 AND (issues.status_id IN (SELECT id FROM issue_statuses WHERE is_closed=0))
  Rendered plugins/redmine_xlsx_format_issue_exporter/app/views/hooks/_view_issues_index_bottom.erb (4.7ms)
  Rendered plugins/redmine_graphs/app/views/hooks/redmine_graphs/_view_issues_sidebar_issues_bottom.html.erb (1.3ms)
  Rendered plugins/advanced_roadmap_v2/app/views/hooks/_milestones.html.erb (2.4ms)
  Rendered plugins/redmine_issue_templates/app/views/issue_templates/_issue_template_link.html.erb (1.1ms)
  Rendered issues/_sidebar.html.erb (22.0ms)
  Rendered issues/index.html.erb (299.7ms)
Completed 200 OK in 395ms (Views: 284.9ms | ActiveRecord: 32.1ms)

could any plugin conflict with it ,thanks so much.

archonwang commented 7 years ago

some analysis about the page. but I 'm not similar with css and js, I donot know how to fix it . image

archonwang commented 7 years ago

@GEROMAX , Thanks. I checked my environment, and found that another plugin made the problem. for I have installed so much plugins to suit my workspace, I took much long time to confirm and fix. Thanks so much.

GEROMAX commented 7 years ago

Hi @archonwang . I feel good your issue resolution.