Benji Rothman

Results 12 comments of Benji Rothman

Hi, Thank you for this detailed issue! Could you try updating the google_ads_php.ini file (https://github.com/googleads/google-ads-php/blob/main/examples/Authentication/google_ads_php.ini) on your local machine, commenting out the installed application flow, and filling in your information...

I'm taking a look at this, thank you all for your patience, I hope to have a fix pushed out by the end of next week.

I updated the client library to use isRepeated in v29.0.0 (https://github.com/googleads/google-ads-php/releases/tag/v29.0.0)/. This solved the issue for me on my local machine. Can you all confirm if this issue is resolved...

This issue (1084) should be fixed with the recent PHP client library release. I'm keeping this issue open for another week, just in case anyone is still running into issues,...

Thank you for calling that out, @urbanovich. Taking a closer look, I see the isRepeated() method was only just added in [v31.0](https://github.com/protocolbuffers/protobuf/releases/tag/v31.0), i.e. [4.31.0](https://pecl.php.net/package-info.php?package=protobuf&version=4.31.0). I'll work to update the dependencies...

@chiragvels Until we get the next client library version out, can you update [line 9 in composer.json](https://github.com/googleads/google-ads-php/blob/main/composer.json#L9) to be: `google/protobuf": "4.31.0",` Then run `composer update` to get the newest protobuf...

Thank you for pointing that out, and the workaround @chiragvels. I create [Issue 1092](https://github.com/googleads/google-ads-php/issues/1092) stating that because of dependency complications with the v29.0.0 release, we're deprecating v29.0.0, and will be...

Hi, we released [v30](https://github.com/googleads/google-ads-php/releases/tag/v30.0.0), in which we pinned the protobuf version to v4.30 to prevent this error. As such, we went back to the old `getLabel` method, which isn't deprecated...

Thank you for providing the workaround, juanparati. DidierROY58, did the workaround of increasing the maximum stack size work for you? @juanparati So I get more context, you originally wrote you...

Thank you for the lead about the GRPC extension being a possible culprit, I'll investigate it. I hope you have a wonderful weekend! :)