Hello All,
Attempting my first local setup, running PHP client library version 5.2.2, MAMP with PHP version 5.4.10 on mac os x. I believe my auth.ini file to be configured correctly, and I updated my php.ini file to reflect America/Chicago timezone to match my system time.
I am trying to run any of the examples (in /examples/AdWords/v201402/BasicOperations/) from terminal using ">php GetAdGroups.php" (example)
The error I receive is:
PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead in /adwords-examples-and-lib-5.2.2/lib/Google/Api/Ads/Common/Util/Logger.php on line 236
An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'<null>'
Any insight into how to clear this issue up? I feel it's the last roadblock to getting started.
Thank you for any feedback & assistance.