Hi Brett, This error typically indicates that your server or network configuration doesn't allow access to https://adwords-sandbox.google.com. Please ensure that outward connections to this server (and the production server "https://adwords.google.com") are allowed from your machine.
Best, - Eric Koleda, AdWords API Team On Oct 22, 8:51 am, Brett Hale <[email protected]> wrote: > PHP version 5.2.12 > > Yes I have access to the server. I've also narrowed it down to a > memory error; Even if I increase the memory_limit in the php.ini it > still throws the error. The memory error is pretty high too, around > 1,650,000. > > I've traced pretty far down in the code to isolate what might be > causing the error. I've been attempting to run the AddCampaign.php > and get to this piece of code on line 138 of the AdsSoapClient.php. > > protected function __construct($wsdl, array $options, AdsUser $user, > $serviceName, $serviceNamespace) { > $this->user = $user; > $this->serviceName = $serviceName; > $this->serviceNamespace = $serviceNamespace; > parent::__construct($wsdl, $options); > > } > > On Oct 22, 4:38 am, AdWords API Advisor <[email protected]> > wrote: > > > > > > > > > Hi Brett, > > > Does your server have access to this url? Which version of PHP is > > installed on your server? > > > Cheers, > > Anash P. Oommen, > > AdWords API Advisor. > > > On Oct 20, 6:47 am, Brett Hale <[email protected]> wrote: > > > > Hello and thanks in advance. > > > > I can't seem to figure out what I'm doing wrong. Im using the v201008 > > > library & php. Logging doesn't seem to be working unless I > > > misunderstand where I'm supposed to look. I followed the directions > > > regarding the settings and authentication ini files but have had no > > > luck. I don't have direct command line access with my host but I did > > > run a cron to see if that turned up anything, see below > > > I/O warning : failed to load external > > > entity > > > "https://adwords-sandbox.google.com/api/adwords/cm/v201008/CampaignSer..." > > > > Can I provide anymore info to help diagnose this? Any ideas? > > > > Thanks again, > > > > Brett -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
