Re: API Sandbox - 500 error - CampaignService

2010-10-26 Thread AdWords API Advisor
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, - Eri

Re: API Sandbox - 500 error - CampaignService

2010-10-22 Thread Brett Hale
Yes I have access to that URL and Im running PHP Version 5.2.12. I've been trying to isolate any potential errors and have gotten as far as line 138 on the AdsSoapClient.php. Still working up until the paren:__construct line. protected function __construct($wsdl, array $options, AdsUser $user,

Re: API Sandbox - 500 error - CampaignService

2010-10-22 Thread Brett Hale
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 b

Re: API Sandbox - 500 error - CampaignService

2010-10-22 Thread AdWords API Advisor
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 wrote: > Hello and thanks in advance. > > I can't seem to figure out what I'm doing wrong. Im using the v201008 > li

API Sandbox - 500 error - CampaignService

2010-10-19 Thread Brett Hale
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