Hi everyone,
I just updated from Mautic 4.4.10 to Mautic 5 beta 1 using composer installation, and I must say MC is super fast!
However, I have a few issues regarding cron jobs. I’m not much into cron jobs myself, so if anyone can help me with these 2 things, I would appreciate it.
- When I run:
php /home/dbbuda/web/mc.example.com/public_html/bin/console messenger:consume email -vv
I receive this message and I don’t know what it means.
[OK] Consuming messages from transport "email".
// The worker will automatically exit once it has been running for 3600s or received a stop signal via the
// messenger:stop-workers command.
// Quit the worker with CONTROL-C.
In SyncTransport.php line 37:
[Symfony\Component\Messenger\Exception\InvalidArgumentException]
You cannot receive messages from the Messenger SyncTransport.
Exception trace:
at /home/dbbuda/web/mc.example.com/public_html/vendor/symfony/messenger/Transport/Sync/SyncTransport.php:37
Symfony\Component\Messenger\Transport\Sync\SyncTransport->get() at /home/dbbuda/web/mc.example.com/public_html/vendor/symfony/messenger/Worker.php:101
Symfony\Component\Messenger\Worker->run() at /home/dbbuda/web/mc.example.com/public_html/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php:234
Symfony\Component\Messenger\Command\ConsumeMessagesCommand->execute() at /home/dbbuda/web/mc.example.com/public_html/vendor/symfony/console/Command/Command.php:298
Symfony\Component\Console\Command\Command->run() at /home/dbbuda/web/mc.example.com/public_html/vendor/symfony/console/Application.php:1058
Symfony\Component\Console\Application->doRunCommand() at /home/dbbuda/web/mc.example.com/public_html/vendor/symfony/framework-bundle/Console/Application.php:96
Symfony\Bundle\FrameworkBundle\Console\Application->doRunCommand() at /home/dbbuda/web/mc.example.com/public_html/vendor/symfony/console/Application.php:301
Symfony\Component\Console\Application->doRun() at /home/dbbuda/web/mc.example.com/public_html/vendor/symfony/framework-bundle/Console/Application.php:82
Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /home/dbbuda/web/mc.example.com/public_html/vendor/symfony/console/Application.php:171
Symfony\Component\Console\Application->run() at /home/dbbuda/web/mc.example.com/public_html/bin/console:16
messenger:consume [-l|--limit LIMIT] [-f|--failure-limit FAILURE-LIMIT] [-m|--memory-limit MEMORY-LIMIT] [-t|--time-limit TIME-LIMIT] [--sleep SLEEP] [-b|--bus BUS] [--queues QUEUES] [--no-reset] [--] [<receivers>...]
I don’t know what this means?
- Secondly, when I run:
php /home/dbbuda/web/mc.example.com/public_html/bin/console mautic:email:fetch > /dev/null
I receive this message:
PHP Notice: PHP Request Shutdown: TLS/SSL failure for server.example.com: SSL negotiation failed (errflg=2) in Unknown on line 0
My email server is secured with valid certs in Mautic settings my email DSN SMTP settings are also correct. When testing Mautic dns smtp, each time I receive Mautic test email to my email with content “Hi! This is a test email from Mautic. Testing…testing…1…2…3!”.
However, I don’t know what to enter into setting “Monitored Inbox Settings → Default Mailbox (imap)”, because anything that I enter (correct imap settings) it’s not working. Just mentioning this because I’m not sure if this is related to this tls/ssl issue above.
Thank you!