I answer to myself as I had a look at https://forum.open-xchange.com/showt...highlight=rev8 then I installed from snapshot.
It works fine.
Just a problem during the update with the database update, I probably restart mysql server at the wrong moment, but I had an error on login ("database update, try later") I fixed it with this sql line : delete from updateTask where taskName='LOCKED';
Now it works...
Fabrice
It works fine.
Just a problem during the update with the database update, I probably restart mysql server at the wrong moment, but I had an error on login ("database update, try later") I fixed it with this sql line : delete from updateTask where taskName='LOCKED';
Now it works...
Fabrice
Comment