09-02-2016, 09:44 AM
Pages: 1 2
09-02-2016, 11:27 PM
(09-02-2016 07:35 AM)tonyviroos Wrote: [ -> ](09-02-2016 04:43 AM)lsprada88 Wrote: [ -> ]how to activate ??
Edit : src/Controller/Admin/AppAdminController.php
and remove:
PHP Code:
$this->checkLicense();
and
PHP Code:
protected function checkLicense()
{
if(require_database_upgrade()) {
return true;
}
$Activation = TableRegistry::get('Activation');
if( $Activation->checkLicense() ) {
return true;
}
if( $this->request->params['controller'] != 'Activation' ) {
return $this->redirect(['controller' => 'Activation', 'action' => 'index'], 307);
}
}
Can not load initial data. SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'started'
09-06-2016, 03:44 AM
AdLinkFly - Monetized URL Shortener - Version 2.6.0
http://plazacloud.com/item/adlinkfly-monetized-url-shortene/442221
http://plazacloud.com/item/adlinkfly-monetized-url-shortene/442221
09-06-2016, 04:16 AM
(09-06-2016 03:44 AM)ledz Wrote: [ -> ]AdLinkFly - Monetized URL Shortener - Version 2.6.0
http://plazacloud.com/item/adlinkfly-monetized-url-shortene/442221
if you want add the share file without any payment ,,
thanks
Pages: 1 2