Unknown Curl error

Posted by Kaido on Stack Overflow See other posts from Stack Overflow or by Kaido
Published on 2010-03-24T17:25:31Z Indexed on 2010/03/24 17:33 UTC
Read the original article Hit count: 331

Filed under:
|

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');

© Stack Overflow or respective owner

Related posts about curl

Related posts about error