statamic-rad-pack / mailchimp

Mailchimp integration for Statamic
https://statamic.com/addons/rad-pack/mailchimp
MIT License
18 stars 12 forks source link

2.2.1 update quirks #44

Closed websmyth closed 3 years ago

websmyth commented 3 years ago

A couple of quirks in the install/update:

  1. When I updated, Mailchimp became an unlisted addon named Akismet. I removed the previous version and installed from scratch.
  2. On /cp/mailchimp/config/edit I got Undefined index: id , which points at MailchimpAudience.php line 31. Setting the Audience ID through the config file fixed this.
edalzell commented 3 years ago

A couple of quirks in the install/update:

  1. When I updated, Mailchimp became an unlisted addon named Akismet. I removed the previous version and installed from scratch.

@websmyth remove the existing addon then re-add w/ composer require silentz/mailchimp. I changed the namespace, I'll update the instructions.

  1. On /cp/mailchimp/config/edit I got Undefined index: id , which points at MailchimpAudience.php line 31. Setting the Audience ID through the config file fixed this.

Thanks, will fix

edalzell commented 3 years ago

fixed in 2.2.2