Hello,
Earlier today I installed a fresh Directadmin installation on Ubuntu 20.04 with the following command:
This is installed by default PHP 7.4 with PHP-FPM, I enabled the second PHP selector with the following commands:
Once the installation was done I was missing the folder "/usr/local/php80/lib/php.conf.d/". Did I make any mistakes? I checked my options.conf for PHP config which is as followed:
I also tried to full rebuild but it did not either resolve my issue:
Anyone who ran into the same issue or can help me resolve this issue for PHP 8.0?
Earlier today I installed a fresh Directadmin installation on Ubuntu 20.04 with the following command:
wget -O - https://www.directadmin.com/setup.sh auto
This is installed by default PHP 7.4 with PHP-FPM, I enabled the second PHP selector with the following commands:
cd /usr/local/directadmin/custombuild
./build update
./build set php2_release 8.0
./build set php2_mode php-fpm
./build php n
./build rewrite_confs
Once the installation was done I was missing the folder "/usr/local/php80/lib/php.conf.d/". Did I make any mistakes? I checked my options.conf for PHP config which is as followed:
#PHP Settings
php1_release=7.4
php1_mode=php-fpm
php2_release=8.0
php2_mode=php-fpm
php3_release=no
php3_mode=php-fpm
php4_release=no
php4_mode=php-fpm
secure_php=yes
php_ini=yes
php_timezone=Etc/UTC
php_ini_type=production
x_mail_header=yes
I also tried to full rebuild but it did not either resolve my issue:
cd /usr/local/directadmin/custombuild
./build clean
./build update
./build update_versions
./build all d
./build rewrite_confs
Anyone who ran into the same issue or can help me resolve this issue for PHP 8.0?