Re: PHP Fatal error: Cannot use object of type stdClass as array

2017-03-23 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Since your concern is more on the client library than the AdWords API, it would be best if you raise this issue to the client library team so they can assist you. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

PHP Fatal error: Cannot use object of type stdClass as array

2017-03-23 Thread sam
PHP Fatal error: Cannot use object of type stdClass as array Everything worked fine up until the update to v201702. Now we are getting: "PHP Fatal error: Cannot use object of type stdClass as array in /.../Util/XmlDeserializer.php on line 105" Here's the code that uses XmlDese

Re: PHP Fatal error: Cannot use object of type stdClass as array

2017-03-23 Thread sam
ConvertXmlToObject() is the part that causes the error... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

PHP Fatal error: Cannot use object of type stdClass as array

2017-03-23 Thread sam
Everything worked fine up until the update to v201702. Now we are getting: PHP Fatal error: Cannot use object of type stdClass as array in /.../Util/XmlDeserializer.php on line 109 Here's the code that uses XmlDeserializer: if ($batchJob->downloadUrl !== null && $batchJob-&