Some examples have:
$ga = gapiClientLogin->authenticate(ga_email,ga_password);
but right code is:
$ga = gapiClientLogin::authenticate(ga_email,ga_password);
And in example.account.php example:
Notice: Undefined variable: google_results in gapi.class.php on line 254
Notice: Trying to get property of non-object in gapi.class.php on line 254
Notice: Undefined variable: google_results in gapi.class.php on line 255
Notice: Trying to get property of non-object in gapi.class.php on line 255
Original issue reported on code.google.com by scippi...@gmail.com on 27 Jul 2009 at 12:06
Original issue reported on code.google.com by
scippi...@gmail.com
on 27 Jul 2009 at 12:06