Added by Squellettore Killan over 6 years ago
Hi,
I tried to install the last version (7.4.5) of OP.
When finish the install, following the doc (https://www.openproject.org/download-and-installation/#installation), i got an service unavailable.
No log, or explanation.
I have the domaine (openproject.mydomain.net), i got an apache2 openproject.conf file pointing on the /opt/openproject/public folder.
The database (mysql) has 7 tables created.
What can i do to solve the problem please ?
Thanks in advance.
Replies (3)
Maybe it can help at the reconfigure time i got
Later same MySQL error
and later again
What mysql database version and collation for the database are you using? The error is quite clear, in your encoding, the prefix length exceeds the capability of MySQL. This might be because you’re using the now suggested utf8mb4 encoding to make MySQL accept all UTF-8 characeters and not just a subset.
For more information, see https://stackoverflow.com/a/1814594/420614. Fore example, upgrading to MySQL 5.7. should resolve that issue.
Best,
Oliver
Hi,
Thanks for your answer.
Here is my version, apt update/upgrade done today. (debian 9)
mysql Ver 15.1 Distrib 10.1.26-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
-If it’s an innodb problem, maybe we can try https://stackoverflow.com/a/38675910/6427809
points 1 to 5 ?-
EDIT : not working.
Thanks,