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

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Error trying to show Workpackages

Error trying to show Workpackages

Added by Hugo Flores Oviedo almost 11 years ago

Hi guys,

I’m New to this forum and the app. Actually im trying to implement OpenProject on my company (Atento), i had some problems installing it and now when i want to view a Workpackage it shows me this error.

Im using last version of OpenProject and Ruby and im at development mode.

I hope you can help me!

Greetings!


Replies (5)

RE: Error trying to show Workpackages - Added by Christian Ratz almost 11 years ago

Hello Hugo Flores,

what do you mean with last version of OpenProject, the dev branch?

Best
Ratzi

RE: Error trying to show Workpackages - Added by Hugo Flores Oviedo almost 11 years ago

I’m using 3.0.4 branch version and i changed it to stable. I’m new include both ruby and OpenProject.

I followed the Installation guide so i assume that i have the last version (dev version according to the github page)

By the way if you can help me to set up a stable production server i will really appreciate it.

So thanks for your help again!

Greetings!

RE: Error trying to show Workpackages - Added by Philipp Tessenow almost 11 years ago

Hi Hugo,

it might be that you have pending migrations (because you updated OpenProject or installed a plug-in). Try the following command on the command line in your OpenProject directory:

RAILS_ENV=production bundle exec rake db:migrate

If this doesn’t help, it might be a plug-in which is out of sync with your OpenProject installation. Can you provide us your Gemfile.plugins file, so we can check this case?

cheers,
tessi

RE: Error trying to show Workpackages - Added by Hugo Flores Oviedo almost 11 years ago

Hi,

Well i’ve run the command and i started the service again. It gave me the same error and now (with the precompiled assets) my backlog plugin stop to work properly (i cant move the notes).

This is my Gemfile.plugins

  1. Required for each plug-in
    gem “openproject-plugins”, :git => “https://github.com/opf/openproject-plugins.git”, :branch => “stable”
  1. Required by backlogs
    gem “openproject-pdf_export”, git: “https://github.com/finnlabs/openproject-pdf_export.git”, :branch => “stable”

gem “openproject-backlogs”, git: “https://github.com/finnlabs/openproject-backlogs.git”, :branch => “stable”

  1. Required by Costs
    gem ‘openproject-costs’, :git => ‘https://github.com/finnlabs/openproject-costs.git’, :branch => ‘stable’

gem ‘reporting_engine’, :git => ‘https://github.com/finnlabs/reporting_engine.git’, :branch => ‘stable’

#Required by Meetings
gem ‘openproject-meeting’, :git => ‘https://github.com/finnlabs/openproject-meeting.git’, :branch => ‘stable’

  1. Required by my project page
    gem ‘openproject-my_project_page’, :git => ‘https://github.com/finnlabs/openproject-my_project_page.git’, :branch => ‘stable’
  1. Required by translations
    gem ‘openproject-translations’, :git => ‘https://github.com/opf/openproject-translations.git’, :branch => ‘stable’

I hope you can help me!

Thanks!

Edit: My backlogs plugin stops working on all the “cool moving features”, and all the workpackages that i’ve created using it are showing the same error

RE: Error trying to show Workpackages - Added by Hugo Flores Oviedo almost 11 years ago

Hi again,

I’m trying to re-install Openproject, but now when i want to install the plugins it fails on Translations one, giving me this message:

Bundler could not find compatible versions for gem “openproject-plugins”:
In Gemfile:
openproject-translations (>= 0) ruby depends on
openproject-plugins (~> 1.0.6) ruby

openproject-plugins (3.0.8)

If i remove the plugin it works.

I recently update the rvm using rvm get head.

Greetings!

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