1. stefan
  2. CMC - Mailchimp for Joomla!
  3. Tuesday, 24 February 2015
  4.  Subscribe via email
Hi,

I got a problem with not all my lists from mailchimp is showing in my module or component list section

Any thoughts on this.

Thanks
Responses (9)
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
The module doesn't fetch all the lists from mailchimp. It gets the lists that are synced in the component. So go to the component and sync all the lists that you want to use on the site and then they should appear in the module.
Regards,
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. CMC - Mailchimp for Joomla!
  3. # 1
Accepted Answer Pending Moderation
Hi Daniel,

Thanks but that is where the problem is the list is not showing under the component, so i cant select it from there and sync it.

Regards,
Stephaan
  1. more than a month ago
  2. CMC - Mailchimp for Joomla!
  3. # 2
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Are you sure that you have the correct credentials? Have you provided the API key for the correct account?
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. CMC - Mailchimp for Joomla!
  3. # 3
Accepted Answer Pending Moderation
Hi.

Yes all the credentials are correct. I got 28 lists and only 25 of them shows. If i duplicate the lists not showing in mailchimp then they show but the original list still not showing.

Regards
  1. more than a month ago
  2. CMC - Mailchimp for Joomla!
  3. # 4
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Aha, you have more than 25 lists??? I just checked and the list call that we make to mailchimp has a limit set to 25. Are you sure that when you duplicate a list it shows in CMC? Is it possible that it shows, because this list now gets on top of the queue, but some other list is missing?
[strike]Try the following: administrator\components\com_cmc\controllers\sync.json.php on line 46 you have this:[/strike]

$listStats = $chimp->lists(array('list_id' => $lists));


[strike]change it to:[/strike]

$listStats = $chimp->lists(array('list_id' => $lists),0 , 100);


Do you see your list now?

Regards,
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. CMC - Mailchimp for Joomla!
  3. # 5
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
No, actually ignore the above post. It's wrong. Go here:
\administrator\components\com_cmc\views\sync\tmpl\default.php on line 21 you have

$lists = $chimp->lists();

change it to

$lists = $chimp->lists(array(), 0, 100);


Refresh the page and then the all lists should show in the list.
Regards,
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. CMC - Mailchimp for Joomla!
  3. # 6
Accepted Answer Pending Moderation
Hi Daniel.

Awesome that works now in the component list.

How would i apply this to the module as well because the module still only show the same list even if i sync the new lists.

Regards
  1. more than a month ago
  2. CMC - Mailchimp for Joomla!
  3. # 7
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Interesting, I thought that the module is taking the results from the db, but it actually seems that we request them from mailchimp.
Go to \administrator\components\com_cmc\models\fields\cmclists.php line 30:

$lists = $api->lists();

change it to:

$lists = $api->lists(array(), 0, 100);
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. CMC - Mailchimp for Joomla!
  3. # 8
Accepted Answer Pending Moderation
Hi Daniel.

It is working now perfectly.
Thank you for the excellent support.

Kind regards.
Stephaan
  1. more than a month ago
  2. CMC - Mailchimp for Joomla!
  3. # 9
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Last questions

_MATUKIO_NO_EVENTS appears in the frontend if no e
Hello, there ist still the problem, that on the frontpage appears COM_MATUKIO...
2 Replies
Posted on Sunday, 12 May 2024
  • New
  • verschiedene URL's für Kursübersicht einer Kategor
    Hallo, ich habe eine Frage in Bezug auf SEO: ein externer Spezialist macht die...
    3 Replies
    Posted on Monday, 29 April 2024
    Complete Uninstall to Work in J4??
    We have recently updated a site from Joomlav3 to v4 (4.4.2). Now when we go to m...
    7 Replies
    Posted on Tuesday, 30 April 2024
    Info about CMigrator for Joomla
    Hi i need to import a few thousand articles from a site made in wordprres to a ...
    0 Replies
    Posted on Tuesday, 07 May 2024
  • New
    • #CMigator
    Error on android phone
    Why its working good on Computer and if i try it with smartphones the map dosent...
    0 Replies
    Posted on Tuesday, 07 May 2024
  • New