• After the prompt operation, the error still occurred
    “Bitcoin Payment Gateway is NOT operational (try to re-enter and save settings): ERROR: Cannot determine exchange rates (for ‘USD’)! Make sure your PHP settings are configured properly and your server can (is allowed to) connect to external WEB services via PHP.”

Viewing 6 replies - 1 through 6 (of 6 total)
  • I am facing this same error, i am using direct admin

    Same error here!

    The same error, php settings are proper, I’ve tried as someone suggested without cache plugin and with disabled all others plugins but without luck, still the same error. I would buy pro version but I don’t think it change anything.

    what is the option in php that needs to be activated on the server?
    #############################################################################
    Bitcoin Payment Gateway is NOT operational (try to re-enter and save settings): ERROR: Cannot determine exchange rates (for ‘USD’)! Make sure your PHP settings are configured properly and your server can (is allowed to) connect to external WEB services via PHP.

    WARNING: Cannot determine exchange rates (for ‘USD’)! Make sure your PHP settings are configured properly and your server can (is allowed to) connect to external WEB services via PHP.
    #################################################################################

    I’ve installed plugin one more time today and in plugin settings I saw that

    “Bitcoin Payment Gateway is operational”

    but still

    “WARNING: Cannot determine exchange rates (for ‘USD’)! Make sure your PHP settings are configured properly and your server can (is allowed to) connect to external WEB services via PHP.”

    On checkout amount in BTC wasn’t showed. I searched other topics here and found jylee1997123 post with solution for this

    Changed line 763 in > Wp-Content > Plugins > Bitcoin-Payments-for-woocommerce ( Bitcoinway Plugin Folder ) > bwwc-utils.php

    from
    $source_url = "https://api.bitcoinaverage.com/ticker/global/{$currency_code}/";

    to
    $source_url = "https://apiv2.bitcoinaverage.com/indices/global/ticker/BTCPLN(change PLN on your shop currency eg USD, EUR etc)

    And plugin start to work properly.

    Gracias hoszi te pasaste…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Bitcoin Payment Gateway is NOT operational (try to re-enter and save settings)’ is closed to new replies.