Your software
My Mautic version is: v.4.4.3
My PHP version is: PHP 7.4.29
My Database type and version is:
Your problem
My problem is: I was unable to display the contacts on my campaign before… but now I can’t. I am not sure if this can be related to the cron jobs… or the queue… I was trying to move from sending the emails immediately to the queueing them.
These errors are showing in the log:
Blank screen, just looping but even after letting it run for 30 minutes… nothing shows up.
Steps I have tried to fix the problem:
I reverted back to sending the emails “immediately”.
I moved my cron jobs from /etc/crontab to (crontab -e)
I run the these cron jobs manually:
/opt/bitnami/php/bin/php /opt/bitnami/mautic/bin/console mautic:segments:update --bypass-locking
/opt/bitnami/php/bin/php /opt/bitnami/mautic/bin/console mautic:campaigns:update --bypass-locking
/opt/bitnami/php/bin/php /opt/bitnami/mautic/bin/console mautic:campaigns:trigger --bypass-locking
and I even got the test email sent… but the contact list is still empty…