• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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