Hi,
i installed the moneybookers module and im getting an error page when i click through on my site
Fatal error: Class 'Modelpaymentmoneybookers' not found in /home/sluch/public_html/gadgetface.com/system/library/loader.php on line 28
Can anyone help with this? im using v1.2.8 - does the moneybookers module work with this version or does it have to be 1.2.5? thanks in advance
This is pretty urgent as if i can't use this payment gateway i will be forced to go elsewhere - maybe to use magento as my options are limited - paypal isnt one of them and nochex want £50 squid to open an account.
can anyone see a problem with the code below - lines 21 - 31. The error refers to line 28.
public function model($model) {
$file = DIR_APPLICATION . 'model/' . $model . '.php';
$class = 'Model' . preg_replace('/[^a-zA-Z0-9]/', '', $model);
if (file_exists($file)) {
include_once($file);
Registry::set('model_' . str_replace('/', '_', $model), new $class());
} else {
exit('Error: Could not load model ' . $model . '!');
}
please help me!!
public function model($model) {
$file = DIR_APPLICATION . 'model/' . $model . '.php';
$class = 'Model' . preg_replace('/[^a-zA-Z0-9]/', '', $model);
if (file_exists($file)) {
include_once($file);
Registry::set('model_' . str_replace('/', '_', $model), new $class());
} else {
exit('Error: Could not load model ' . $model . '!');
}
please help me!!

I nerver fully tried moneybookers payment but i try by stuff nad it works fine until i need to enter my account details..i do not tested next step..and it was on 1..2.7 opencart.
i used version from forum not from opencart admin. i downloaded from here the module and overwrited moneybooker files...but this may be bad idea rigth now cause daniel changed the code in 1.2.8
i used version from forum not from opencart admin. i downloaded from here the module and overwrited moneybooker files...but this may be bad idea rigth now cause daniel changed the code in 1.2.8
Who is online
Users browsing this forum: Google [Bot] and 6 guests