• 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!
  • 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.

php_soap.dll installation failed

Kulturdenkmald

New Pleskian
Hey,

we are using a Microsoft Windows Server 2008 R2 with Plesk Panel-Version 11.0.9.
Now, we want to install a CRM System, which needs SOAP. We upgraded php to version 5.4 allready and added the line "extension=php_soap.dll" to php settings at plesk and you can find the file "php_soap.dll" in the php54 directory on the server ,too.

How can we solve the problem that the systemcheck of our CRM say, that the required soap installation is failed? Do we need to change or add something else in the php.ini to bring it to work? We googled allready, but we found not the right answer related to our issue.

Thanks.
 
I used the C:\Parallels\Plesk\Additional\PleskPHP54\php.ini file and deleted the ";" in front of the "extension=php_soap.dll " line.
 
Do you have "extension_dir" option in php.ini? Make sure that php_soap.dll is really located in this directory.
 
Also check in registry key HKEY_LOCAL_MACHINE\SOFTWARE\PHP\5\IniFilePath that you have edited correct php.ini
 
Back
Top