Posts by fulltilt

    Debian 9

    IMSCP latest

    PHPswitcher latest


    I have setup PHPswitcher as Packaged PHP versions PHP7.1 system default, added PHP7.0, 7.2 and 7.3, after a reboot or restart of PHP versions I get an EXEC spawning error ... any idea?

    thanks kees. see results below

    I just want to ask whether the basic system from GIT is functional or where there are issues, things not working yet.

    I would like to set up an own project with debain 10 without any customers, only for private purposes.

    Maybe i can also help with troubleshooting or bug fixes ...

    If I run the whmcs cron jobs as the web owner (user) all of the cron job sessions goes into the system main /tmp folder, so today I have found about thousands of cron session files inside.

    The website is using a phpswitcher w/ PHP 7.2 and works without any issues ... all website or whmcs sessions are stored in the phptmp session folder of the webfolder, it just happens with the cron jobs.

    Is there any way to set the session path for the cron jobs when extecuted via PHPswitcher /opt/php....../7.2/bin/php -q to the webfolder phptmp folder?

    I use whmcs 7.9.2 with PHP 7.2 (phpswitcher) but the main system runs under PHP 7.0 ...

    WHMCS works so far with PHP 7.2 but shows a warning message about different PHP version for the whmcs cron jobs

    how can i set the PHP environment in whmcs cron script or as a command for the cronjob to use the compiled PHP 7.2 environment?

    Code
    1. PHP 7.2 path
    2. /opt/phpswitcher/20200223/php7.2/sbin/psw7.2-fpm
    3. cron job
    4. 30 7 * * * php -q /var/www/virtual/mydomain.tld/crons/cron.php &> /dev/null #billing