NicholasMiller / WildWestResellerAPI

GoDaddy - Wild West PHP API
11 stars 11 forks source link

Not working #1

Closed laszlof closed 8 years ago

laszlof commented 12 years ago

Hello Nicholas, I just sent you an email regarding this code not working. I will go ahead and past it below for your convenience:

I am working on building a module for a common web hosting platform to register domains through this API. However, I am not even able to get the certification examples to work properly, and I'm really not sure what the problem is.

The first issue I ran into is this error:

Warning: require_once(SoapClient.php) [function.require-once]: failed to open stream: No such file or directory

This is received when accessing start.php?account=XXXX&pass=XXXX. I assume this is the correct place to start as the provided index file doesnt really do anything.

This error appears to be generated from the autoload function. If I manually include "SOAP/Client.php" in the common.php file, it gets past that error, but I am confronted with another instead.

Warning: require_once(SOAP/Client/Overload.php) [function.require-once]: failed to open stream: No such file or directory

Again, this is generated by the autoload function.

Do you have a working version of this API, or know where the issue might be on why its not locating these classes? Thanks!