Bekomme fehler bei vhcs installation

    Hallo, ich bin gerade ftp bei mir einzu richten mit VHCS nun habe ich alles soweit fertig aber nun kommt folgender fehler es ist alles eingetragen :

    Spoiler anzeigen
    Use of uninitialized value $db_pwd in string ne at /var/www/vhcs2/engine/vhcs2_c ommon_code.pl line 1434.
    Use of uninitialized value $db_name in concatenation (.) or string at /var/www/v hcs2/engine/vhcs2_common_code.pl line 1446.
    Use of uninitialized value $db_host in concatenation (.) or string at /var/www/v hcs2/engine/vhcs2_common_code.pl line 1446.
    Use of uninitialized value $db_name in substitution (s///) at ./vhcs2-setup line 877.
    Use of uninitialized value $db_user in concatenation (.) or string at ./vhcs2-se tup line 883.
    Use of uninitialized value $db_pwd in concatenation (.) or string at ./vhcs2-set up line 883.
    ERROR: External command '/usr/bin/mysql --user= --pass= < /tmp/db.sql 1>/tmp/db. sql.stdout 2>/tmp/db.sql.stderr' returned '1' status !


    zu den linen :

    Spoiler anzeigen
    $main::db_host = $main::cfg{'localhost'};

    $main::db_user = $main::cfg{'root'};

    $main::db_pwd = $main::cfg{'****'};

    if ($main::db_pwd ne '') {

    my $rs = undef;

    ($rs, $main::db_pwd) = decrypt_db_password($main::db_pwd);

    }



    $main::db_name = $main::cfg{'vhcs'};

    @main::db_connect = (
    "DBI:mysql:$main::db_name:$main::db_host",
    $main::db_user,
    $main::db_pwd
    );


    woran könnte der fehler liegen oder solte ich dort keine daten eintragen ?

    __
    scroll down to line 1408, look for:
    ‘key’=>$main::db_pass_key,

    next, add the following line BEFORE the above quoted line:
    ‘keysize’ =>32,

    scroll down to line 1446 where you will need to repeat the above steps

    now save the file and exit.
    ___ Habe ich alles gemacht

    EDIT:
    geht nun habe aber neun fehler :

    my $cipher = Crypt::CBC -> new(
    {
    'keysize'=>32,
    'key' => $main::db_pass_key,
    'cipher' => 'Blowfish',
    'iv' => $main::db_pass_iv,
    'regenerate_key' => 0,
    'padding' => 'space',
    'prepend_iv' => 0
    }
    );


    und es kommt der fehler :

    If specified by -literal_key, then the key length must be equal to the chosen cipher's key length of 56 bytes at /var/www/vhcs2/engine/vhcs2_common_code.pl line 1412

    Oh srry für doppelpost wolte eigentlich editieren !



    Edit by LaMa5:
    - Bitte keine Doppelpost's, es gibt eine 'Bearbeiten' Funktion (Boardregeln §4.1e)
    --> Beiträge zusammengefügt.

    Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von „LaMa5“ ()