Closed drewe17 closed 1 year ago
Hello,
I am receiving the following error and not sure how to resolve. Thank you!
PHP Fatal error: Uncaught ValueError: curl_setopt(): Disabling safe uploads is no longer supported in php-sdk/src/ApiClient.php:103
I changed it to:
curl_setopt( $curl, CURLOPT_SAFE_UPLOAD, true); //CHANGED FALSE TO TRUE
and that worked.
Hello,
I am receiving the following error and not sure how to resolve. Thank you!
PHP Fatal error: Uncaught ValueError: curl_setopt(): Disabling safe uploads is no longer supported in php-sdk/src/ApiClient.php:103