There have been a few changes in this issue which make the module php 7.4 only. The changes in ClientFactory.php where the properties are types is not supported by previous versions of PHP. Not sure this was intended?
See #3195197: Use a factory service to create Mailchimp library
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | issue-3197461.patch | 507 bytes | bbrala |
Comments
Comment #2
bbralaComment #3
ryanapsmith commentedcan confirm this breaks the
admin/config/services/mailchimppage on php 7.3.26. Patch applied cleanly, will wait to see if 7.4 is in fact a requirement now.Comment #4
bbralaIf we follow the Drupal requirements it should support 7.0+ i guess.
https://www.drupal.org/docs/system-requirements/php-requirements
Comment #5
minoroffense commentedThe module should support the same versions of PHP that the versions of Drupal it's designed to work with support. Patch fixes the syntax errors in PHP < 7.4
Comment #7
spncr commentedThank you for reporting this and providing a fix.
We will get a new release out soon.