Issues after upgrade from 3.4.5 to 4.1.1
Added by Max Hewitt over 4 years ago
Hello everyone!
A week ago I upgraded redmine from 3.4.5 to 4.1.1. Everything seems to be ok but there're several issues I would like you to help me with.
OS:
CentOS Linux release 7.8.2003 (Core)
DB:
PostgreSQL 10.13
Environment:
Redmine version 4.1.1.stable.19819
Ruby version 2.6.5-p114 (2019-10-01) [x86_64-linux]
Rails version 5.2.4.2
Environment production
Database adapter PostgreSQL
Mailer queue ActiveJob::QueueAdapters::AsyncAdapter
Mailer delivery smtp
SCM:
Subversion 1.7.14
Git 1.8.3.1
Filesystem
Redmine plugins:
redmine_embedded_video 0.0.3.1
redmine_hotkeys_js 0.0.5
I used this guide https://www.redmine.org/projects/redmine/wiki/RedmineUpgrade and on "Step 3" I chose "Option 2"
- There're messages in production.log
ActionController::RoutingError (No route matches [GET] "/images/bullet_arrow_left.png"): ActionController::RoutingError (No route matches [GET] "/images/arrow_expanded.png"): ActionController::RoutingError (No route matches [GET] "/images/arrow_collapsed.png"): ActionController::RoutingError (No route matches [GET] "/images/bullet_arrow_right.png"): ActionController::RoutingError (No route matches [GET] "/version"): ActionController::RoutingError (No route matches [GET] "/favicon.ico%3F1530011900"):
I fixed those ones about /images/ by downloading them from http://svn.redmine.org/redmine/branches/3.4-stable/public/images/
but I think that it's not the right way it should be fixed. - This is how I see "Filters" and "Options" when I open an issue list (/issues):
An arrow near "Options" indicates that options should be collapsed, but they're not. The same situation with a project list (/projects). - Sometimes, when I open redmine directory I get this warning:
[root@redmine tmp]# cd /var/www/redmine/log/ RVM used your Gemfile for selecting Ruby, it is all fine - Heroku does that too, you can ignore these warnings with 'rvm rvmrc warning ignore /var/www/redmine/Gemfile'. To ignore the warning for all files run 'rvm rvmrc warning ignore allGemfiles'. Unknown ruby interpreter version (do not know how to handle): >=2.3.0,<2.7.0ifBundler::VERSION>=1.12.0. [root@redmine log]# [root@redmine log]# bundler --version The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`. The dependency ffi (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`. Bundler version 1.17.3 [root@redmine log]#
Replies (1)
RE: Issues after upgrade from 3.4.5 to 4.1.1 - Added by Dennis Buehring about 2 years ago
I have the same issue with 4.2.7 and
ActionController::RoutingError (No route matches [GET] "/images/bullet_arrow_left.png"):
I've updated from 3.x.x to 4.2.7 recently, is this a caching issue with users accessing the new version for the first time ? Url is still the same and we too had some css glitches when users did not force a refresh of the page after the update.
And i didnt find these images anywhere referenced in the code... so cache i guess