Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Plugins
  1. OpenProject
  2. Forums
  3. Plugins
  4. Backlog Plugin installation error

Backlog Plugin installation error

Added by Christian Granig over 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)

RE: Backlog Plugin installation error - Added by Robin Wagner over 10 years ago

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

  • (1 - 1/1)
Loading...