Not sure if this would work but wouldn't putting this into function.php before any other queries are done, work when strict mode is enforced?
// Strict mode is a pile of trash that should never been enforced -.-
$sql->query('SET SESSION sql_mode = "TRADITIONAL,NO_AUTO_CREATE_USER"');
Not sure if this would work but wouldn't putting this into function.php before any other queries are done, work when strict mode is enforced?
// Strict mode is a pile of trash that should never been enforced -.-
$sql->query('SET SESSION sql_mode = "TRADITIONAL,NO_AUTO_CREATE_USER"');