Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-27, 17:28:37

Author Topic: No box for domain when add client in kloxo  (Read 11254 times)

0 Members and 1 Guest are viewing this topic.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: No box for domain when add client in kloxo
« Reply #15 on: 2013-08-24, 22:17:03 »
How big your backup?. Backup process run in background and for huge data need more time.

Information here your 'cat /usr/local/lxlabs/kloxo/log/backup'.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline insanity

  • Senior Member
  • *
  • Posts: 215
  • Karma: +0/-0
    • View Profile
Re: No box for domain when add client in kloxo
« Reply #16 on: 2013-08-24, 22:21:24 »
[root@vps1 ~]# cat /usr/local/lxlabs/kloxo/log/backup
cat: /usr/local/lxlabs/kloxo/log/backup: No such file or directory

It is test server. Backup is max 100MB
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: No box for domain when add client in kloxo
« Reply #17 on: 2013-08-24, 22:47:02 »
This is backup log on my test server (centos 6):
Code: [Select]
16:43 Aug/24/2013: *** Backup from 'admin' user - BEGIN ***
16:43 Aug/24/2013: Taking backup of 'client:admin'
16:43 Aug/24/2013: Taking backup of 'mysqldb:admin_pyro'
16:43 Aug/24/2013: Taking backup of 'mmail:next.potissima.com'
16:43 Aug/24/2013: Taking backup of 'client:apakabar'
16:43 Aug/24/2013: Taking backup of 'mmail:apakabar.com'
16:43 Aug/24/2013: Taking backup of 'client:coba'
16:43 Aug/24/2013: Taking backup of 'mmail:coba.com'
16:43 Aug/24/2013: * Kloxo Backup on 2013-Aug-24 at 16 Hours - Kloxo Backup Succeeded for 'admin' to 'local backup'
16:43 Aug/24/2013: *** Backup from 'admin' user - END ***
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline insanity

  • Senior Member
  • *
  • Posts: 215
  • Karma: +0/-0
    • View Profile
Re: No box for domain when add client in kloxo
« Reply #18 on: 2013-08-25, 01:17:31 »
I am on test server CentOS 5 32bits, and still no backup...
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: No box for domain when add client in kloxo
« Reply #19 on: 2013-08-25, 15:42:39 »
Give me your ssh and Kloxo-MR panel access. I want to know why backup not work.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline insanity

  • Senior Member
  • *
  • Posts: 215
  • Karma: +0/-0
    • View Profile
Re: No box for domain when add client in kloxo
« Reply #20 on: 2013-08-25, 16:24:10 »
PM sent
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline prandah

  • Senior Member
  • *
  • Posts: 344
  • Karma: +0/-0
    • View Profile
    • https://www.bowo.name
Re: No box for domain when add client in kloxo
« Reply #21 on: 2013-08-25, 17:17:23 »
Quote from: "MRatWork"
Quote from: "prandah"
still related to whmcs
i hope find out solution for my issue

i had setup,.whmcs with kloxo, but suddenly. my whmcs won't edit or etc :(. just always unfinish task
any advice?
You mean 'unfinish loop' on Kloxo-MR or Kloxo official.

yes unfinish loop on my whmcs configuration for kloxomr
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: No box for domain when add client in kloxo
« Reply #22 on: 2013-08-25, 17:39:23 »
It's different thing. Unfinish loop on whmcs or kloxo-mr panel?.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: No box for domain when add client in kloxo
« Reply #23 on: 2013-08-25, 17:52:54 »
The code of 'LxHelper::objecttocommalist' mean WHMCS call their 'objecttocommalist' function via 'static' calling and this context 'objecttocommalist' must declare with 'static function objecttocommalist('. Possible WHMCS declare 'objecttocommalist' not as static function. And it's make warning 'Strict Standards: Non-static method LxHelper::objectToCommaList() should not be called statically'.

This issue also discuss for Kloxo official.

Example:

1. Calling statically:
Code: [Select]
$a = LxHelper::objecttocommalist();
2. Calling dynamically (with assumption LxHelper as object:
Code: [Select]
$t = new LxHelper();
$a = $t->cttocommalist();
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline prandah

  • Senior Member
  • *
  • Posts: 344
  • Karma: +0/-0
    • View Profile
    • https://www.bowo.name
Re: No box for domain when add client in kloxo
« Reply #24 on: 2013-08-25, 19:02:55 »
Quote from: "MRatWork"
It's different thing. Unfinish loop on whmcs or kloxo-mr panel?.

on whmcs :)
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: No box for domain when add client in kloxo
« Reply #25 on: 2013-08-25, 19:28:27 »
Quote from: "prandah"
Quote from: "MRatWork"
It's different thing. Unfinish loop on whmcs or kloxo-mr panel?.

on whmcs :)
So, it's WHMCS issue rather than Kloxo-MR.

Remember, this issue also reported for Kloxo official.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline prandah

  • Senior Member
  • *
  • Posts: 344
  • Karma: +0/-0
    • View Profile
    • https://www.bowo.name
Re: No box for domain when add client in kloxo
« Reply #26 on: 2013-08-26, 05:52:43 »
yes i also report to whmcs support to :)
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline prandah

  • Senior Member
  • *
  • Posts: 344
  • Karma: +0/-0
    • View Profile
    • https://www.bowo.name
Re: No box for domain when add client in kloxo
« Reply #27 on: 2013-08-26, 13:08:22 »
i got this from whmcs support

Quote
Hello Wong Ganteng,

After taking a quick look at your WHMCS installation I was not able to replicate the issue. It does take a while for the page to load, but that is normally an issue with the server and or the database itself. You will want to have your systems administrator take a look and see if there is anywhere they can optimize your site and or database so that this will resolve faster. I made sure to attach a screen shot for you.
Best Regards,
Zachary Freeman
Technical Analyst I
WHMCS

Quote
Hello Wong Ganteng,

This does indeed appear to be an error on you kloxo server.

If you have any further questions, please don't hesitate to let us know!

Best Regards,
Samuel Craven
Technical Analyst I
WHMCS
« Last Edit: 1970-01-01, 01:00:00 by Guest »

 


MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix

Page created in 0.068 seconds with 18 queries.

web stats analysis