First, cool you wroted this! The documentation at gravatar.com it's horrible and thanks this I can finally test some of their API.
I admit haved to slight modify this class to avoid several error like:
parse error, expecting `')'' in C:\GravatarRPC.class.php on line 76
easily fixed the errors, I've tried to check initialization:
$b = new GravatarRPC("xxxxxxxx","
[email protected]");
No errors, or at list not visible ones...
Ok, try to activate test like this:
$b->test();
Fatal error: Call to a member function faultCode() on a non-object in C:\apachefriends\xampp\htdocs\mfusionn\core\inc\GravatarRPC.class.php on line 47
line 47 is this:
if (!$response->faultCode()) {
Any function give back this error... Any suggestion?