Posts by TheCry

    Translating.......
    Hello
    while installation with the current version in the part where you set the password for i-MSCP you will see the password instead of asterisks.


    Is this desired?


    The following passwords for pma, vft e.g are with asterisk again.


    I didn't found a ticket for this, maybe someone can have a look on this issue.


    1. reseller group
    User files are owned by username:reseller-group.
    To reseller group belongs some reseller and admins. Not the user (to avoid user reading other user of the same reseller files)


    cons: When user will upload files via the ftp - we can set correct group in ftp config. But created files in shell will be owned by usergroup, not reseller.. So some feature needed to "reset permissions" by the reseller when needed..


    @maur
    i hope i'd understand it correct...
    You want to share some files for user the users of the reseller.
    So you can create some folders with a sticky bit.. You change the owner of this folder to reseller:reseller_users...
    The advantage is that only the owner of the file, the owner of the folder and root can delete this file.
    If a user creates a file in this folder the file will be set by the user who creates this file but other users of the reseller_users group can read this file.


    Is it that what you want?

    So...
    At first... You can find the rpoblem on your own...
    If you start the "perl wordpressen" the script will show you every error.
    If there is no error you will get this message

    Code
    1. [DEGUB] i-MSCP installer file - No Input Data available


    At the moment you got a lot of errors


    You need to escape the chars "@, $, %, [".
    Then you nee to define "$new_table_options"... Like in this example:

    Code
    1. my $table_options = "table_options";
    2. my $new_table_options = $sw_software_prefix.$table_options;

    I don't See any error!
    The Message of the Package is normal if you delete the package as Admin or reseller and a customer had installed it. Then you can't use the package to uninstall it. You only can delete it from your list. The database and files should be deleted by yourself.