We have the exact same problem. Have been using the plugin for 1.5 years with no problems but since last week it has been showing that error message. If the owner of the plugin is reading this, please could you check it? It’s been great for us, but if it’s not fixed, we’ll have to try to find something else.
I have the same problem as well. Has anyone found a solution for this error?
Thank so much.
Easy. in wp-currency-converter.php in function wpccAjaxConvert replace your $url domain with correct google finance converter domain. My code working with this:
$url = 'https://finance.google.com/finance/converter?a=' . urlencode($amount) . '&from=' . urlencode($currency_from) . '&to=' . urlencode($currency_to);
-
This reply was modified 8 years, 7 months ago by
illyaavdeyuk.
Tx illyaavdeyuk! Worked for me.
Plugin author thank you for this plugin.
Can you maybe update your plugin?
Change https://www.google.com/finance/ to https://finance.google.com/finance/ in line 113 wp-currency-converter.php