• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff 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