Report this

What is the reason for this report?

Digital ocean a SoapClient installation

Posted on May 19, 2017

I use a digital ocean as a server. SoapClient phpinfo() is not found. I am running the following code in the terminal.

1- sudo apt-get install php-soap

2- sudo systemctl restart apache2

Then I reset the server. But again phpinfo() is not seen.

How can i install digital ocean a SoapClient.

Thanks



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

@developere0e003

If you installed Apache and PHP on your own, you’ll need to make sure that this package is installed for PHP to work:

libapache2-mod-php7.0

You’d replace 7.0 with the PHP version that corresponds to the version you’re wanting to install. This is the package that installs mod_php, which Apache needs to handle PHP requests.

I’d also recommend using the actual soap package that is available:

php7.0-soap

You can fetch a list of available packages by running:

apt-cache search php7.0

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.