
strict mode
is enabled on your database server.If you are on shared hosting, try to use NULL value instead of '' (empty string) in all SQL queries. This may fix the issue.
If the database is yours - you have own server - then you can turn off
strict mode

Source: https://www.garethalexander.co.uk/tech/m...n-id-row-1
Cheers!
