-
☆ A M B ☆
- 2,475 Posts
Have used the API key? I don’t know if they still support using the username/password login method for their API. I’d take a look at MailChimps docs -- they’re usually pretty good.
where can I get this API Key?
I mean are there any tutorials for this?
Can’t find one. I would appreciate it very much if you can post some links...
I just find it strange, because in my desktop the mailchimp subscription works fine user can subscribed
i tried to do it in my laptop with a different user from mailchimp and it says login service failed
but i used the same site to develop.
do you think that would be the cause of the problem?
i’m having one site (only) and i’m testing it in 2 computers (PC & laptop) ?
That is so strange because all the settings are the same but I can’t figure out why, it doesn’t work in my laptop?
Just so strange....
hi i found the solution.
It was the username and password
$username = ’<USERNAME>’;
$password = ’<PASSWORD>’;
this is what i got in the config.inc.php
and what I did, i just wrote my username & password inside the brackets. And it didn’t work.
I realized the one I had in PC doesn’t have brackets, so I removed it and it worked:-)
Problems Solve ;-)