Tagged: x
-
AuthorPosts
-
June 14, 2016 at 7:48 pm #1042449
NathanParticipantMy ‘X – Email Forms’ plugin is returning the error:
We're sorry! Something went wrong. We were unable to add your email to the list. Please try again later.I’ve setup about 8 different plugins with Mailchimp integration so I know how it works, and I’m a bit confused.
All I want is email so it doesn’t have to do with required fields.
Please advise.
Nathan
June 14, 2016 at 7:53 pm #1042453
NathanParticipantThis reply has been marked as private.June 14, 2016 at 10:35 pm #1042593
NathanParticipantSeems to have magically fixed itself, unless you signed on already 🙂
Maybe the Mailchimp API was down.
Disregard.
June 14, 2016 at 11:38 pm #1042658
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
August 10, 2016 at 5:46 am #1125344
AJL_5ParticipantHi!
I’m having the same problem. Already have tryed to reset the API key and the ‘List fields and *|MERGE|* tags’ solution.
I’d like to have a full (combined) name field but can’t make it work.Tks in advance for your help.
August 10, 2016 at 5:49 am #1125351
AJL_5ParticipantThis reply has been marked as private.August 10, 2016 at 9:17 am #1125555
JoaoModeratorHi André
Even if you change the field so they are not required you still need to have the same fields on your X-Email-Forms and your Mailchimp list in order that it works.
If you wish to capture just the email, please remove the name and surname field from your Mailchimp list settings and it should work fine.
If you would like to have a full name field I recommend you keeping the first name field, changing the label of the field to full name.
But what is important is to have exactly the same fields on both ends in order that it works.
Hope it helps
Joao
August 10, 2016 at 1:02 pm #1125959
AJL_5ParticipantHi again!
Still having the same problem.
Tried changing the name field on mailchimp to FULL NAME, deleting the last name. Didn’t work.
Tried deleting all the name fields and leaving only the email field. Same result.
As you can see, I’ve made different mail forms on the X Addon to fit with both options. None worked.If it’s possible, I want a full name (combined) not mandatory field and a email field. Should be easy 🙂
Thanks again for your help.
August 10, 2016 at 7:17 pm #1126351
RadModeratorHi there,
Please login to your MailChimp Account then go to Lists > Tribo do Basquetebol > Settings > List Fields and *|MERGE|* tags. You’ll notice that your field is just Email, it doesn’t match with the fields you have at your X – Email forms. Even the basic form has no name fields https://us10.admin.mailchimp.com/lists/designer/?id=223485. Make sure that all fields on both ends should match.
Example, if you choose Full ( Combined ) from Name Field at your X’s Email Forms. Then on your MailChimp account, it should be full name field as well.
Please check this related thread https://community.theme.co/forums/topic/x-email-forms-mailchimp-issue-reply/#post-251911 and this http://kb.mailchimp.com/lists/managing-subscribers/manage-list-and-signup-form-fields
Thanks!
August 11, 2016 at 10:47 am #1127355
AJL_5ParticipantHi once again!
I’m really thankful for your help, but unfortunately it seems that something is still missing.
I deleted the email forms I had and created a new one (Junta-te à Tribo!). That X email form only has 2 fields: email and full name (combined). On the mailchimp side I have the same 2 fields. Still, it doesn’t work – same error.
August 11, 2016 at 12:29 pm #1127477
JoaoModeratorHi There,
Please enter the following line of code in file on /wp-content/plugins/x-email-mailchimp/email-mailchimp/fuctions/vendor/mcapi/Mailchimp.php:
curl_setopt($this->ch, CURLOPT_SSL_VERIFYPEER, false);Let us know how it goes,
Joao
August 11, 2016 at 12:54 pm #1127522
AJL_5ParticipantHi
No difference.
Tks
August 11, 2016 at 5:36 pm #1127829
RadModeratorHi there,
The code should work, but seeing this issue means it’s not working or not applied correctly.
MailChimp Error: API call to lists/subscribe failed: SSL certificate problem: unable to get local issuer certificate. [Mailchimp_HttpError]Would you mind providing your FTP login credentials as well? For the meantime, please follow this,
1. Replace this code
curl_setopt($this->ch, CURLOPT_SSL_VERIFYPEER, false);with this,
curl_setopt($this->ch, CURLOPT_SSL_VERIFYPEER, TRUE); curl_setopt($this->ch, CURLOPT_CAINFO, '/public_html/wp-content/ca/cacert.pem');Make sure the path matches your site’s folder structure /public_html/wp-content/ca/cacert.pem
2. Download this certificate http://curl.haxx.se/ca/cacert.pem and upload it to /public_html/wp-content/ca/. Again, folder structure should match to your site, example, if your root folder is www, then it should be /www/wp-content/ca/.
If you’re not about this, then you may contact your hosting provider and let them set up the certificate for your site. This only means that your site is not properly configured to handle secured requests.
Thanks!
August 12, 2016 at 4:10 am #1128526
AJL_5ParticipantThis reply has been marked as private.August 12, 2016 at 4:19 am #1128535
AJL_5ParticipantAs that /ca folder didn’t existed, I created it and uploaded the file.
Also replaced the code.
Not sure if did everything correctly.Nothing has changed.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1042449 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
