Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 15, 20232 yr I got this error on database: IPS\Db\Exception: Field 'cache_sm' doesn't have a default value (1364) Apache version: Apache/2.4.54 PHP version: 8.0.0 MySQL version: 10.10.2-MariaDB Thank you Edited January 15, 20232 yr by xper
January 15, 20232 yr Community Expert Your database is in strict mode, please contact your hosting provider to assist in resolving this.
January 15, 20232 yr Community Expert 17 minutes ago, xper said: I'm on dedicated server. I’m afraid, you would need to contact your server administrator for assistance as you would need to alter your MySQL configuration to disable strict mode. Server administration is outside our scope of support.
January 15, 20232 yr Author Solution sql_mode=NO_ENGINE_SUBSTITUTION Added this line to /etc/my.cnf and it worked. Thank you