I’ve installed hestia on ubuntu 22.04 without php 8.1. Well, now I get this trying to add a web domain.
P.S. removed the screenshot not to expose any IPs. The problem went away after reinstalling PHP 8.1 through the panel. I tried to tinker around and see if I could reproduce the problem, but it seems to occur only on the initial installation with PHP 8.2.
Could you please show the output of these commands?
ls -l /usr/local/hestia/data/templates/web/php-fpm/
v-list-sys-php plain
dpkg -l | grep -E '^.*php[578].*-common'
curl -sSL https://7j.gg/listphp | bash -s --
forge:~# ls -l /usr/local/hestia/data/templates/web/php-fpm/
total 20
-rw-r–r-- 1 root root 1260 Jun 12 18:24 PHP-8_2.tpl
-rw-r–r-- 1 root root 1260 Jun 12 18:25 PHP-8_3.tpl
-rw-r–r-- 1 root root 1288 Jun 12 18:17 default.tpl
-rw-r–r-- 1 root root 1225 Jun 12 18:17 no-php.tpl
-rw-r–r-- 1 root root 1241 Jun 12 18:17 socket.tpl
forge:~# v-list-sys-php plain
8.2
8.3
forge:~# dpkg -l | grep -E ‘^.php[578].-common’
ii php8.2-common 8.2.20-2+ubuntu22.04.1+deb.sury.org+1 amd64 documentation, examples and common module for PHP
ii php8.3-common 8.3.8-2+ubuntu22.04.1+deb.sury.org+1 amd64 documentation, examples and common module for PHP
forge:~# curl -sSL https://7j.gg/listphp | bash -s –
USER DOMAIN PHP_VERSION
x xx no-php
x xx no-php
x xx no-php
x xx no-php
x xx PHP-8_3
Note: default php version is 8.2
The original problem went away after I installed and uninstalled php 8.1 through the panel.