• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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