Greetings,
I've just attempted to update currencies under localization and got this error message:
Code:
Warning: file("http://www.oanda.com/convert/fxdaily?value=1&redirected=1&exch=USD&format=CSV&dest=Get+Table&sel_list=CHF") - No such file or directory in /home/www/scrappinstuff.ch/web/html/catalog/xxxxxx/includes/functions/localization.php on line 14
Warning: Bad arguments to implode() in /home/www/scrappinstuff.ch/web/html/catalog/xxxxxx/includes/functions/localization.php on line 18
Warning: file("http://www.xe.net/ucc/convert.cgi?Amount=1&From=CHF&To=USD") - No such file or directory in /home/www/scrappinstuff.ch/web/html/catalog/xxxxxx/includes/functions/localization.php on line 28
Warning: Bad arguments to implode() in /home/www/scrappinstuff.ch/web/html/catalog/xxxxxx/includes/functions/localization.php on line 32
Warning: file("http://www.oanda.com/convert/fxdaily?value=1&redirected=1&exch=EUR&format=CSV&dest=Get+Table&sel_list=CHF") - No such file or directory in /home/www/scrappinstuff.ch/web/html/catalog/xxxxxx/includes/functions/localization.php on line 14
Warning: Bad arguments to implode() in /home/www/scrappinstuff.ch/web/html/catalog/xxxxxx/includes/functions/localization.php on line 18
Warning: file("http://www.xe.net/ucc/convert.cgi?Amount=1&From=CHF&To=EUR") - No such file or directory in /home/www/scrappinstuff.ch/web/html/catalog/xxxxxx/includes/functions/localization.php on line 28
Warning: Bad arguments to implode() in /home/www/scrappinstuff.ch/web/html/catalog/xxxxxx/includes/functions/localization.php on line 32
Warning: file("http://www.oanda.com/convert/fxdaily?value=1&redirected=1&exch=CHF&format=CSV&dest=Get+Table&sel_list=CHF") - No such file or directory in /home/www/scrappinstuff.ch/web/html/catalog/xxxxxx/includes/functions/localization.php on line 14
Warning: Bad arguments to implode() in /home/www/scrappinstuff.ch/web/html/catalog/xxxxxx/includes/functions/localization.php on line 18
Warning: file("http://www.xe.net/ucc/convert.cgi?Amount=1&From=CHF&To=CHF") - No such file or directory in /home/www/scrappinstuff.ch/web/html/catalog/xxxxxx/includes/functions/localization.php on line 28
Warning: Bad arguments to implode() in /home/www/scrappinstuff.ch/web/html/catalog/xxxxxx/includes/functions/localization.php on line 32
Warning: Cannot add header information - headers already sent by (output started at /home/www/scrappinstuff.ch/web/html/catalog/xxxxxx/includes/functions/localization.php:14) in/home/www/scrappinstuff.ch/web/html/catalog/xxxxxx/includes/functions/general.php on line 18
In addition, when I hit the back button to go back to the currencies page, I got this warning at the top of the page in pink:
Code:
Warning Warning: The primary exchange rate server (oanda) failed for US Dollar (USD) - trying the secondary exchange rate server.
Error Error: The exchange rate for US Dollar (USD) was not updated via xe. Is it a valid currency code?
Warning Warning: The primary exchange rate server (oanda) failed for Euro (EUR) - trying the secondary exchange rate server.
Error Error: The exchange rate for Euro (EUR) was not updated via xe. Is it a valid currency code?
Warning Warning: The primary exchange rate server (oanda) failed for Swiss Franks (CHF) - trying the secondary exchange rate server.
Error Error: The exchange rate for Swiss Franks (CHF) was not updated via xe. Is it a valid currency code?
Could someone put me on the right track? Any and all suggestions will be greatly appreciated.
Best regards,
Rashunda