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
"bundle install" - executed without errors, and after database migration - "bundle exec rake redmine:plugins NAME=redmine_favorite_projects RAILS_ENV=production"
I get the following message:
bundleexecrake redmine:pluginsNAME=redmine_favorite_projectsRAILS_ENV=productionrakeaborted!
LoadError: cannotloadsuchfile--redmine_favorite_projects/opt/redmine/vendor/bundle/ruby/3.0.0/gems/zeitwerk-2.6.8/lib/zeitwerk/kernel.rb:38:in`require'/opt/redmine/vendor/bundle/ruby/3.0.0/gems/zeitwerk-2.6.8/lib/zeitwerk/kernel.rb:38:in `require'
/opt/redmine/plugins/redmine_favorite_projects/init.rb:6:in`<top (required)>'/opt/redmine/lib/redmine/plugin_loader.rb:31:in `load'
/opt/redmine/lib/redmine/plugin_loader.rb:31:in`run_initializer'/opt/redmine/lib/redmine/plugin_loader.rb:108:in `each'
/opt/redmine/lib/redmine/plugin_loader.rb:108:in`block in load'/opt/redmine/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.4/lib/active_support/callbacks.rb:427:in `instance_exec'
/opt/redmine/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.4/lib/active_support/callbacks.rb:427:in`block in make_lambda'/opt/redmine/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.4/lib/active_support/callbacks.rb:198:in `block(2levels)inhalting'
/opt/redmine/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.4/lib/active_support/callbacks.rb:604:in`block (2 levels) in default_terminator'/opt/redmine/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.4/lib/active_support/callbacks.rb:603:in `catch'
/opt/redmine/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.4/lib/active_support/callbacks.rb:603:in`block in default_terminator'/opt/redmine/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.4/lib/active_support/callbacks.rb:199:in `blockinhalting'
/opt/redmine/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.4/lib/active_support/callbacks.rb:512:in`block in invoke_before'/opt/redmine/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.4/lib/active_support/callbacks.rb:512:in `each'
/opt/redmine/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.4/lib/active_support/callbacks.rb:512:in`invoke_before'/opt/redmine/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.4/lib/active_support/callbacks.rb:105:in `run_callbacks'
/opt/redmine/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.4/lib/active_support/reloader.rb:88:in`prepare!'/opt/redmine/vendor/bundle/ruby/3.0.0/gems/railties-6.1.7.4/lib/rails/application/finisher.rb:124:in `blockin<module:Finisher>'
/opt/redmine/vendor/bundle/ruby/3.0.0/gems/railties-6.1.7.4/lib/rails/initializable.rb:32:in`instance_exec'/opt/redmine/vendor/bundle/ruby/3.0.0/gems/railties-6.1.7.4/lib/rails/initializable.rb:32:in `run'
/opt/redmine/vendor/bundle/ruby/3.0.0/gems/railties-6.1.7.4/lib/rails/initializable.rb:61:in`block in run_initializers'/opt/redmine/vendor/bundle/ruby/3.0.0/gems/railties-6.1.7.4/lib/rails/initializable.rb:60:in `run_initializers'
/opt/redmine/vendor/bundle/ruby/3.0.0/gems/railties-6.1.7.4/lib/rails/application.rb:391:in`initialize!'/opt/redmine/config/environment.rb:16:in `<top(required)>'
/opt/redmine/vendor/bundle/ruby/3.0.0/gems/zeitwerk-2.6.8/lib/zeitwerk/kernel.rb:38:in`require'/opt/redmine/vendor/bundle/ruby/3.0.0/gems/zeitwerk-2.6.8/lib/zeitwerk/kernel.rb:38:in `require'
/opt/redmine/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.4/lib/active_support/dependencies.rb:332:in`block in require'/opt/redmine/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.4/lib/active_support/dependencies.rb:299:in `load_dependency'
/opt/redmine/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.4/lib/active_support/dependencies.rb:332:in`require'/opt/redmine/vendor/bundle/ruby/3.0.0/gems/railties-6.1.7.4/lib/rails/application.rb:367:in `require_environment!'
/opt/redmine/vendor/bundle/ruby/3.0.0/gems/railties-6.1.7.4/lib/rails/application.rb:533:in`block in run_tasks_blocks'/opt/redmine/lib/tasks/redmine.rake:73:in `block(2levels)in<top(required)>'
/opt/redmine/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/exe/rake:27:in`<top(required)>'
Tasks: TOP=>redmine:plugins:migrate=>environment(Seefulltracebyrunningtaskwith--trace)
Please help to solve the problem
The text was updated successfully, but these errors were encountered:
My Redmine data:
"bundle install" - executed without errors, and after database migration - "bundle exec rake redmine:plugins NAME=redmine_favorite_projects RAILS_ENV=production"
I get the following message:
Please help to solve the problem
The text was updated successfully, but these errors were encountered: