• 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.

Resolved Problem installing pear on plesk 12.5 for windows

Shakira

New Pleskian
Good Day

I am new here and would like to know if anyone may assist me on a problem i am facing with pear installation on plesk 12.5 for windows.

I found the following link https://kb.plesk.com/en/995 but it does not work as there is no go-pear.bat in php folders.

Please assist
 
go-pear.bat was shipped for PHP 4 and PHP 5 prior version 5.3
If you are using newer version - there is no such file anymore.

According to official PEAR documentation - http://pear.php.net/manual/en/installation.getting.php
you need to:
download https://pear.php.net/go-pear.phar with your browser and save the output to a local file named go-pear.phar. You can then run
php go-pear.phar
in a Windows Command Prompt to start the installation.
 
Back
Top