Content
Backlog Plugin installation error
Added by Christian Granig about 10 years ago
Hey guys,
i tried to install the backlog plugin but when i want to start the server, i always get this error message:
require ‘rails/all’… 0.400s
Bundler.require… /var/lib/gems/2.1.0/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `require’: cannot load such file — open_project/plugins (LoadError)
from /var/lib/gems/2.1.0/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `block in require’
from /var/lib/gems/2.1.0/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:236:in `load_dependency’
from /var/lib/gems/2.1.0/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `require’
from /home/openproject/.bundler/ruby/2.1.0/openproject-pdf_export-4364134b9b4a/lib/open_project/pdf_export/engine.rb:26:in `<top (required)>’
from /var/lib/gems/2.1.0/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `require’
from /var/lib/gems/2.1.0/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `block in require’
from /var/lib/gems/2.1.0/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:236:in `load_dependency’
from /var/lib/gems/2.1.0/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `require’
from /home/openproject/.bundler/ruby/2.1.0/openproject-pdf_export-4364134b9b4a/lib/open_project/pdf_export.rb:28:in `module:PdfExport’
from /home/openproject/.bundler/ruby/2.1.0/openproject-pdf_export-4364134b9b4a/lib/open_project/pdf_export.rb:27:in `module:OpenProject’
from /home/openproject/.bundler/ruby/2.1.0/openproject-pdf_export-4364134b9b4a/lib/open_project/pdf_export.rb:26:in `<top (required)>’
from /var/lib/gems/2.1.0/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `require’
from /var/lib/gems/2.1.0/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `block in require’
from /var/lib/gems/2.1.0/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:236:in `load_dependency’
from /var/lib/gems/2.1.0/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `require’
from /home/openproject/.bundler/ruby/2.1.0/openproject-pdf_export-4364134b9b4a/lib/openproject-pdf_export.rb:26:in `<top (required)>’
from /var/lib/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/runtime.rb:76:in `require’
from /var/lib/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/runtime.rb:76:in `block (2 levels) in require’
from /var/lib/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/runtime.rb:72:in `each’
from /var/lib/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/runtime.rb:72:in `block in require’
from /var/lib/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/runtime.rb:61:in `each’
from /var/lib/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/runtime.rb:61:in `require’
from /var/lib/gems/2.1.0/gems/bundler-1.7.3/lib/bundler.rb:133:in `require’
from /home/openproject/openproject/config/application.rb:56:in `block in <top (required)>’
from /home/openproject/openproject/config/application.rb:44:in `block in bench’
from /usr/lib/ruby/2.1.0/benchmark.rb:279:in `measure’
from /home/openproject/openproject/config/application.rb:43:in `bench’
from /home/openproject/openproject/config/application.rb:55:in `<top (required)>’
from /var/lib/gems/2.1.0/gems/railties-3.2.19/lib/rails/commands.rb:53:in `require’
from /var/lib/gems/2.1.0/gems/railties-3.2.19/lib/rails/commands.rb:53:in `block in <top (required)>’
from /var/lib/gems/2.1.0/gems/railties-3.2.19/lib/rails/commands.rb:50:in `tap’
from /var/lib/gems/2.1.0/gems/railties-3.2.19/lib/rails/commands.rb:50:in `<top (required)>’
from script/rails:6:in `require’
from script/rails:6:in `
’
i installed it like this: https://community.openproject.org/topics/1697?r=1700
can someone help me? That would be great
Replies (1)
Hi Christian,
sorry for the late reply.
Which version of OpenProject do you use?
With OpenProject 4.0 you no longer need the “Plugins plugin”. For updated plugin instructions please have a look here: https://www.openproject.org/download/install-plugins/.
Could you also post your Gemfile.plugins?
If you use the reporting plugin, there is a known error when having the Backlogs plugin before the Reporting plugin:
https://community.openproject.org/topics/2043
Thanks,
Robin