WHMCS does support Kloxo, but I have found that there are probelms with the creation of accounts... I creates the client account, with the password assigned by WHMCS, but it fails to create the clients domain. I have formated my server and am now resorting to Cpanel. I will try again on another server later with the Kloxo.
Remember, in WHCMS, it is the LXAdmin that you must choose. Also you have to manual copy the
"htdocs/billing /modules/servers/hypervm/ JSON.php"
to "htdocs/billing /modules/servers/lxadmin/"
or find an updated version of it. See
http://www. whmcs. com/members/communityaddons.php?action=viewmod&id=86 and download the lastest JSON.php from the zip file they give for free.
Below is a copy of the error I get (from the server) when clicking on CREATE button in client's product/service section in WHCMS
Here is a copy of the tail logs from putty
07:45 Mar/29/2011: array (
'login-class' => 'client',
'login-name' => 'admin',
'login-password' => 'xxxxxxx',
'output-type' => 'json',
'action' => 'simplelist',
'resource' => 'resourceplan',
)
07:45 Mar/29/2011: __success_simplelist
07:45 Mar/29/2011: array (
'login-class' => 'client',
'login-name' => 'admin',
'login-password' => 'xxxxxxx',
'output-type' => 'json',
'action' => 'add',
'class' => 'client',
'name' => 'peitshop',
'v-password' => 'sMg22C2x4z',
'v-plan_name' => '200mb___client-admin',
'v-type' => 'customer',
'v-contactemail' => 'info@itstore.co.za',
'v-send_welcome_f' => 'off',
'v-domain_name' => 'peitshop.za.net',
'v-dnstemplate_name' => 'DNS_support_template.dnst',
'v-websyncserver' => 'localhost',
'v-mmailsyncserver' => 'localhost',
'v-mysqldbsyncserver' => 'localhost',
'v-dnssyncserver_list' => 'localhost',
)
07:45 Mar/29/2011: __error_could_not_connect_to_db
I've "xxxxxx" the password for security reasons....
see http:// forum. lxcenter .org/index.php?t=msg&goto=81579& for what I have posted.