I have the following query builder:
$queryBuilder = $this ->createQueryBuilder(\'recipient\') ->leftJoin(\'recipient.message\', \'message\') -&
You have to edit the /etc/mysql/mysql.cnf by adding these lines:
/etc/mysql/mysql.cnf
[mysqld] sql-mode=""
Don't forget to restart the service mysql:
sudo service mysql restart
For info, I am using Ubuntu 16.04 LTS.