• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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