Hi,
Is it possible to install PHP 8.0 or higher if my server is running Ubuntu 20.04 Focal?
In Configure > Web Server, I selected php-8.0, but when I try to set it as the System PHP version, I get this error:
ERROR: Specified PHP version is not installed.
Also, when I try to save the Backend Template PHP-FPM for a domain with PHP-8_0 selected, I get this error:
Error: php-fpm pool doesn't exist
When I try to install it via terminal, I get the following output:
v-add-web-php 8.0
Installing PHP-8.0, please wait…
ERROR: Installation failed, please run the following command manually for debugging:
apt-get install php8.0-common php8.0-mbstring php8.0-bcmath php8.0-cli php8.0-curl
php8.0-fpm php8.0-gd php8.0-intl php8.0-mysql
php8.0-soap php8.0-xml php8.0-zip php8.0-bz2
php8.0-pspell php8.0-imagick php8.0-imap php8.0-ldap php8.0-apcu
cp: cannot create regular file ‘/etc/php/8.0/fpm/pool.d/’: No such file or directory
sed: can’t read /etc/php/8.0/fpm/pool.d/dummy.conf: No such file or directory
cp: cannot create regular file ‘/etc/php/8.0/fpm/’: Not a directory
sed: can’t read /etc/php/8.0/fpm/php-fpm.conf: No such file or directory
sed: can’t read /etc/php/8.0/fpm/php.ini: No such file or directory
sed: can’t read /etc/php/8.0/fpm/php.ini: No such file or directory
sed: can’t read /etc/php/8.0/fpm/php.ini: No such file or directory
sed: can’t read /etc/php/8.0/fpm/php.ini: No such file or directory
sed: can’t read /etc/php/8.0/fpm/php.ini: No such file or directory
sed: can’t read /etc/php/8.0/cli/php.ini: No such file or directory
sed: can’t read /etc/php/8.0/fpm/php.ini: No such file or directory
sed: can’t read /etc/php/8.0/fpm/php.ini: No such file or directory
sed: can’t read /etc/php/8.0/fpm/php.ini: No such file or directory
Can anyone help me?