Posts by citrin

    Hello


    I'm testing on:


    I-MSCP: 1.5.3 (2018120800)

    PhpSwitcher Plugin: 5.0.2


    Affected PHP versions: all packaged php versions


    After "installing" an additional PHP package, all my PHP-FPM pool files are gone and I get HTTP ERROR 503.



    I can reproduce the behaviour with the following command:

    Code
    1. aptitude install php7.3-imagick

    It does not matter if the package is already installed or not :-/


    Fix for me at the moment:

    Code
    1. perl /var/www/imscp/gui/plugins/PhpSwitcher/PhpCompiler/php_compiler.pl --register --packaged --packaged-only 7.0 7.1 7.2 7.3


    I also had a look into the logfile, but there is no error message:


    Maybe there is a problem within the listener file?

    Code
    1. /etc/imscp/listeners.d/50_psw_dpkg_post_invoke_tasks.pl


    Someone else with the same behaviour?


    Kind Regards,

    Manuel