• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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