• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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