1

I want to install a plug that requires SoapClient. In WooCommerce -> Status I have message like that "Your server does not have the SoapClient class enabled - some gateway plugins which use SOAP may not work as expected."

I spent a lot of time on it trying several ways:

1. https://social.msdn.microsoft.com/Forums/en-US/18ddb045-05ed-4ad3-aafa-a2c872ece55e/install-soap-module-for-php-72-in-web-app-for-containers-wordpress?forum=windowsazurewebsitespreview

In Azure SCM Kudu -> SSH

enter image description here

Later I reset the server using azure and still not working.

enter image description here

When I perform this action twice I get this message, but when I do a reset I can install it again. enter image description here

2. How do I install soap extension?

In Azure SCM Kudu -> SSH

I cannot use sudo and apt-get enter image description here enter image description here

I also can't understand why I don't have root on ssh. In many examples, people have something like root@ASFF1234. I have only ASFF1234. :(

In Azure SCM Kudu -> Bash

I cannot use sudo and apt-get doesnt work. enter image description here enter image description here

3. https://bobcares.com/blog/woocommerce-soap-client/

yum doesn't work on SSH and bash

Would someone be able to tell me what I'm doing wrong? Thank you in advance.

Haze
  • 23
  • 1
  • 3
  • Does this answer your question? [How do I install soap extension?](https://stackoverflow.com/questions/2509143/how-do-i-install-soap-extension) I think this is what you need - no need for a global SOAP installation. – Mr. Jo Jun 30 '21 at 19:49
  • But i cannot use sudo and apt-get on my azure web service :( – Haze Jun 30 '21 at 20:24
  • Sudo is not needed, I think. Have you tried it without sudo? It will just be installed for your user instead. – Mr. Jo Jun 30 '21 at 20:40
  • when i user only apt-get i have permission danied – Haze Jul 01 '21 at 11:21

0 Answers0