Contacts not running through campaign again although "restart the campaign" is set

The patch for #7339 is located in PR#7404.

If you have shell access, here’s how to patch your Mautic with the fix.

  • Download the patch to your temp directory. wget https://github.com/mautic/mautic/pull/7704.patch -P /tmp/
  • Make a back up of your Mautic install. cp -var /location/of/mautic/ /location/of/mautic-backup/
  • Change directory to your Mautic install. cd /location/of/mautic/
  • Patch your Mautic install. patch -p1 < /tmp/7704.patch
  • Clear & refresh your cache in Mautic. sudo su - webserveruser -c 'cd /location/of/mautic/; app/console cache:clear' -s /bin/bash

location/of/mautic/ = wherever Mautic is stored on your server
webserveruser = whatever the user your web server runs as

2 Likes