Hi, i need to activate php 5.6 for a legacy project. after activiating it if i try to set a domain to use it i get php-fpm pool doesn’t exist? I have PHP 7.4. and PHP 8.0 already installed.
Check if /etc/php/5.6/fpm/pool/ exists
I should also add that the folder for php 5.6 isn’t there at all. It’s like it hasn’t actually installed it even though it’s checked
if i try and install it manually using v-add-web-php i get an installation error
ERROR: Installation failed, please run the following command manually for debugging:
apt-get install php5.6-common php5.6-mbstring php5.6-bcmath php5.6-cli php5.6-curl
php5.6-fpm php5.6-gd php5.6-intl php5.6-mysql
php5.6-soap php5.6-xml php5.6-zip php5.6-json php5.6-bz2
php5.6-pspell php5.6-imagick php5.6-imap php5.6-ldap php5.6-mcrypt
cp: cannot create regular file ‘/etc/php/5.6/fpm/pool.d/’: No such file or directory
sed: can’t read /etc/php/5.6/fpm/pool.d/dummy.conf: No such file or directory
cp: cannot create regular file ‘/etc/php/5.6/fpm/’: No such file or directory
sed: can’t read /etc/php/5.6/fpm/php-fpm.conf: No such file or directory
sed: can’t read /etc/php/5.6/fpm/php.ini: No such file or directory
sed: can’t read /etc/php/5.6/fpm/php.ini: No such file or directory
sed: can’t read /etc/php/5.6/fpm/php.ini: No such file or directory
what happens if you run it as suggested?