Unknown Curl error
- by Kaido
Hey i got small problem getting an unknown curl error from my script "curl_error(): 180 is not a valid cURL handle resource".
Im not able to find any recourses about that error so maybe anyone has any experience with this.
Thanks already.
heres the part which causes the error
$resp = curl_error($ch);
error_log(date('Y M D h:s:m '). ": $current error: " .curl_error($ch)."\n", 3, '../../usererrors/'.$username.'errors');