Hello,
I don't manage to see risk in the "Global planning" view (v. 8.4.3).
When I check the box "risk", I get a blank screen, and even when I check "All items". I have to uncheck all to have the view.
Did I do something wrong?
Thanks in advance,
Bernard
Hello,
Do you have an error in your logs ?
If you have an error, join us the screenshot of this error.
Hello,
I don't have access to the log files. And I did not find a way in the help to get them.
I don't have any error message, and therefore the message console doesn't help either.
Best regards,
Bernard
The logs files are accessible in the administration menu, if you don't have access, contact your administrator.
Hello,
Sorry for my naive questions, I am a beginner.
I reproduced the discrepancy and got the log file: I've attached it to my reply.
Best regards,
Bernard
Your RDBMS (DB) is configured with utf8mb4_general_ci.
Projeqtor does not support this defaut format.
As a workaround, add in your parameters.php file :
$paramDbCollation='utf8_general_ci';
It works fine now. Thanks a lot.
Bernard