Error Core Error while running background job

Hallo alle zusammen,
ich versuche mich gerade an NC. (11)
Ihn den logg bekomme ich so ca. alle drei bis vier Std. diese Fehlermeldung.
Es sei noch gesagt das ich ein cronjob alle 15 min ausführen lasse.

Error while running background job (Doctrine\DBAL\Exception\SyntaxErrorException): An exception occurred while executing 'DELETE FROM `oc_activity_mq` WHERE `amq_timestamp` <= ? AND `amq_affecteduser` IN ()' with params [1484094601]: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1

OCA\Activity\BackgroundJob\EmailNotification ):

  1. /www/htdocs/*/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php - line 128: Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException(‘An exception oc…’, Object(Doctrine\DBAL\Driver\PDOException))
  2. /www/htdocs/*/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Statement.php - line 177: Doctrine\DBAL\DBALException driverExceptionDuringQuery(Object(Doctrine\DBAL\Driver\PDOMySql\Driver), Object(Doctrine\DBAL\Driver\PDOException), ‘DELETE FROM `oc…’, Array)
  3. /www/htdocs/*/nextcloud/apps/activity/lib/MailQueueHandler.php - line 334: Doctrine\DBAL\Statement->execute(Array)
  4. /www/htdocs/*/nextcloud/apps/activity/lib/BackgroundJob/EmailNotification.php - line 131: OCA\Activity\MailQueueHandler->deleteSentItems(Array, 1484094601)
  5. /www/htdocs/*/nextcloud/apps/activity/lib/BackgroundJob/EmailNotification.php - line 85: OCA\Activity\BackgroundJob\EmailNotification->runStep(25, 1484094601)
  6. /www/htdocs/*/nextcloud/lib/private/BackgroundJob/Job.php - line 53: OCA\Activity\BackgroundJob\EmailNotification->run(NULL)
  7. /www/htdocs/*/nextcloud/lib/private/BackgroundJob/TimedJob.php - line 54: OC\BackgroundJob\Job->execute(Object(OC\BackgroundJob\JobList), Object(OC\Log))
  8. /www/htdocs/*/nextcloud/cron.php - line 145: OC\BackgroundJob\TimedJob->execute(Object(OC\BackgroundJob\JobList), Object(OC\Log))
  9. {main}

kann mir keiner sagen was das für ein Fehler ist?
Und was ich dagegen tun kann.

Seit dem ich auch auf Cron umgestellt habe läuft mein Log auch mit Errors voll. Hatte aber noch keine Lust mich näher darum zu kümmern, da Onkel Google mir auf die schnelle nicht weiter helfen konnte.