alphanodes / additionals

Redmine plugin for easy customization of settings, text and content display by using personal or role-based dashboards (drag&drop), providing wiki macros and act as library for other plugins.
https://www.redmine.org/plugins/additionals
GNU General Public License v2.0
131 stars 43 forks source link

Slim no render #97

Closed qiaolb closed 3 years ago

qiaolb commented 3 years ago

My redmine can't display content properly,as follows: image

Redmine error log:

This will create any new migrations and skip existing ones
Version 3.5.0 has a migration for mysql adapter
W, [2021-03-11T04:06:32.075982 #149]  WARN -- : Creating scope :system. Overwriting existing method Enumeration.system.
W, [2021-03-11T04:06:33.102289 #149]  WARN -- : Creating scope :sorted. Overwriting existing method Group.sorted.
W, [2021-03-11T04:06:33.116749 #149]  WARN -- : Creating scope :sorted. Overwriting existing method User.sorted.
W, [2021-03-11T04:06:33.373942 #149]  WARN -- : Creating scope :visible. Overwriting existing method Principal.visible.
W, [2021-03-11T04:06:34.692807 #149]  WARN -- : DEPRECATION WARNING: Using a dynamic :action segment in a route is deprecated and will be removed in Rails 6.0. (called from instance_eval at /usr/src/redmine/config/routes.rb:355)
W, [2021-03-11T04:06:34.693147 #149]  WARN -- : DEPRECATION WARNING: Using a dynamic :action segment in a route is deprecated and will be removed in Rails 6.0. (called from instance_eval at /usr/src/redmine/config/routes.rb:355)
=> Booting WEBrick
=> Rails 5.2.2 application starting in production on http://0.0.0.0:3000
=> Run `rails server -h` for more startup options
W, [2021-03-11T04:06:38.242065 #1]  WARN -- : Creating scope :system. Overwriting existing method Enumeration.system.
E, [2021-03-11T04:07:08.128504 #1] ERROR -- : Deface: [ERROR] The original source for 'add-body-header' has changed, this override should be reviewed to ensure it's still valid.

Redmine info:

alexandermeindl commented 3 years ago

Hi @qiaolb

please try to update to latest stable additionals plugin version. This should fix your problem.

qiaolb commented 3 years ago

@alexandermeindl Thanks, and this problem has been solved.