Posts by jibon57

    Hello,


    I was trying to install i-mscp 1.3.0 version on ubuntu 16.04. I had selected remote mysql server but after few while I am getting this error message & installer exit:


    Code
    1. [ERROR] iMSCP::Stepper::_callback: The DBD::mysql Perl module is not installed
    2. autoinstaller::Functions::build: An error occurred while performing build steps

    Any suggestion why I am facing this problem? Thanks in advance :)

    @Nuxwin, @theemstra,


    No good luck. I have create a new container & upgrade i-mscp to 1.3.X brach. It's work fine there. But when I tried to copy that one into a KVM box it's stuck again. I got some interesting experience.


    If I use this lines:

    Code
    1. use imscp; #your imscp config update domain set domain_status = 'ok';update subdomain set subdomain_status = 'ok';update domain_aliasses set alias_status = 'ok';update subdomain_alias set subdomain_alias_status = 'ok';update mail_users set status = 'ok';update admin set admin_status = 'ok', admin_sys_name = null, admin_sys_uid = 0, admin_sys_gname = null, admin_sys_gid = 0;


    I got this type of error:

    Code
    1. [ERROR] Modules::Domain::_loadData: Domain with ID 1 has not been found or is in an inconsistent state
    2. Modules::Domain::_loadData: Domain with ID 2 has not been found or is in an inconsistent state
    3. Modules::Domain::_loadData: Domain with ID 3 has not been found or is in an inconsistent state
    4. Modules::Domain::_loadData: Domain with ID 4 has not been found or is in an inconsistent state

    But before running that lines my ssh diconnected automatically when I try to reconfige or change IP. @Nuxwin is familiar about that error. Ref: Problem during i-MSCP move to new server


    But it's working fine with or OpenVZ container.

    Thanks for your reply Nuxwin. Actually the problem was different & I am testing with different server to get the final goal. One problem is resolving & aother come out :( . Just want to give you an information that, the migration was working fine in OpenVZ server but not working KVM.

    Hello,


    I am facing a problem after move my i-mscp server to new KVM VPS. Both are using i-mscp 1.2.17 on ubuntu 14.04. But old server was on OpenVZ. After completing all the steps when I tried to run this command:

    Code
    1. perl /var/www/imscp/engine/setup/imscp-setup -d


    Error message:

    Code
    1. [ERROR] main::setupRebuildCustomerFiles:Error while rebuilding customers files: [ERROR] main::_process: Error while processing 1, XXXXX.com, tochange.main::_process: See /var/log/imscp/Domain_module_XXXXX.com.log for more details.Modules::Domain::_loadData: Domain with ID 1 has not been found or is in an inconsistent state
    Code
    1. root@panel:# cat /var/log/imscp/Domain_module_XXXX.com.log
    2. [Wed May 11 03:17:20 2016] [error] Modules::Domain::_loadData: Domain with ID 1 has not been found or is in an inconsistent state

    But I can see the domain exist in the database. Also I have check the other table & I found domain_id 1 is exist. In where I am doing wrong? Any suggestion?


    Note: I was following this procedure: