Jump to content

griduser

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by griduser

  1. Warning: this can introduce security issues that SSL is designed to protect against. But a really simple fix that worked for me was to call: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); before calling: line 50: $response = curl_exec($ch); in the blockchain.php file.
  2. Error "We're sorry, but you cannot use Bitcoin to pay for this transaction at this time." after upgrade to Version: 5.3.3 , fail on $response = json_decode($response); if(!$response->input_address) { return "We're sorry, but you cannot use Bitcoin to pay for this transaction at this time."; } Any idea to fix this?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated