Questions tagged [openproject]

OpenProject is a free and open source, web-based project management tool. It is implemented in Ruby on Rails.

OpenProject is a web-based open-source project management software. It supports a large range in the project management life cycle: planning, requirement analysis, development, bug tracking, user support, versioning, documentation, meetings, cost planning.

OpenProject is developed on github through the OpenProject Foundation e.V. (OPF) and various other contributors. It is a fork of Redmine and Chiliproject and is licensed under the GPLv3. It claims to differ from its origins by being more enterprise-focused.

You may reach the developers throug using the forums, or opening an issue in the bug tracker.

103 questions
0
votes
0 answers

OpenProject Removes Access to Site Root

OpenProject installed to example.net/openproject per instructions on a rented Ubuntu 18.04 server. The site at example.net/ is no-longer accessible. Getting a 403 Error. How do I fix this?
J Vines
  • 182
  • 1
  • 16
0
votes
0 answers

Facing issues due to ownership on mounted folder with Docker

Following command works fine sudo docker run -d -p 8080:80 --name openproject -e SECRET_KEY_BASE=somesecret \ -v /var/lib/openproject/pgdata:/var/lib/postgresql/9.6/main \ -v /var/lib/openproject/logs:/var/log/supervisor \ -v…
Amit Kumar Gupta
  • 7,193
  • 12
  • 64
  • 90
0
votes
1 answer

How to migrate openproject database from Postgresql v9.4 to v9.6 within a docker installation?

I'm trying to update my OpenProject from v7.0 to v8.0 using the new Docker image.Everything went well till I try to import the database. The new version uses Postgresql v9.6 which is incompatible with the former Postgresql v9.4. There is a good…
Sabbane
  • 2,938
  • 4
  • 21
  • 27
0
votes
1 answer

OpenProject webhooks not fired

I'm trying to use the OpenProject's webhook to send workpackage's data to a third-party system, but it isn't even fired. I did all my tests using this OP docker container from version 7.4.0 to 7.4.7 but none of them worked. In all of these images,…
rcsalvador
  • 81
  • 8
0
votes
1 answer

Rake task not launched by Cron ? (openproject jobs:workoff)

The rake task seems never launched by Cron in a Ruby on Rails 5 application (Openproject 7) openproject$ crontab -l * * * * * cd /home/openproject/openproject-ce && RAILS_ENV=production bundle exec rake jobs:workoff >> log/cron.log The log file is…
Stéphane V
  • 1,094
  • 2
  • 11
  • 25
0
votes
1 answer

Openproject 7 : File to import not found or unreadable: helpers/functions

After a fresh install of Openproject (stable/7), I get the following error message when accessing localhost:3000 for the first time : Showing /home/stephane/www/openproject8/app/views/homescreen/blocks/_upsale.html.erb where line #6 raised: File to…
Stéphane V
  • 1,094
  • 2
  • 11
  • 25
0
votes
2 answers

gems not found even though they are installed

I am an absolute beginner when it comes to Ruby - I just follow a step by step tutorial to install OpenProject. Right now I have problems with the following line of command: RAILS_ENV=production bundle exec rake db:create It returns Could not…
user1658080
  • 631
  • 1
  • 7
  • 18
0
votes
0 answers

Import data into openproject database

I can have a look at already existing data in the table but when i choose a file and submit import action i get the following error (Unknown action) The action 'import' could not be found for TypesController My…
Ajay
  • 9
  • 6
0
votes
1 answer

Import .csv file at openproject

When i try to import .csv file i get the following error message. NoMethodError in Users1#index undefined method `project' for # MY users1_controller.rb class Users1Controller < ApplicationController def index …
Ajay
  • 9
  • 6
0
votes
0 answers

How to know who has deleted a project in OpenProject

We have multiple admins in OpenProjects. One of the project is deleted and now we are unable to debug who has deleted the project. If we delete a project from application instead of soft delete the record is deleted from the database. Now we are…
Vamsi
  • 23
  • 6
0
votes
3 answers

Running two websites on one apache server

I am running Ubuntu 16.04 LTS as a server and installed GitLab and OpenProject on it. However since I installed GitLab I can't access my OpenProject anymore, I've tried to forward it to a different port using the apache2 configs but it wouldn't…
d0ve
  • 63
  • 1
  • 1
  • 11
0
votes
1 answer

Openproject mail configuration issue

I was using Bitnami Openproject instance and my team loves it. Thanks to the Openproject developers! But the problem is, users are not receiving any mail when a work package is created or updates. I have configured mail in the configuration.yml…
0
votes
0 answers

Nginx patch method, proxy pass

I have a small problem with nginx and patch method - I've got 400 Bad request. I use OpenProject (use Apache2) in my OpenVZ. I use Nginx on base machine and I use proxy pass to pass request to the container OpenVZ. Unfortunetely, I have error in…
IceManSpy
  • 1,078
  • 1
  • 13
  • 35
0
votes
1 answer

Connecting to openproject installed on a remote fedora20 server

I just installed OpenProject using package installation on a fedora20. Everything seems OK. I can call the Apache Server with http://185.82.22.144:80 But I cannot connect to OpenProject. Ends up with a…
user3647093
  • 363
  • 1
  • 6
  • 17
0
votes
0 answers

Start Rails application on Boot

I have OpenProject, a Ruby on Rails application, I want to make it up with the system boot, made a script and call this script in Upstart, but when I see the log, the following message appears: /usr/bin/env: ruby: File or directory not found. The…
Roknauta
  • 178
  • 10