I verified that the server is now with the new version of PHP 7.4. Apparently things are normal, only my jobqueue stopped, did anyone have the same problem ? I was analyzing some logs: Code: tail /var/log/ispconfig/cron.log qua jun 17 16:20:01 -03 2020 #3 {main} qua jun 17 16:20:01 -03 2020 thrown in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 83 qua jun 17 16:20:01 -03 2020 thrown in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 83 qua jun 17 16:20:01 -03 2020 PHP Fatal error: Uncaught Error: Call to undefined function mysqli_init() in /usr/local/ispconfig/server/lp:83 qua jun 17 16:20:01 -03 2020 Stack trace: qua jun 17 16:20:01 -03 2020 #0 /usr/local/ispconfig/server/lib/app.inc.php(47): db->__construct() qua jun 17 16:20:01 -03 2020 #1 /usr/local/ispconfig/server/lib/app.inc.php(232): app->__construct() qua jun 17 16:20:01 -03 2020 #2 /usr/local/ispconfig/security/check.php(32): require('/usr/local/ispc...') qua jun 17 16:20:01 -03 2020 #3 {main} qua jun 17 16:20:01 -03 2020 thrown in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 83
If you change the default PHP version the Operating System uses, that breaks ISPConfig. The additional PHP versions -document states that the default PHP version must be changed back to what is it was originally. The additional PHP versions are for website use, a website can use any PHP version that is installed on that host.
I configured it for the previous version and everything went back to normal. So, I really won't be able to use the upgrade on a day to day.
You can use neer and older versions as additional PHP versions, see https://www.howtoforge.com/tutorial...fig-3-from-debian-packages-on-debian-8-and-9/, but you should never update the base version of an operating system as all packages are made and tested against that version. The base php version gets upgraded when the Linux version is upgraded.