Content
You are here:
Error trying to show Workpackages
Added by Hugo Flores Oviedo over 10 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)
Hello Hugo Flores,
what do you mean with last version of OpenProject, the dev branch?
Best
Ratzi
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!
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:
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
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
gem “openproject-plugins”, :git => “https://github.com/opf/openproject-plugins.git”, :branch => “stable”
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”
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’
gem ‘openproject-my_project_page’, :git => ‘https://github.com/finnlabs/openproject-my_project_page.git’, :branch => ‘stable’
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
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!