hidakatsuya / redmine_default_custom_query

Redmine plugin for setting default custom query of Issues for each project
http://www.redmine.org/plugins/redmine_default_custom_query
MIT License
73 stars 20 forks source link

Cannot start Redmine after installation #45

Open laborb-sb opened 5 years ago

laborb-sb commented 5 years ago

Hello, I wanted to test the plugin. Sounds like a very useful extension.

Unfortunately I can't start Redmine with the installed plugin anymore. Since I didn't make any other changes to the system, it's probably due to the plugin or an incompatibility. I'm afraid I have no knowledge of Rails.

In the log I find the following lines:

Nov 06 20:52:06 3: from /app/code/plugins/redmine_default_custom_query/app/patches/controllers/issues_controller_patch.rb:3:in<top (required)>' Nov 06 20:52:06 2: from /app/code/plugins/redmine_default_custom_query/app/patches/controllers/issues_controller_patch.rb:4:in <module:DefaultCustomQuery>' Nov 06 20:52:06 1: from /app/code/plugins/redmine_default_custom_query/app/patches/controllers/issues_controller_patch.rb:7:in' Nov 06 20:52:06 /var/lib/gems/2.5.0/gems/activesupport-5.2.3/lib/active_support/concern.rb:130:in included': Cannot define multiple 'included' blocks for a Concern (ActiveSupport::Concern::MultipleIncludedBlocks)

Redmine Version: 4.0.5.stable Redmine plugins: additionals 2.0.21-master redmine_agile 1.5.0 redmine_checklists 3.1.16 redmine_contacts 4.2.5 redmine_contacts_helpdesk 4.1.5 redmine_gitlab_hook 4.0.0 redmine_image_clipboard_paste 3.3.0 redmine_issue_history_filter 0.0.1 redmine_issue_templates 0.3.4 redmine_lightbox2 0.5.0 redmine_silencer 0.4.3 redmineup_tags 2.0.8 sidebar_hide 0.0.8 time_logger 0.5.4

Thanx for looking at the problem.