Hello,

 The source of that error looks to be client-side, not something
returned by the AdWords API service. So, did anything change on your
end recently? Did someone upgrade the PHP SOAP library you're using,
or otherwise change your PHP environment?

 I'm sorry that I don't have anything more concrete to suggest than
that, but it does look like you're experiencing a local issue.

Cheers,
-Jeff Posnick, AdWords API Team


On Dec 1, 11:49 am, westsider <[EMAIL PROTECTED]> wrote:
> I've got scripts running on crons that all of a sudden stopped working
> today.  I get this error messages.
>
> PHP Warning:  SoapClient::__construct() expects parameter 2 to be
> array, string given in /home1/RD/google_api/
> new_google_api_report_daily.php on line 76
> PHP Stack trace:
> PHP   1. {main}() /home1/RD/google_api/new_google_api_report_daily.php:
> 0
> PHP   2. SoapClient->__construct() /home1/RD/google_api/
> new_google_api_report_daily.php:76
> PHP Fatal error:  SoapClient::__construct(): Invalid parameters in /
> home1/RD/google_api/new_google_api_report_daily.php on line 76
> PHP Stack trace:
> PHP   1. {main}() /home1/RD/google_api/new_google_api_report_daily.php:
> 0
> PHP   2. SoapClient->__construct() /home1/RD/google_api/
> new_google_api_report_daily.php:76
>
> [this is line 75] $namespace = 'https://adwords.google.com/api/adwords/
> v12';
> [this is line 76] $report_service = new soapclient($namespace . '/
> ReportService?wsdl', 'wsdl');
> [this is line 77] $report_service->setHeaders($headers);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to