It’s not obvious to me where this error comes from, but we can try a few things to get this resolved :)
It might be that you have pending database migrations (this might be because you updated OpenProject or installed a plug-in). In this case try the following command in the console in your OpenProject directory:
RAILS_ENV=production bundle exec rake db:migrate
If this doesn’t help, can you tell us which OpenProject version you are running (best is if you tell us the git commit hash)? I’d be great if you would provide us your Gemfile.plugins file in case you have installed plugins. Often we see errors which come because OpenProject and it’s plug-ins are out of sync.
I installed 3.0 and getting the same error on work package creation. I performed RAILS_ENV=production bundle exec rake db:migrate and RAILS_ENV=“production” bundle exec rake assets:precompile
restarted httpd, but I think i never turned it off and the tried again same same.
Replies (2)
Hi Douglas,
It’s not obvious to me where this error comes from, but we can try a few things to get this resolved :)
It might be that you have pending database migrations (this might be because you updated OpenProject or installed a plug-in). In this case try the following command in the console in your OpenProject directory:
If this doesn’t help, can you tell us which OpenProject version you are running (best is if you tell us the git commit hash)? I’d be great if you would provide us your
Gemfile.plugins
file in case you have installed plugins. Often we see errors which come because OpenProject and it’s plug-ins are out of sync.cheers,
tessi
I installed 3.0 and getting the same error on work package creation. I performed RAILS_ENV=production bundle exec rake db:migrate and RAILS_ENV=“production” bundle exec rake assets:precompile
restarted httpd, but I think i never turned it off and the tried again same same.
Completed 500 Internal Server Error
Any thoughts?