×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Use PUT to insert or update list members

Use PUT to insert or update list members 7 years 5 months ago #35176

  • De Boni
  • De Boni's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
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: This email address is being protected from spambots. You need JavaScript enabled to view it. 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

Use PUT to insert or update list members 7 years 5 months ago #35186

  • De Boni
  • De Boni's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
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.

Use PUT to insert or update list members 7 years 5 months ago #35198

  • De Boni
  • De Boni's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
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: aef.debonis.ch/
  • Page:
  • 1
Time to create page: 0.104 seconds