Quote:
Originally Posted by MrBottomTooth
it was called cardealerscript. It turned out it was not php. My hosting company solved it for me. This is the reason they gave me:
"The error is basically a syntax error due to a newer version of MariaDB (MySQL) being more strict"
Thanks everyone for the help. Glad this site is still around for help like this, even though I don't visit regularly anymore.
|
This will probably do it...
In my.cnf, add :
sql_mode=
and restart mariadb
Most likely by default newer mariadb has STRICT_TRANS_TABLES enabled.