Error updating 1.3.16 to 1.4.0 during creation of service directory

  • @Nuxwin thank you so much in advance. Really appetiate it


    Found a small typo error during digging. Currently it is:

    Code
    1. for ( [ $nginxTmpDir, $rootUName, $rootUName, 0755 ], [ $self->{'config'}->{'HTTPD_CONF_DIR'}, $rootUName, $rootGName, 0755 ], [ $self->{'config'}->{'HTTPD_LOG_DIR'}, $rootUName, $rootGName, 0755 ], .....


    but I guess it should be ($rootGName instead of second $rootUName):

    Code
    1. for (
    2. [ $nginxTmpDir, $rootUName, $rootGName, 0755 ],
    3. ....

    Also there seems a "," too much at the end of the for after [ $self->{'config'}->{'HTTPD_SITES_ENABLED_DIR'}, $rootUName, $rootGName, 0755 ],.

    (Ubuntu 16.04, i-MSCP 1.5.1, php-Fpm, Plugins: ClamAV, CronJobs, InstantSSH, LetsEncrypt, Mailgraph, Monitorix, OpenDKIM, PhpSwitcher, PolicydSPF, Postscreen, RecaptchaPMA, RoundcubePlugins, ServerDefaultPage, SpamAssassin, YubiKeyAuth)

  • @UncleJ @UncleSam


    I'll provide you with a patch first for testing ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @UncleJ @UncleSam


    See the attached patch ;)

  • @Nuxwin thanks, worked for me :)

    (Ubuntu 16.04, i-MSCP 1.5.1, php-Fpm, Plugins: ClamAV, CronJobs, InstantSSH, LetsEncrypt, Mailgraph, Monitorix, OpenDKIM, PhpSwitcher, PolicydSPF, Postscreen, RecaptchaPMA, RoundcubePlugins, ServerDefaultPage, SpamAssassin, YubiKeyAuth)

  • @UncleJ


    You're welcome ;) Thank for testing ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @UncleJ


    Other issue reported will be fixed too in next release. Thanks ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @UncleJ @UncleSam


    A fix has been added in our developement branch.
    See:


    Thank you for the report.
    Thread closed.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206