PDOException: SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for ‘expiry_date’ From GitHub: https://github.com/ignacionelson/ProjectSend/issues/429 Solution: 1. Edit …./install/database.php 2. Set ‘expiry_date’ to: TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP(),