Skip to content
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

Brokes wiki page after installing plugin #134

Open
dyustepanov opened this issue Apr 27, 2022 · 6 comments
Open

Brokes wiki page after installing plugin #134

dyustepanov opened this issue Apr 27, 2022 · 6 comments

Comments

@dyustepanov
Copy link

The wiki section breaks after installing the plugin
Redmine: 4.2.5.stable
DB: PostgreSQL 14
Ruby: 2.7.0

Log:
Missing template, responding with 404: Missing template wiki/show with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[]}. Searched in:
* "/opt/redmine/plugins/redmine_telegram_email/app/views"
* "/opt/redmine/plugins/redmine_git_remote/app/views"
* "/opt/redmine/plugins/redmine_code_review/app/views"
* "/opt/redmine/plugins/onlyoffice_redmine/app/views"
* "/opt/redmine/plugins/additionals/app/views"
* "/opt/redmine/app/views"
* "/var/lib/gems/2.7.0/gems/render_async-2.1.11/app/views"
* "/opt/redmine/plugins/additionals/app/views"
Rendering common/error.html.erb within layouts/base
Rendered common/error.html.erb within layouts/base (0.3ms)
Rendered plugins/redmine_code_review/app/views/code_review/_html_header.html.erb (0.1ms)
Rendered plugins/additionals/app/views/additionals/_html_head.html.slim (28.5ms)
Rendered plugins/additionals/app/views/additionals/_body_top.slim (0.1ms)
Rendered plugins/redmine_code_review/app/views/code_review/_body_bottom.html.erb (0.2ms)
Rendered plugins/additionals/app/views/additionals/_body_bottom.html.slim (0.4ms)
Completed 404 Not Found in 114ms (Views: 51.9ms | ActiveRecord: 16.8ms)

@alexandermeindl
Copy link
Collaborator

HI @dyustepanov,

this looks like a compatibility problem with another plugin. Try to remove other plugins to find out which plugin causes the problem.

@dyustepanov
Copy link
Author

HI @dyustepanov,

this looks like a compatibility problem with another plugin. Try to remove other plugins to find out which plugin causes the problem.

Thanks, there is conflict with onlyoffice-plugin. And separately, both plugins work correctly.

@viser72
Copy link

viser72 commented Aug 17, 2022

Hi,
I confirm that there is a conflict between the additionals and only-office plugins. Is there a way to solve this problem?

@kieselflink
Copy link

I encountered the same problem here. I have not been able to run 'additionals' and 'onlyoffice_redmine' at the same time, without lying the wiki.

Are there any solutions in the meantime?

Kind regards

@RomanGame
Copy link

UP.
Same Error, Redmine 5.1.2 and only-office plugin

@RomanGame
Copy link

commented out plugins/additionals/app/overrides/wiki_show.rb
and all worked now.

plugins/additionals/app/overrides/wiki_show.rb
# frozen_string_literal: true
module WikiShow
#  Deface::Override.new virtual_path: 'wiki/show',
#                       name: 'wiki-show',
#                       sequence: 1,
#                       insert_before: 'p.wiki-update-info',
                       #original: 'd9f52aa98f1cb335314570d3f5403690f1b29145',
#                       partial: 'hooks/view_wiki_show_bottom'
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

5 participants