• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

php pear installation

Stephen Wright

New Pleskian
Hi

I'm trying to install PEAR for php with little success. When I run this:

c:\plesk\Additional\PleskPHP5\go-pear.bat

I get:

"php.exe - Unable to Locate Component

This application has failed to start because php4ts.dll was not found. Re-installing the application may fit this problem"

Any ideas anyone? I want to install PEAR at server level so all clients using the server have PEAR.

Thanks in advance
Ste Wright
 
Make sure at least that extension_dir has correct path to PHP modules in php.ini file and that php4ts.dll file is really exists there.
 
Make sure at least that extension_dir has correct path to PHP modules in php.ini file and that php4ts.dll file is really exists there.

In my php.ini I have the following path as my extension_dir: C:\plesk\Additional\PleskPHP5\ext

And in there I have now placed a copy of php4ts.dll and yet this error still comes up.

Any ideas?
 
Last edited:
Back
Top