What am I missing here?

I have (besides having activated the mailchimp modules incluing the list module)

1) Created account at mailchimp.com
2) Created an API key and inserted it into drupal mailchimp

Still, the list of lists remain empty.

I've tried emtying the caches and running cron.

Comments

thomas1977’s picture

Status: Active » Closed (works as designed)
waltf’s picture

For people having the same problem, run cron..
Your lists will show up after that.

Lloyd’s picture

I ran cron, lists still aren't showing up. And there is no authorized application listed on the Mail Chimp site.

Lloyd’s picture

So I expected that refreshing the email lists would actually display the lists previously created in Mail Chimp. That's not the case. You then have to add a list and within that form select which list from Mail Chimp to associate. A bit confusing.

Scorpio26’s picture

I run cron, lists still aren't showing up.
In https://us5.admin.mailchimp.com/account/api/ i have an error for listInterestGroupings Api

Anonymous’s picture

I was confused a bit by this as well, same as #4. You have to manually add a list and link it up. Better documentation on that page might be required.

Scorpio26’s picture

StatusFileSize
new325.6 KB
new38.84 KB
new135.46 KB

Hello afestein
I describe the steps that I did.

I created a list in Maichimp (lists.png)

On my site I run cron (admin/config/system/cron)

I went to the page (admin/config/services/mailchimp/lists) and I clicked on Refresh lists from MailChimp, but the list in my page (admin/config/services/mailchimp/lists) is empy

In Mailchimp page us5.admin.mailchimp.com/account/api/ I have an error on the row listInterestGroupings (last-api-call.png)

Thanks

jade.mese’s picture

Hello!

My lists also does not show up.
I have 3 lists in MailChimp.
I installed MailChimp module. Main & Lists module are turned on.
I installed the MailChimp API library.
I have given the API key to the module. Drupal found it. (The MailChimp MCAPI wrapper library is installed correctly.)
I ran cron and flushed all caches.

The lists still does not show up in the select options when I want to add a list.
And I neither have any API calls at https://us7.admin.mailchimp.com/account/api/.

Can this be because of some server settings? Or what? Do you have any more ideas?

Thanks!

Emese

Welsby’s picture

Same problem here. I've generated and linked the API key, created lists within MailChimp with users in and i've refreshed the mailchimp lists in drupal and run cron a few times since - but when I go into adding a new list the 'MailChimp List' dropdown remains empty.

Nothing in Watchdog or the server logs to indicate any sort of problem has occured.

tomfallowfield’s picture

Issue summary: View changes

This had me foxed until I installed the Mailchimp API library in /libraries/mailchimp then it worked fine

JasonLee87’s picture

Version: 7.x-2.4 » 7.x-3.4

My lists also does not show up. I've
- Installed the latest version of mailchimp 7.x-3.4 (https://www.drupal.org/project/mailchimp)
- Copied the libraries(https://bitbucket.org/mailchimp/mailchimp-api-php/get/03ae0dba64d1.zip) to the library folder
- Created MailChimp list
- Copied over the API Key to my Drupal backend.

Am I missing something? I also ran cron and flushed all caches.

melixann’s picture

can someone help with this issue please?

JasonLee87’s picture

Category: Bug report » Task
Priority: Normal » Major

I fixed my problem by installing and enabling the chr module (https://www.drupal.org/project/chr).

kdechant’s picture

There seem to be some platform-specific issues here.

I was unable to query the lists on my Windows dev machine running XAMPP. The API calls were failing due to inability to verify the SSL certificate. This may be related to mismatched versions of OpenSSL (see also https://www.drupal.org/node/1879970) but I haven't precisely confirmed this. OpenSSL version on my machine is 1.0.2d.

Using the same settings, it works fine on my Linux dev server. (OpenSSL v1.0.1e)

joey-santiago’s picture

StatusFileSize
new155.2 KB

To me it looks like there's a problem on mailchimp side. Isn't it? I'm getting a 500 error from the call.

thanks for helping out :)

Badlapje’s picture

Also having this issue on windows in a local environment with Drupal 8.0.5 and php 7

greg boggs’s picture

I'm sorry you're having trouble.

The first thing to try is switching to a stable, non-beta release of PHP because PHP7 is not supported yet. The second thing to try is using a non-windows machine because it might be a Windows or Wamp Issue. Assuming you are using Wamp of course.

If you really are having the issue in this post, then #4 solved it 4 years ago. However, I can't tell you that it would still work with the current version of MailChimp.
~Greg

ryanjbaron’s picture

Version: 7.x-3.4 » 8.x-1.1

@badlapje, @kdechant I was having a similar issue with a drupal 8 install on xampp. Even though I had the correct mailchimp api key and lists created in my mailchimp account I was not able to see any of my mailchimp lists in the drupal mailchimp admin.

I solved the issue by downloading a cacert.pem file https://curl.haxx.se/ca/cacert.pem and then updating my php.ini file:

curl.cainfo = "C:\path_to_cert\cacert.pem

http://stackoverflow.com/questions/21114371/php-curl-error-code-60