Virtuemart Currency converter warning in XML (convertECB.php)

Go to file
\administrator\components\com_virtuemart\plugins\currency_converter\convertECB.php

Find
$document_address = 'http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml';

Change it to https,
$document_address = 'https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml';

If problem remains the add, find
$xmlDoc = new DomDocument();

add BEFORE
libxml_use_internal_errors(true);

  • convertECB, virtuemart, joomla, warnning, fix
  • 0 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Powered by WHMCompleteSolution