VirtueMart Forum

VirtueMart 2 + 3 + 4 => Frontend Modules => Topic started by: pgehle on August 13, 2019, 17:05:25 PM

Title: Access Denied > Current Converter
Post by: pgehle on August 13, 2019, 17:05:25 PM
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
Title: Re: Access Denied > Current Converter
Post by: jenkinhill on August 13, 2019, 18:45:52 PM
J/VM versions?
Title: Re: Access Denied > Current Converter
Post by: pgehle on August 14, 2019, 08:19:43 AM
Arg Sorry:
Joomla 3.9.10
Virtuemart: 3.2.15
PHP: 7.1.30
Title: Re: Access Denied > Current Converter
Post by: jenkinhill on August 14, 2019, 11:26:44 AM
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 )
Title: Re: Access Denied > Current Converter
Post by: pgehle on August 14, 2019, 12:05:04 PM
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.