-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
open calendar occurs 500 error think it could be umcompatible with redmine_multiprojects_issue #74
Comments
the ActiveRecord::ConfigurationError information is: Issue id: 2, tracker_id: 1, project_id: 1, subject: "Demo Bug 100", description: "test descriptions...", due_date: nil, category_id: nil, status_id: 1, assigned_to_id: nil, priority_id: 2, fixed_version_id: nil, author_id: 1, lock_version: 1, created_on: "2016-04-08 05:27:59", updated_on: "2016-04-08 05:27:59", start_date: "2016-04-08", done_ratio: 10, estimated_hours: nil, parent_id: nil, root_id: 2, lft: 1, rgt: 2, is_private: false, closed_on: nil, answers_on_secondary_projects: true |
by the way I installed some plugin as follows:
is there something wrong with them? |
Maybe it's a compatibility problem between plugins, yes. Are you able to reproduce your problem without those plugins ? |
@Coren ,Thanks for your replies. I install the plugin redmine_multiprojects_issue and found it is not compatibility with advanced roadmap V2.. .. any solutions? Thanks. |
I installed a new environment to test it with advanced_roavdmap_v2 and redmine_multiprojects_issue
|
Could you please help me to check it ? Thanks a lot. |
I submit the debug information for it.
|
@archonwang multiple_project and advanced_roadmap(/v2) are not compatible but problem only occurs when displaying the milestone on the calendar. |
@quanvn , Thanks. I will try it. If it could been efficient, I will make a pull request. |
Hi, @quanvn, |
@archonwang Yes, it is a quick and dirty workaround.
|
@quanvn, |
when I opened calendar, it occured 500 error ,how to solve it? Thanks.
the error log is
Completed 500 Internal Server Error in 252ms (Views: 138.6ms | ActiveRecord: 20.8ms)
ActiveRecord::ConfigurationError ( <Issue id: 2, tracker_id: 1, project_id: 1, subject: "Demo Bug 100", description: "test descriptions...", due_date: nil, category_id: nil, status_id: 1, assigned_to_id: nil, priority_id: 2, fixed_version_id: nil, author_id: 1, lock_version: 1, created_on: "2016-04-08 05:27:59", updated_on: "2016-04-08 05:27:59", start_date: "2016-04-08", done_ratio: 10, estimated_hours: nil, parent_id: nil, root_id: 2, lft: 1, rgt: 2, is_private: false, closed_on: nil, answers_on_secondary_projects: true>):
plugins/advanced_roadmap_v2/lib/advanced_roadmap/calendars_controller_patch.rb:19:in
add_milestones' lib/redmine/sudo_mode.rb:63:in
sudo_mode'The text was updated successfully, but these errors were encountered: