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

CommentFileSizeAuthor
#2 issue-3197461.patch507 bytesbbrala

Comments

bbrala created an issue. See original summary.

bbrala’s picture

StatusFileSize
new507 bytes
ryanapsmith’s picture

can confirm this breaks the admin/config/services/mailchimp page on php 7.3.26. Patch applied cleanly, will wait to see if 7.4 is in fact a requirement now.

bbrala’s picture

If we follow the Drupal requirements it should support 7.0+ i guess.

https://www.drupal.org/docs/system-requirements/php-requirements

minoroffense’s picture

Status: Active » Reviewed & tested by the community

The 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

  • spncr committed daab9d8 on 2.x authored by bbrala
    Issue #3197461 by bbrala: Fix in issue #3195197 makes the modules php7.4...
spncr’s picture

Status: Reviewed & tested by the community » Fixed

Thank you for reporting this and providing a fix.

We will get a new release out soon.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.