-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The PHP SOAP extension (php-soap) is not installed/enabled #24
Comments
httpd as well as the whole server was restarted just to be sure |
I've got the same issue over here. |
Fixed it!
For rh-php71: https://centos.pkgs.org/7/centos-sclo-rh/rh-php71-php-soap-7.1.8-1.el7.x86_64.rpm.html Command: |
It's in fact 7.1, however i didn't solve the problem by installing it (and restarting httpd). But maybe in my case i require some additional configuration steps. I'll check it later. Thanks for a tip. |
After just restarting the service it didn't work on my system. I've restarted the machine. 😄 |
For those of you having this issue after installing the aforementioned package and restarting apache, you're probably configured to use php-fpm. You'll need to run the following command: |
Confirmed on Centos 7.x the following works: |
Thx @sonicos 👍 |
Small tip at the end: |
vSphere Module version 1.1.0
Director Version - latest
CentOS 7,
php 5.4.16,
Soap Module installed (visible in all info commands, and tested via simple script which executes exactly the same condition - if class_exists ('SoapClient') - which is returning true)
No errors in httpd log.
Error comes when i try to add new import source.
Honestly i have no idea how to investigate this further.
The text was updated successfully, but these errors were encountered: