• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question PHP interpreter has no PHP 7.0

Sie können php 7.0 Ihr eigenes. sury-Pakete unter debian 12 verwenden oder es selbst kompilieren. keine Notwendigkeit für immunify addon.
Das habe ich mir auch gedacht und mit folgendem probiert, aber auch das hat nicht geklappt.

Apt-get-Update und Apt-get-Installation von Ca-Zertifikaten

apt install apt-transport-https lsb-release ca-zertifikate -y
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
echo "deb https://packages.sury.org/php/$lsb_release -sc( main" ) /etc/apt/sources.list.d/php.list

apt-get-aktualisierung
Apt-get install php7.0 php7.0-fpm php7.0-cgi php7.0-mysql php7.0-xsl php7.0-xml php7.0-tidy php7.0-recode php7.0-mcrypt php7.0-mbstring php7.0-intl php7.0-gd php7.0-curl php7.0-json php7.0-imagick php7.0-bcmath php7.0-bcmath php7.0-readline php7.0-sqlite3

plesk bin php_handler --add -displayname "7.0 by sury.org" - path /usr/bin/php-cgi7.0 -clipath /usr/bin/php7.0 -phpini /etc/php/7.0/cgi/etc/php.ini -type cgi -id "php56-cgi"
plesk bin php_handler --add -displayname "7.0 by sury.org" - path /usr/bin/php-cgi7.0 -clipath /usr/bin/php7.0 -phpini /etc/php/7.0/cgi/etc/php.ini -type fastcgi -id "php56-fastcgi"
plesk bin php_handler --add -displayname "7.0 by sury.org" - path /usr/sbin/php-fpm7.0 - clipath /usr/bin/php7.0 -phpini /etc/php/7.0/fpm/etc/php.ini - type fpm - service php7.0-fpm - poold /etc/php/7.0/fpm/pool.d -id "php56-fpm"
 
Back
Top