Look up the following inside your script file
phpinfo();
If you can’t find Soap Client
set to enabled
like so:
Fix
yum install php-soap
- Restart your Apache server
- Look up your
phpinfo();
again and check if you see a similar picture to the one above - If you do, problem solved!
thanks for sharing 🙂
You are welcome.