The following error occurs when trying to submit a form.
Symfony\Component\Mime\Exception\RfcComplianceException: Email "0" does not comply with addr-spec of RFC 2822. in /home/gca.riverworksmarketing.net/public_html/vendor/symfony/mime/Address.php:54
This is because it appears it is now required to provide both a key (email) and value (name) of recipients.
I fixed this by reworking the mail_recipients property into a "dictionary" type, and updated the description text for this property. The description text does still need other translations though.
Here is another error:
"Unknown "spaceless" tag in "/home/gca.riverworksmarketing.net/public_html/themes/gca/partials/contactPrimary/flash.htm" at line 1." on line 160 of /home/gca.riverworksmarketing.net/public_html/vendor/twig/twig/src/Parser.php
It appears the {% spaceless %} tag is no longer supported. I removed this as it appears to not be necessary.
I've attached a pull request that includes these changes: #269
If we could provide the other translations and merge please, that would be great!
Thank you!
The following error occurs when trying to submit a form.
This is because it appears it is now required to provide both a key (email) and value (name) of recipients.
I fixed this by reworking the mail_recipients property into a "dictionary" type, and updated the description text for this property. The description text does still need other translations though.
Here is another error:
It appears the
{% spaceless %}tag is no longer supported. I removed this as it appears to not be necessary.I've attached a pull request that includes these changes: #269
If we could provide the other translations and merge please, that would be great!
Thank you!