errors after transfer to a new server

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

Quote · 29 Aug 2017

It appears to be related to one of Modzzz's module.  I would contact him.

Geeks, making the world a better place
Quote · 29 Aug 2017

You are great! Thanks a lot! Can you tell me how to uninstall a module manually?

 

Greetings Klaus

Quote · 29 Aug 2017

First understand that uninstalling a module will result in all data for that module being lost.  If you can live with that lost of data; and I suggest backing up the tables for the module first just in case you need that data.  To uninstall a module, you go to your admin section and remove it there.  To do it manually, you can look at the uninstall.sql file but that file can not just be run outside of the module.  Also, if the module needed to modify some files, then they need to be undone.

I suggest you contact Modzzz; there may be a small fee but he understands his module.

If Modzzz is too busy to take a look at it, I can look at it tomorrow for you but I will charge a fee as well unless it is something really simple.

Geeks, making the world a better place
Quote · 30 Aug 2017

The issue has been resolved.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 30 Aug 2017

We had a similar problem with another module. So i thought why could that happen because the server is on the same configuration as the old server was.

AQB Soft Team gave me the answer: You need to enable 'short_open_tag' in your PHP.

 

And that did the trick!


Thanks to you all for supportimg us, thanks also to Modzzz, who changed some php scripts as well!

 

This is a great community!

 

Greetings

 

Klaus

Quote · 30 Aug 2017
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.