Hello, I have joomla 3.3.6 and I update to version 2.9.9.4 of virtuemart and get an error when I enter the shop settings.
Warning: Invalid argument supplied for foreach() in /home/vanaty/public_html/store/administrator/components/com_virtuemart/models/config.php on line 130
Any idea how to fix it?
regards
Yes, just install vm2.9.9.4 AIO.
$dir = VMPATH_ROOT.DS.'libraries'.DS.'tcpdf'.DS.'fonts';
$result = array();
if(function_exists('glob')){
$specfiles = glob($dir.DS."*_specs.xml");
foreach ($specfiles as $file) {
You can also check if you have fonts in your libraries/tcpdf/fonts folder.
Thank you, very much!!!