Forum
MailChimp App sync / database problems
1. Some lists are not synced
There are 7 lists. Only 3 of them shows up in MailChimp App. Looking at debug, the lists that don't make it have 11 values but there are 9 only columns. Here is an excerpt:
Importing list: 34d8ab44d2
INSERT INTO perch2_mailchimp_lists(listMailChimpID,listTitle,listMemberCount,listMemberCountSinceLastSend,listUnsubsSinceLastSend,listOpenRate,listClickRate,listLastSend,listCreated) VALUES('34d8ab44d2','Nyhetsbrev automatiserade fordon',1117,7,0,31,518691588785,6,2571716272861,'2016-10-11 06:01:51','2015-08-24 13:32:18')
Invalid query: SQLSTATE[21S01]: Insert value list does not match column list: 1136 Column count doesn't match value count at row 1
Why is this happening? What can I do?
2. Subscribers not syncing
My form is only collecting email, not names. Subscribers didn't show in MailChimp app because 'subscriberFirstName' and 'subscriberLastName' in the database table 'perch2_mailchimp_subscribers' didn't allow NULL. I fixed that myself by changing standard value to NULL, but thought I should let you know.
Here's the diagnostics.
I shall take a look.
Did you have a chance to look into this Drew?
Not yet, sorry, it is on my list!