Symptoms
Some sites using PHP Pear may experience a 500 error or similar. You may also experience an error using simple pear commands such as list outlined in the example below:
[root@server ~]cPs# ea-php56-pear list Could not open input file: /opt/cpanel/ea-php56/root/usr/share/pear/pearcmd.php
Description
The issue is caused by the pearcmd.php file missing from the ea-phpXX installation.
There is an internal case open with Cloudlinux's development team to investigate this further. For reference, the case number is EA4D-642. Follow this article to receive an email notification when a solution is published in the product.
Workaround
Until CloudLinux updates the package, the ea-phpXX-pear package package will need to be downgraded:
1. Downgrade the package
yum downgrade ea-phpXX-pear
Please note, you would need to replace "XX" with the actual PHP version, such as "ea-php56-pear" for PHP 5.6 as an example.
2. Version lock the package to prevent the package from updating during nightly RPM updates until a fix to the case has been published.
Comments
0 comments
Article is closed for comments.