Mautic 5 Cronjob

Your software
My Mautic version is:5.2.1
My PHP version is:8.3.14
My Database type and version is:MySQL 8.0 - SSD

Your problem
My problem is:

Mein Problem ist, das Cornjob-Fehlermeldung ausgegeben werden:

php console mautic:emails:send

Command “mautic:emails:send” is not defined.

Did you mean one of these?
mautic:broadcasts:send
mautic:email:fetch
mautic:emails:fetch
mautic:messages:send

Im Ordner “/home/www/xxx/html/mautic/bin/” ist folgender Befehl:

#!/bin/sh
php /home/www/xxx/html/mautic/bin/console mautic:emails:send

Wie kann das Problem behoben werden?

1 Like

Dein Problem ist ist, das Mautic in Version 5 verändert hat wie die Warteschnalge gemanaged wird.

Ich würde das hier anschauen:

1 Like

The error states that you are trying to execute “mautic:emails:send” which is obviously not a valid CMD.

Quote your CRON and your issue will most likely go away.

I answered that in few places here. One of it: