Loriowar / redmine_issues_tree

Provides a tree view of the Redmine issues list
GNU General Public License v3.0
115 stars 72 forks source link

5.0.2 can not use #136

Open 410455544 opened 10 months ago

410455544 commented 10 months ago

5.0.2 version install redmine_issue_tree-master

When I restart redmine server Thin_Redmine & Thin_Redmine_2 can not Running

Loriowar commented 10 months ago

@410455544 in case of Redmine 5.0.2 you have to use corresponding branch of the plugin. master branch doesn't contain any working code. There is more explanation in the Readme.

410455544 commented 10 months ago

I download this redmine_issues_tree-5.0.x , I bundle it , but it can not use , did I do anything wrong

410455544 commented 10 months ago

Thin_Redmine & Thin_Redmine_2 still can not run

lovesharepc commented 10 months ago

@Loriowar look like ruby dependencies problem I add gem 'haml', '<=5.0' to Gemfile can fix this issue

410455544 commented 10 months ago

@lovesharepc Internal error

An error occurred on the page you were trying to access. If you continue to experience problems please contact your Redmine administrator for assistance.

If you are the Redmine administrator, check your log files for details about the error.

it is not working

410455544 commented 10 months ago

Log is I, [2023-09-18T15:14:49.069754 #22060] INFO -- : [3e12bcb9-8899-44de-b00a-7919293477f7] Started GET "/redmine/issues" for 127.0.0.1 at 2023-09-18 15:14:49 +0800 I, [2023-09-18T15:14:49.070453 #22060] INFO -- : [3e12bcb9-8899-44de-b00a-7919293477f7] Processing by IssuesController#index as HTML I, [2023-09-18T15:14:49.073973 #22060] INFO -- : [3e12bcb9-8899-44de-b00a-7919293477f7] Current user: leolin (id=1) I, [2023-09-18T15:14:49.165320 #22060] INFO -- : [3e12bcb9-8899-44de-b00a-7919293477f7] Rendered plugins/redmine_issues_tree/app/views/issues/index.html.erb within layouts/base (Duration: 3.1ms | Allocations: 1634) I, [2023-09-18T15:14:49.165567 #22060] INFO -- : [3e12bcb9-8899-44de-b00a-7919293477f7] Rendered layout layouts/base.html.erb (Duration: 3.3ms | Allocations: 1670) I, [2023-09-18T15:14:49.165860 #22060] INFO -- : [3e12bcb9-8899-44de-b00a-7919293477f7] Completed 500 Internal Server Error in 95ms (ActiveRecord: 30.6ms | Allocations: 55430)