-
I found that the error appears to be related to the inclusion of the apility.php file. if require_once for apility.php is from within constructor (not oustide the class declaration), I get the following error instead:
Undefined index: _transient
Any ideas on this? Wouldn't there be a way to specify to APIlity not to use nusoap if a user is running on PHP5 so calls will be done via...
2008-07-16 06:17:19 UTC in Google APIlity PHP Library for AdWords
-
Anyone have any ideas on this? I started a forum thread at: http://groups.google.com.ph/group/adwords-api-php/browse_thread/thread/a9f0d718264208bd
I'm still getting the same problem after running on other servers (to isolate possible router problems)
2008-07-03 02:02:33 UTC in Google APIlity PHP Library for AdWords
-
when the method getAllJobs() is called after downloadXMLReport() [or vise versa] on the APIlityUser instance, the APIlityUser instance suddenly becomes undefined, even when creating a new APIlityUser instance on the second call. Here is a sample class:
class Adwords
{
private static function getAPIlityUserInstance($email=null, $password=null, $client_email=null, $developer_token=null...
2008-06-24 00:58:54 UTC in Google APIlity PHP Library for AdWords