Added by Various Interactive over 5 years ago
Updateing Openproject from 8.3.1 to 8.3.2 i receive after running openproject configure.
ERROR: Module perl not properly enabled: /etc/apache2/mods-enabled/perl.load is a real file, not touching it
Ubuntu 16.04
Replies (5)
Hi Harald,
which distribution are you running on?
Best,
Oliver
Hi Oliver,
thanks but this link solved my issue: https://ubuntuforums.org/showthread.php?t=1843307.
Now i have that issue:
and
return the correct value. With username/password i can onnect with mysql -u openproject -p I tried to migrate to posgre but that fails.
Any ideas?
Thanks and kind regards,
Harald
Now, that also works, but and configure script compleates without error.
But still have empty page (500): https://projects.varioous.at/index.php
The error reports that with the value in
DATABASE_URL
postgres cannot connect to the database due to an invalid password.You can check what this entry is with
openproject config:get DATABASE_URL
Can you manually connect with the following command?
psql $(openproject config:get DATABASE_URL)
If you followed our migration guides , you were instructed to create a postgres user with a password. This password needs to be entered in the URL and potentially URL escaped. If you have special characters in your URL, please escape your password with
openproject run ruby -r cgi -e "puts CGI.escape('your-password-here');"
Best,
Oliver
Hi Oliver,
thanks now everything is working. I migrated to PostgreSQL and updated to 9.0.1.
Thanks and kind regards,
Harald