You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is removed in later versions, but I've installed Additionals 3.0.5.2 on my Redmine 4.2.8, and when starting the service my logs say
Feb 01 19:50:52 dev-redmine systemd[1]: Starting Redmine Issue Tracker on Puma...
Feb 01 19:50:52 dev-redmine bundle[2668525]: [2668525] Puma starting in cluster mode...
Feb 01 19:50:52 dev-redmine bundle[2668525]: [2668525] * Version 4.3.12 (ruby 2.7.6-p219), codename: Mysterious Traveller
Feb 01 19:50:52 dev-redmine bundle[2668525]: [2668525] * Min threads: 0, max threads: 16
Feb 01 19:50:52 dev-redmine bundle[2668525]: [2668525] * Environment: production
Feb 01 19:50:52 dev-redmine bundle[2668525]: [2668525] * Process workers: 5
Feb 01 19:50:52 dev-redmine bundle[2668525]: [2668525] * Preloading application
Feb 01 19:50:53 dev-redmine bundle[2668525]: /var/redmine/code/4.2.8/plugins/additionals/lib/additionals.rb:6: warning: already initialized constant Additionals::MAX_CUSTOM_MENU_ITEMS
Feb 01 19:50:53 dev-redmine bundle[2668525]: /var/redmine/plugins/additionals/3.0.5.2/lib/additionals.rb:6: warning: previous definition of MAX_CUSTOM_MENU_ITEMS was here
Feb 01 19:50:53 dev-redmine bundle[2668525]: /var/redmine/code/4.2.8/plugins/additionals/lib/additionals.rb:7: warning: already initialized constant Additionals::SELECT2_INIT_ENTRIES
Feb 01 19:50:53 dev-redmine bundle[2668525]: /var/redmine/plugins/additionals/3.0.5.2/lib/additionals.rb:7: warning: previous definition of SELECT2_INIT_ENTRIES was here
Feb 01 19:50:53 dev-redmine bundle[2668525]: /var/redmine/code/4.2.8/plugins/additionals/lib/additionals.rb:8: warning: already initialized constant Additionals::API_LIMIT
Feb 01 19:50:53 dev-redmine bundle[2668525]: /var/redmine/plugins/additionals/3.0.5.2/lib/additionals.rb:8: warning: previous definition of API_LIMIT was here
Feb 01 19:50:53 dev-redmine bundle[2668525]: /var/redmine/code/4.2.8/plugins/additionals/lib/additionals.rb:9: warning: already initialized constant Additionals::DEFAULT_MODAL_WIDTH
Feb 01 19:50:53 dev-redmine bundle[2668525]: /var/redmine/plugins/additionals/3.0.5.2/lib/additionals.rb:9: warning: previous definition of DEFAULT_MODAL_WIDTH was here
Feb 01 19:50:53 dev-redmine bundle[2668525]: /var/redmine/code/4.2.8/plugins/additionals/lib/additionals.rb:10: warning: already initialized constant Additionals::GOTO_LIST
Feb 01 19:50:53 dev-redmine bundle[2668525]: /var/redmine/plugins/additionals/3.0.5.2/lib/additionals.rb:10: warning: previous definition of GOTO_LIST was here
Feb 01 19:50:53 dev-redmine bundle[2668525]: /var/redmine/code/4.2.8/plugins/additionals/lib/additionals.rb:11: warning: already initialized constant Additionals::LIST_SEPARATOR
Feb 01 19:50:53 dev-redmine bundle[2668525]: /var/redmine/plugins/additionals/3.0.5.2/lib/additionals.rb:11: warning: previous definition of LIST_SEPARATOR was here
I install Redmine plugins by linking the version directories inside the Redmine plugins dir. Is that bad practice or why does it seem like the additionals plugin sees redefinitions by both looking at the real plugin dir and the symlinked dir?
Meaning: /var/redmine/code/4.2.8/plugins/additionals is a symlink to /var/redmine/plugins/additionals/3.0.5.2
The text was updated successfully, but these errors were encountered:
danowar2k
changed the title
Warnings when starting Redmine 4.2.x with Additionals 1.0.4 (using Puma)
[Ruby 2.7] [Redmine 4.2.x] [Additionals 1.0.4] Warnings when starting Redmine 4.2.x with Additionals 1.0.4 (using Puma)
Feb 1, 2023
danowar2k
changed the title
[Ruby 2.7] [Redmine 4.2.x] [Additionals 1.0.4] Warnings when starting Redmine 4.2.x with Additionals 1.0.4 (using Puma)
[Ruby 2.7] [Redmine 4.2.x] [Additionals 3.0.5.2] Warnings when starting Redmine 4.2.x with Additionals 3.0.5.2 (using Puma)
Feb 1, 2023
I don't know if this is removed in later versions, but I've installed Additionals 3.0.5.2 on my Redmine 4.2.8, and when starting the service my logs say
I install Redmine plugins by linking the version directories inside the Redmine plugins dir. Is that bad practice or why does it seem like the additionals plugin sees redefinitions by both looking at the real plugin dir and the symlinked dir?
Meaning: /var/redmine/code/4.2.8/plugins/additionals is a symlink to /var/redmine/plugins/additionals/3.0.5.2
The text was updated successfully, but these errors were encountered: