Not understand what these errors are:

S4BRE

New member
Joined
May 4, 2020
Messages
1
I have these errors and don't understand how to fix them.
PHP 7.1 is installed, but not enabled << should be?
PHP 7.3 is installed, but not enabled << should be?
This message has been automatically generated notifying you that the service php-fpm56 is currently down. < who cares lol ? I don't even use it
Thanks in advance.
 
Hey,

Well, it only says that you have PHP 7.1 and 7.3 installed but not enabled.
Do you have to care? nope, as long as you don't use them, so you could also remove them completely. saves up disk space :)
 
You can go to the CustomBuild interface and go on "Remove Software" (or similarly titled) and it will show you things you no longer have installed that could be removed. My assumption is that PHP 7.1 and PHP 7.3 were previously used but now either PHP 7.2 and/or PHP 7.4 are used.
 
From cmd prompt
To know what is installed even if you are not using it..

Code:
cd /usr/local/directadmin/custombuild
./build versions

List applications that would be Removed/Uninstalled
Code:
cd /usr/local/directadmin/custombuild
./build list_removals

Remove/Uninstall applications
Code:
cd /usr/local/directadmin/custombuild
./build remove_items
 
Back
Top