Vqmod: code.google.com/p/vqmod
Opencart versie: 1.5.2.1
Nadat ik de ideal module heb geinstalleerd en ik probeer instellingen aan te passen krijg ik de volgende foutmelding:
Notice: Error: Could not load template /home/DOMEIN.nl/public_html/shop2.DOMEIN.nl/admin/view/template/payment/idealcheckoutideal.tpl! in /home/DOMEIN.nl/public_html/shop2.DOMEIN.nl/vqmod/vqcache/vq2-system_engine_controller.php on line 76
Het lijkt erop dat de ideal module in conflict is met Vqmod.
vq2-system_engine_controller.php (regels 60 tot en met 81)
Code: Select all
global $vqmod;
$file = $vqmod->modCheck(DIR_TEMPLATE . $this->template);
if (file_exists($file)) {
extract($this->data);
ob_start();
require($file);
$this->output = ob_get_contents();
ob_end_clean();
return $this->output;
} else {
trigger_error('Error: Could not load template ' . DIR_TEMPLATE . $this->template . '!');
exit();
}
}
}
?>
Alvast bedankt!