Oct 2nd 2019 #1 Hello, i try to install SOAP Client / Extension to my i-mscp on Ubuntu I installed: Code apt-get install php-soap But its still not working. Do i need to active this somewhere else? Do I need to find php.ini and add any lines there i-MSCP 1.5.3 Ubuntu 16.04 PHP 7.1 Thank you!
Oct 2nd 2019 #2 Okay sorry I found it by: Code apt-cache search php | grep -i soap and installed this: Code apt-get install php5.6-soap Code apt-get install php7.1-soap Code sudo phpenmod soap Code sudo service apache2 restart Check if SOAP is loaded: Code php -i | grep -i soap