Hello!
We had to change the server and did transfer the Dolphin files from the old server and the database to the new one.
The admin panel seem to be ok. When calling the frontend these errors appears:
$aData['code'], 'start' => ($aData['start']) ? date('M d, Y', $aData['start']) : '-', 'end' => ($aData['end']) ? date('M d, Y', $aData['end']) : '-', 'status' => _t('_modzzz_raffle_status_'.$aData['status']), ); return $this->parseHtmlByName($sTemplateName, $aVars); } function voucher_batch_unit ($aData, $sTemplateName) { $aVars = array ( 'batch_no' => $aData['id'], 'voucher_count' => $aData['voucher_count'], 'start' => ($aData['start']) ? date('M d, Y', $aData['start']) : '-', 'end' => ($aData['end']) ? date('M d, Y', $aData['end']) : '-', 'status' => _t('_modzzz_raffle_status_'.$aData['status']), 'delete_url' => BX_DOL_URL_ROOT . $this->_oConfig->getBaseUri() . 'administration/voucher/delete/' . $aData['id'], 'cancel_url' => BX_DOL_URL_ROOT . $this->_oConfig->getBaseUri() . 'administration/voucher/cancel/' . $aData['id'], 'excel_url' => BX_DOL_URL_ROOT . $this->_oConfig->getBaseUri() . 'excel/' . $aData['id'], ); return $this->parseHtmlByName($sTemplateName, $aVars); } function unit ($aData, $sTemplateName) { } // ======================= ppage compose block functions function defineTimeInterval($sDateTime){ return date('M d, Y g:i:s A', $sDateTime); } }
Can someone give us a little help?
Thanks a lot!
Greetings
Klaus