If you want enable domain when add client, open '/usr/local/lxlabs/kloxo/httpdocs/htmllib/lib/client/clientbaselib.php' and then change:
if ($sgbl->isKloxo()) {
/*
$dlist = domainbase::getDnsTemplateList($parent);
// MR -- don't know what a problem where including domain make unfinish looping
// so, for awhile option for customer as the same as reseller
if ($typetd['val'] === 'customer') {
$vlist['domain_name'] = "";
$vlist['dnstemplate_name'] = make_hidden_if_one($dlist);
// $list = array('wordpress', 'mambo', 'joomla', 'dolphin');
// $list = lx_merge_good('--leave--', $list);
// $vlist['installapp_app'] = array('s', $list);
}
*/
}
to:
if ($sgbl->isKloxo()) {
$dlist = domainbase::getDnsTemplateList($parent);
// MR -- don't know what a problem where including domain make unfinish looping
// so, for awhile option for customer as the same as reseller
if ($typetd['val'] === 'customer') {
$vlist['domain_name'] = "";
$vlist['dnstemplate_name'] = make_hidden_if_one($dlist);
// $list = array('wordpress', 'mambo', 'joomla', 'dolphin');
// $list = lx_merge_good('--leave--', $list);
// $vlist['installapp_app'] = array('s', $list);
}
}
Please inform 'Strict Standards: Non-static method LxHelper::objectToCommaList() should not be called statically in /home/kloxotest/test.com/clients/modules/servers/lxadmin/lxadmin.php on line 0' still exists?.