1. De Boni
  2. CMC - Mailchimp for Joomla!
  3. Tuesday, 08 November 2016
  4.  Subscribe via email
Hi
I implemented the CMC extension and it works well.
However when a user registers through the module, I get the following error message:
400: xy@test.ch is already a list member. Use PUT to insert or update list members.
Below I get the message: Thank you! Please check your email and confirm the newsletter subscription.
The user (not already registered before) is registered anyway.
I'm using joomla 3.64 and the latest CMC extension 3.01.
Regards
Silvio
Responses (2)
Accepted Answer Pending Moderation
UPDATE: The error "400 .... Use PUT to insert or update list members" appears only when "Use double opt-in" is selected.
However the message "Thank you! Please check your email and confirm the newsletter subscription." comes if "Use double opt-in" is turned on or off. (When it is turned off, no email is sent.)
I saw in the release notes that this error should have been addressed.
I have no idea how to handle this issue. I checked the forum, reinstalled on joomla and also started from scratch again on mailchimp.
Any help on this would be appreciated.
  1. more than a month ago
  2. CMC - Mailchimp for Joomla!
  3. # 1
Accepted Answer Pending Moderation
Another UPDATE: I spent many hours on this but can not get it to work correctly.
What I now saw is that the script for CMC is loaded twice. Could that be the problem?
<script>
jQuery(window).load(function(){jQuery('img.caption').JYAMLCaption();});
jQuery(document).ready(function() {
new cmc("#cmc-signup-115");
});
jQuery(function($){ $(".hasTooltip").tooltip({"html": true,"container": "body"}); });
jQuery(document).ready(function() {
new cmc("#cmc-signup-115");
});
</script>

I disabled jquery in the module. I'm completely lost on that.
Here's the link to the test website: http://aef.debonis.ch/
  1. more than a month ago
  2. CMC - Mailchimp for Joomla!
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Powered by EasyDiscuss for Joomla!