Posts by Proci

    Hi All,


    I updated from 4.0.3 to 5.0.5.
    I installed php 7.4 packages.
    I run: perl /var/www/imscp/gui/plugins/PhpSwitcher/PhpCompiler/php_compiler.pl –register –packaged –packaged-only 7.4

    When I tried to switch in customer account, I see this error message:
    DataTables warning: table id=DataTables_Table_0 - Requested unknown parameter '2' for row 0. For more information about this error, please see http://datatables.net/tn/4
    I couldn't switch php version.

    Debian 9, up-to-date
    i-MSCP 1.5.3
    Build: 2018120800
    Codename: Ennio Morricone


    I tried this plugin update one other system. I thought the version jump was big in last time. But no.
    4.0.3-> 5.0.0
    The same error message.


    ..and from this time the phpswitcher doesn't work and I can't downgrade.

    What is the problem with v5.x ?



    Files

    • bug.png

      (55.73 kB, downloaded 15 times, last: )

    I tried to complite php 7.0 or 7.1 on Debian 9.

    perl php_compiler.pl --auto-setup --parallel-jobs 8 7.0



    What is the problem and how can I resolve this?

    Dear Developers,


    I would like to install i-MSCP wiuthout mail server. I install a lot of webserver and I use it with satisfaction, but I don't need imap, pop3, stmp services.
    Are you planning to introduce disable bottom in the installer like Bind?
    I think it is very important feature for other people too.


    Thank you!

    Many passwords are stored as plain (ftp, sql) to allow auto-login feature.


    Is it certainly necessary? OK, phpmyadmin autologin is useful, but I think i is not neccessarry for mail and ftp.
    Phpmyadmin autlogin worked in old ispcp omega whithout plan passwords (maybe with KDF) . Why have you chosen another way?



    The thing you mean is called a key derivation function (KDF )and usually has nothing to do with encryption.


    So-so. I think, KDF need to Phpmyadmin autologin, but mail passwords should be full encryption, ex. SHA256/SHA512. Dovecot works perfectly with SHA512,and Courier with classic crypt.

    Dear Developers,


    I realized that i-MSCP stores raw (plain text) passwords in MySQL tables (ex. mail_user, sql_user).
    This is very dangerous security risk. Why do not use encryption in 2016?
    The old ispCP encrypted in SQL passwords in sql_user tables, so method is working. What's the problem?
    Dovecot able to use sha256, sha512 encrypt too.
    I can't understand...Why don't use encryption?