I have solved this problem. This is an error caused by the mysql configuration specifically as follows:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE [22007]: Invalid datetime format: 1292 Incorrect date value:' 'for column' date' at row 1' in / www / wwwroot / ...
I went to mysql configuration and closed the line of code like this: # sql-mode = NO_ENGINE_SUBSTITUTION, STRICT_TRANS_TABLES
And everything was great for me!
Tinhtiennet thansk all !