Urgent "xmlrpc" problem

Discussion in 'Integration' started by dirtygeorge, Jan 20, 2009.

  1. dirtygeorge

    dirtygeorge New Member

    Joined:
    Jul 22, 2008
    Messages:
    13
    I am trying to integrate Ultracart with my Amember account. The directions are very easy. It tells me to enable the XML-RPC library. I do this and enter a username and password.

    However, it doesn't work. When I try to either test the intergration at Ultracart or if I do directly to http://xxxx.com/access/xmlrpc/index.php
    it keeps telling me that the username and password are incorrect.

    This is driving me crazy because there don't seem to be too many variables to change. Any help is greatly appreciated.
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    hopefully you have this covered, but if not, the userid and password are case sensitive so be sure you are checking that.

    Try to set it to something easy like test (lowercase) for both user and password just to rule that out.
  3. dirtygeorge

    dirtygeorge New Member

    Joined:
    Jul 22, 2008
    Messages:
    13
    Actually the problem seems to be solved now...and I didn't really do anything. Strange.

    Thanks for the reply though, I appreciate it.
  4. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    hey dirtygeorge,

    Funny thing, I'm seeing this same problem on a new site I'm working with.

    Were you able to figure out how it started working again? (software upgrade/configuration, etc)
  5. kevinblue

    kevinblue New Member

    Joined:
    Jun 26, 2009
    Messages:
    1
    Same PROBLEM!!!

    Please help...

    I am having the same problem with my integration to ultracart...

    Can't login manually even if I go straight to the XMLRPC URL in my browser.

    Thank you in advance!

    Kevin Blue
  6. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    My issue turned out to be magic_quotes being enabled. Disabling it in PHP.INI solved the problem.
  7. dirtygeorge

    dirtygeorge New Member

    Joined:
    Jul 22, 2008
    Messages:
    13
    skippybosco:
    It's me again. And that problem has creeped up again. where is the php.ini file found?
  8. dirtygeorge

    dirtygeorge New Member

    Joined:
    Jul 22, 2008
    Messages:
    13
    skippybosco: Ok so I think I figured out I need to create a php.ini file. How do I do that? Where do I place it?
  9. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    well you can do this a couple of ways:

    1) You should ask your hosting provider to disable it for you on a server level
    2) If that is not an option, you can create a file called php.ini and copy it to your amember and amember\xmlrpc directories. It should contain:

    Code:
    magic_quotes_gpc = Off
  10. dirtygeorge

    dirtygeorge New Member

    Joined:
    Jul 22, 2008
    Messages:
    13
    Thanks! I did it. Uploaded.
    Still same result! Any other thoughts or possible solutions?
  11. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    You can email me directly {my userid here @ hotmail.com} and I can take a look at your environment for you and see if I can get you going.

Share This Page