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.
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.
Actually the problem seems to be solved now...and I didn't really do anything. Strange. Thanks for the reply though, I appreciate it.
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)
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
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?
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
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.