We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 30086
    • 110 Posts
    Hi

    I just installed Mailchimp in my modx1.0.4 and I based the tutorial from Mary’s site:
    http://codingpad.maryspad.com/2010/03/19/modx-evolution-and-mailchimp/

    But I’m getting an error, Login to remote service failed.

    I already configure the Username & Password, but I’m still getting the same error
    can someone please help me
    Thanks
      • 9207 ☆ 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.
        • 30086
        • 110 Posts
        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....
          • 30086
          • 110 Posts
          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 ;-)