Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with sending bulk SMS (Twilio) #11

Open
larnoult opened this issue Jan 5, 2021 · 0 comments
Open

Incompatibility with sending bulk SMS (Twilio) #11

larnoult opened this issue Jan 5, 2021 · 0 comments

Comments

@larnoult
Copy link

larnoult commented Jan 5, 2021

Hello,

I recently started using sms sendings through Twilio. Although single SMS works fine, I noticed a fatal error upon bulk sms sending. Enabling debuging, I caught that error:
Fatal error: Uncaught TypeError: Argument 1 passed to Civi\Aws\Subscriber\Mailing::getEmail() must be of the type string, null given, called in /home/parlemon/www/wp-content/uploads/civicrm/ext/aws-master/Civi/Aws/Subscriber/Mailing.php on line 134 and defined in /home/parlemon/www/wp-content/uploads/civicrm/ext/aws-master/Civi/Aws/Subscriber/Mailing.php:209 Stack trace: #0 /home/parlemon/www/wp-content/uploads/civicrm/ext/aws-master/Civi/Aws/Subscriber/Mailing.php(134): Civi\Aws\Subscriber\Mailing->getEmail(NULL) #1 /home/parlemon/www/wp-content/plugins/civicrm/civicrm/vendor/symfony/event-dispatcher/EventDispatcher.php(214): Civi\Aws\Subscriber\Mailing->addTrackingDataHeaders(Object(Civi\Core\Event\GenericHookEvent), 'hook_civicrm_al...', Object(Civi\Core\CiviEventDispatcher)) #2 /home/parlemon/www/wp-content/plugins/civicrm/civicrm/vendor/symfony/event-dispatcher/EventDispatcher.php(44): Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(Array, 'hook_civicrm_al...', Object(Civi\Core\Event\GenericHookEvent)) in /home/parlemon/www/wp-content/uploads/civicrm/ext/aws-master/Civi/Aws/Subscriber/Mailing.php on line 209
Desactivating AWS plugin allowed me to send batch sms finely.
Any fix would be great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant