Comment to 'UNA 13-B2 - PHP 7.2 is not supported anymore'
  • Hello @Tajrebatee !

    Usually, it needs to detect the path to the proper PHP version and change it in the Cron command. So for example it was like:

    * * * * * cd /home/user/public_html/una/periodic; /usr/local/bin/php -q cron.php
    

    then after install it might be like:

    * * * * * cd /home/user/public_html/una/periodic; /usr/local/bin/php7.4 -q cron.php