• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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