Hi Mark, Thanks for letting us know. Feel free to contact us if this happens again.
Best, Thanet, AdWords API Team On Tuesday, October 6, 2015 at 5:41:09 AM UTC+9, Mark Rogoyski wrote: > > Hi Thanet, > > This is the PHP version info: > PHP 5.5.9-1ubuntu4.5 (cli) (built: Oct 29 2014 11:59:10) > Copyright (c) 1997-2014 The PHP Group > Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies > with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies > > We have been using the AdWords PHP Client Library in our production code > for 2+ years and haven't made any significant environment changes. I > mentioned in the original post that we started seeing these errors occur on > Aug 27. However, they have not been happening in the last few days. I'll > keep monitoring and update if they start happening again. > > Thanks. > Mark > > On Friday, October 2, 2015 at 11:38:10 PM UTC-7, Thanet Knack > Praneenararat (AdWords API Team) wrote: >> >> Hi Mark, >> >> Could you please give me more info about your development environment, >> such as PHP version, OS, etc. >> Also, when did this happen? Do you incorporate these classes in your >> project? >> Or did this happen just when you run our example files simply? >> >> To me, the errors look very random, but seem to occur with SOAP and XML >> related portions. >> So, you may want to investigate your PHP settings about those components >> again. >> >> Cheers, >> Thanet, AdWords API Team >> >> On Friday, October 2, 2015 at 11:57:00 PM UTC+9, Mark Rogoyski wrote: >>> >>> Hi Umesh, >>> >>> As I stated, it's a CLI script that is using the AdWords API and >>> according to the PHP documentation that you linked and I referenced in my >>> post, max_execution_time has a default value of 0. Furthermore, according >>> to the PHP documentation, no time limit is imposed if set to 0 ( >>> http://php.net/manual/en/function.set-time-limit.php). >>> >>> So my question again is, why would this error be happening in the >>> AdWords API code if I'm following the PHP-documented way for no execution >>> time timeout? Any ideas on what is going on? >>> >>> Thanks. >>> Mark >>> >>> On Friday, October 2, 2015 at 7:47:13 AM UTC-7, Umesh Dengale wrote: >>>> >>>> Hi Mark, >>>> >>>> You are getting *Maximum execution time of 0 seconds exceeded *error >>>> as max_execution_time is set to zero at your end and not related to >>>> the AdWords API. For setting value for the property max_execution_time >>>> <http://php.net/manual/en/info.configuration.php#ini.max-execution-time> >>>> (default >>>> value is 30 seconds), please check this >>>> <http://php.net/manual/en/info.configuration.php> PHP guide. >>>> >>>> Thanks, >>>> Umesh, AdWords API Team. >>>> >>> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/270ab0d2-6f68-4613-a450-88ad18b7233a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
