Hello all,
By default, our installation of MySQL 8.0 in CentOS 7.9 adds NO_ZERO_IN_DATE as one of the SQL modes.
NO_ZERO_IN_DATE is incompatible with AtoM 2.6.4, correct?
We have a MySQL configuration file which sets
sql_mode=ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
Now I need to figure out how to remove a SQL mode, not add one...
(By the way, for anyone searching in the future, we found this error when this came up in the logs: "PHP message: Unable to execute INSERT statement. [wrapped: SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect date value: '1945-0-0' for column 'start_date' at row 1]")
Thanks!