Closed archonwang closed 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.
some analysis about the page. but I 'm not similar with css and js, I donot know how to fix it .
@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.
Hi @archonwang . I feel good your issue resolution.
@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.
my environment is
my bundle gem list