You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the latest CiviCRM core update, the custom event message is throwing an error and failing to send the designated email. The intended operation is to send an email when 'Participant Status' is changed from one state to another (in this case it's "Invited" to "Will Attend"). When I update the participant record I get the following error onscreen: "Error - Sorry an error occurred and your information was not saved". In actuality the status update is successfully changed and saved, however the custom email message is no longer sent. I then get a follow email from a WordPress plugin detailing the error (below this message). Unfortunately, I can't make heads or tails of it....
In terms of troubleshooting I can confirm the following:
Events not using the Custom Event Communication feature work as desired, sending receipts and other standard workflow messages.
Within an event that utilizes Custom Event Communication (and suppresses CiviEvent messages), but does require a custom message (e.g., "Invited" to "Registered"), I can update and save the status without an error.
Any insight?
WordPress version 6.4.3
Active theme: Hello Elementor (version 2.4.2.1642712871)
Current plugin: CiviCRM (version 5.69.3)
PHP version 8.1.23
I think it's related that the Save & Send Test core function (which was recently updated civicrm/civicrm-core#29995) is broken by this extension, I think because the class that this extension replaces the mailer with does not implement getDriver().
After the latest CiviCRM core update, the custom event message is throwing an error and failing to send the designated email. The intended operation is to send an email when 'Participant Status' is changed from one state to another (in this case it's "Invited" to "Will Attend"). When I update the participant record I get the following error onscreen: "Error - Sorry an error occurred and your information was not saved". In actuality the status update is successfully changed and saved, however the custom email message is no longer sent. I then get a follow email from a WordPress plugin detailing the error (below this message). Unfortunately, I can't make heads or tails of it....
In terms of troubleshooting I can confirm the following:
Any insight?
WordPress version 6.4.3
Active theme: Hello Elementor (version 2.4.2.1642712871)
Current plugin: CiviCRM (version 5.69.3)
PHP version 8.1.23
Error Details
The text was updated successfully, but these errors were encountered: