News:

Looking for documentation? Take a look on our wiki

Main Menu

Access Denied > Current Converter

Started by pgehle, August 13, 2019, 17:05:25 PM

Previous topic - Next topic

pgehle

Hi,

I activated the Currency Convert at my installation, but the prices don't changing. So I googled a bit and reviewed my installation. Anything seems to be ok.
But at the convertECB Cache Folder I see two Files, the typical index.html and and cache file xxx.php. Inside this file I see only this:
<?php die("Access Denied"); ?>#x#a:2:{s:6:"result";b:0;s:6:"output";s:0:"";}
So I thinked there some PHP restrictions, but fopen is on. So I created an test.php  with
<?php
 $document_address 'http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml';
$contents file_get_contents$document_address );
echo $contents;
?>
inside. I can see the xml source.
The folder permissions are ok!
Some one has en Idea?

Thx Peter

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

pgehle

Arg Sorry:
Joomla 3.9.10
Virtuemart: 3.2.15
PHP: 7.1.30

jenkinhill

VM3.2.15 is over a year old now, many bugs have been fixed since then. There was this issue with convertECB.php  reported:  http://forum.virtuemart.net/index.php?topic=140888.msg495770#msg495770 but I'm not sure if that is your problem. Maybe test on a copy of your site with a current version, eg VM3.5.0  ( http://dev.virtuemart.net/projects/virtuemart/files )
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

pgehle

I updated to the last Version 3.4.2 (I installed the 3.2.15 via Joomla Web Catalogue).
But still not have actual currencies, nor can find an convertECB Cache Folder.