Ideal - checkout.nl module conflict met Vqmod
Posted: Thu Jul 19, 2012 11:05 pm
Ideal module: http://www.ideal-checkout.nl
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)
Er worden 2 ideal module varianten aangeboden voor Opencart 1.5.0+ op die website, er staat niet bijvermeld wat de verschillen zijn. Is er misschien iemand die hier ervaring mee heeft of misschien weet wat er aan de hand is.
Alvast bedankt!
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!