• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

[SOLVED] Enable php SOAP on CentOS

SOAP is a php extension, so if it's correctly installed it will appear in phpinfo()
Have you checked it?
 
@IgorG Hi,
If I check:
php -i | grep soap
/etc/php.d/soap.ini,
soap
soap.wsdl_cache => 1 => 1
soap.wsdl_cache_dir => /tmp => /tmp
soap.wsdl_cache_enabled => 1 => 1
soap.wsdl_cache_limit => 5 => 5
soap.wsdl_cache_ttl => 86400 => 86400
Can you help me?
 
@Dx3webs hi and thanks...this is the output:
The package php-soap-5.4.45-51.el6.art.x86_64 is already installed
Nothink to do
I want to say HOW to enabled because it is installed but I think that it is NOT enabled.
Thanks
 
Hi @Manuel_Caramia!

Everything your are doing now is performed for php provided by OS vendor. But I suppose you need SOAP for PHP used for your website. What PHP handler is used for it?
 
Thanks at the beginning, then I'm not very expert, how can I check it?

You can go to domains hosting settings and post a screenshot of selected values.

Also you can create a file like info.php in doc root of your domain with content:
<?php phpinfo();

Then open in browser http://<your domain>/info.php and attach the webpage with output.

By the way there are shipped with Plesk PHP versions and they have SOAP enabled. You can install them using plesk installer.
 
upload a infophp file as described.. take a screenshot of the top of the page and show us what it looks like.
 
Back
Top