Closed bfiessinger closed 2 years ago
same problem
Hi, i resolved this problem changed the Curl certificate. You can see the solution In https://www.zoho.com/crm/developer/docs/php-sdk/errors-solutions.html . You must search in the php.ini the location of the certificate with the words 'curl.cainfo'.
Whenever I try to call the Zoho API via this package I get an
Undefined array key 1
error from CommonAPIResponse.php (zohocrm/php-sdk-archive) due to a false value in the response.Reading
$this
in thesetResponseJSON
method shows me many undefined varsI am currently running on localhost. Tried to setup on an environment with pretty URL and via php artisan serve. Both times authentication worked but the responses are the same no matter if I want to read or manipulate data.