Posts by Viktor

    Hallo,


    ok i hope that is so.


    For the error in the template I think the code in the file "gui/public/client/index.php" is not OK.


    Code
    1. $tpl->assign( 'HREF_DOMAIN_ALTERNATIVE_URL', "http://{$cfg->SYSTEM_USER_PREFIX}" . ($cfg->SYSTEM_USER_MIN_UID + $_SESSION['user_id']) . ".{$_SERVER['SERVER_NAME']}");


    Kind Regards


    Viktor[hr]
    Hallo,


    I think the code must like this.


    Code
    1. $tpl->assign(
    2. 'HREF_DOMAIN_ALTERNATIVE_URL', "http://{$cfg->SYSTEM_USER_PREFIX}" .
    3. ($cfg->SYSTEM_USER_MIN_UID + $_SESSION['user_id']) .
    4. ".{$cfg->BASE_SERVER_VHOST}");


    Kind Regards


    Viktor

    Hallo,


    now it is working.


    I have klick as Admin in the System-Menu and change then the Domain and now it is working.:rolleyes:


    But now I see from the Domain the vu-Number is change from the Domain.


    Before the update the Domain has the vu-Number "vu2001" and after the update the Domain has the Number "vu2003".:huh:


    In the Table "auto_num" is the Number "1".:huh:


    Kind Regards


    Viktor

    Hello,


    I make a update from 1.0.1.4 to Nightly with the Nightly Update Script and I become a error.


    Quote


    [ERROR] [Tue Oct 18 22:08:27 2011] Modules::Abstract::runAllSteps: Can't use string ("Error while executing query: Tab") as a HASH ref while "strict refs" in use at /var/www/imscp/engine/PerlLib/Modules/User.pm line 310.


    [ERROR] [Tue Oct 18 22:08:27 2011] Modules::Abstract::runAllSteps: Can't use string ("Error while executing query: Tab") as a HASH ref while "strict refs" in use at /var/www/imscp/engine/PerlLib/Modules/Domain.pm line 279.


    What can I do to eliminate the error.


    I can not rebuilt my Domain.


    It is a Testserver so you have time.


    Kind regards


    Viktor


    Ps. Sorry for my English


    When you add as reseller a user, from ip dropdown you select ip (v4 or v6)


    Hi,


    can a User have for one Domain a IPv4 and a IPv6 addres.:huh:


    So the domain is reached via both.


    Kind regards


    Viktor

    Hallo,


    erstmals Danke für deine Antwort.


    Da es ein neuer Server wird möchte ich nicht erst IspCP installieren und dann die Migration zu i-MSCP.


    Ich suche nach einer Lösung das in der Database zu machen und dann alles neu anzulegen.


    Leider gibt es jetzt da unterscheide so das doch vieles von Hand gemacht werden muss.


    Ich dachte ich lege alles so an und dann spiele ich das Backup der Domains von IspCP auf den neuen Server und starte die Wiederherstellung.


    Mit den Databases habe ich leider auch das Problem da ich die so nicht anlegen kann.


    Gruß
    Viktor

    Hallo,


    ich plane gerade einen neuen Server auf dem i-MSCP zum Einsatz kommen soll.


    Ich versuche meine Daten von IspCP per SQL Einzupflegen.


    Also die Tabellen "admin", "auto_num", "domain", "domain_aliasses", "subdomain" ist ja einfach einzuspielen und den Status auf "toadd" zu setzen.


    Bei den Tabellen "sql_user" und "mail_users" sehe ich das die Passwörter in Klartext jetzt drin stehen und so kann ich sie ja nicht von IspCP übernehmen.:(


    Ist das so gewollt das die Passwörter jetzt in Klartext drin stehen.:huh:


    Ist die Passwort-Verschlüsselung von i-MSCP und IspCP eigentlich gleich so das ich sie einfach einspielen kann.:huh:


    Gruß
    Viktor