Was getting:
Notice: Undefined index: interest_groups in _mailchimp_lists_subscription_has_changed() (line 337
and
Warning: Invalid argument supplied for foreach() in _mailchimp_lists_subscription_has_changed() (line 337

Simple enough fix, just need to wrap all of that foreach ($choices['interest_groups'] as $interest_group) loop in if (isset($choices['interest_groups']))

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

scotself created an issue. See original summary.

jalpesh’s picture

Can you please verify the same with attach patch.

scotwith1t’s picture

I think this needs a re-roll? Doesn't apply and there seem to have been many changes to the -dev branch since...

SocialNicheGuru’s picture

Status: Needs review » Needs work

no longer applies

samuel.mortenson’s picture

Status: Needs work » Closed (outdated)

I'm closing this as outdated, it looks like the code in question isn't in the repository anymore, unless I'm mistaken. Please re-open if so!