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

click tree view goes to 505 page #13

Closed peterdu88 closed 8 years ago

peterdu88 commented 8 years ago

Redmine 3.0 Ruby 2.1.6p336 Ubuntu 14.04

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.

Production.log

Tracker Load (0.3ms) SELECT DISTINCT trackers.* FROM trackers INNER JOIN projects_trackers ON projects_trackers.tracker_id = trackers.id INNER JOIN projects ON projects.id = projects_trackers.project_id JOIN enabled_modules ON enabled_modules.project_id = projects.id AND enabled_modules.name = 'issue_tracking' WHERE (projects.lft >= 11 AND projects.rgt <= 12 AND projects.status <> 9) ORDER BY trackers.position ASC Completed 500 Internal Server Error in 22ms (ActiveRecord: 1.6ms)

NoMethodError (undefined method <<' for {}:Hash): lib/redmine/sudo_mode.rb:63:insudo_mode'

Loriowar commented 8 years ago

Need more info (preferable a full traceback). Now I can't imagine how plugin involved in this situation.

peterdu88 commented 8 years ago

What do you need?

From: Ivan Zabrovskiy [mailto:notifications@github.com] Sent: Wednesday, October 28, 2015 3:21 AM To: Loriowar/redmine_issues_tree redmine_issues_tree@noreply.github.com Cc: Peter Du peterdu88@gmail.com Subject: Re: [redmine_issues_tree] click tree view goes to 505 page (#13)

Need more info (preferable a full traceback). Now I can't imagine how plugin involved in this situation.

— Reply to this email directly or view it on GitHub https://github.com/Loriowar/redmine_issues_tree/issues/13#issuecomment-151750285 . https://github.com/notifications/beacon/AEuPNsKToADpV_wKzPSEMgZovv0rZ_Utks5pAG7HgaJpZM4GXDs5.gif

Loriowar commented 8 years ago

Need full traceback(i.e. callstack) of 500 error for understanding how my plugin influence on your app.

Loriowar commented 8 years ago

Are you using an issue query with grouping condition? Or have you a SCRUM plugin in your Redmine installation?

Loriowar commented 8 years ago

Not enough information.