MailChimp Integration not working
Posted:
December 5th, 2011, 5:19 pm
by drmaxstone
I am using the latest version of S2Member - 111105 - I am trying to integrate MailChimp. I have added MailChimp API Key and List ID in Level 0 (For Subscribers) and Level 1,2 & 3 for paid members
After signing up it sends a confirmation email from WordPress but nothing happens in MailChimp, no new subscribers are added? Does this feature work in s2member? I talked to mailchimp support and they confirmed i have set everything up right.
Re: MailChimp Integration not working
Posted:
December 5th, 2011, 11:51 pm
by Raam Dev
Hi drmaxstone,
Have you enabled logging routines in WP Admin -> s2Member -> PayPal Options -> PayPal Account Details -> Enable Logging Routines?
After logging routines have been enabled, you should have a logfile in wp-content/plugins/s2member-logs/mailchimp-api.log. Could you show us any relevant entries from that logfile (X'ing out any private info)? That will help diagnose the problem.
Re: MailChimp Integration not working
Posted:
December 6th, 2011, 12:04 am
by drmaxstone
PHP v5.2.17 :: WordPress® v3.2.1 :: s2Member® v111105 :: s2Member® Pro v111105
Memory 18.87 MB :: Real Memory 19.00 MB :: Peak Memory 18.90 MB :: Real Peak Memory 19.00 MB
private.url/wp-login.php?action=register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0
array (
'function' => 'process_list_servers',
'func_get_args' =>
array (
0 => 'subscriber',
1 => '0',
2 => 'testingmailchimp',
3 => 'testing',
4 => 'private',
5 => 'private',
6 => 'private',
7 => 'private',
8 => true,
9 => true,
10 => '7',
),
'api_method' => 'listSubscribe',
'list' => '7ff5dd5f83',
'list_id' => '7ff5dd5f83',
'merge_array' =>
array (
'MERGE1' => 'first name',
'MERGE2' => 'last name',
'OPTIN_IP' => 'private',
'OPTIN_TIME' => '2011-12-06 04:58:10',
),
'api_merge_array' =>
array (
'MERGE1' => 'first name',
'MERGE2' => 'last name',
'OPTIN_IP' => 'private',
'OPTIN_TIME' => '2011-12-06 04:58:10',
),
'api_email_type' => 'html',
'api_double_optin' => true,
'api_update_existing' => false,
'api_replace_interests' => true,
'api_send_welcome' => false,
'api_response' => true,
'api_success' => true,
'api_properties' =>
NC_MCAPI::__set_state(array(
'version' => '1.3',
'errorMessage' => '',
'errorCode' => '',
'apiUrl' =>
array (
'scheme' => 'http',
'host' => 'api.mailchimp.com',
'path' => '/1.3/',
'query' => 'output=php',
'prefix' => 'us4',
),
'timeout' => 300,
'chunkSize' => 8192,
'api_key' => 'private',
'secure' => true,
)),
)
Re: MailChimp Integration not working
Posted:
December 6th, 2011, 12:05 am
by drmaxstone
this member never added to mailchimps side
Re: MailChimp Integration not working
Posted:
December 6th, 2011, 12:08 am
by drmaxstone
actually this time it sent me an email to confirm my subscription, so i guess it worked this time but not last time. I wonder if enabling logging made it work?
Re: MailChimp Integration not working
Posted:
December 6th, 2011, 10:30 pm
by Raam Dev
Does it seem to be working fine now? Have you tried disabling logging to see if it still works? Whether logging is on or off shouldn't have any affect on how it works.