cPanel/WHM fix (if something stops working)

<p> source: <a href="http://forums.cpanel.net/showthread.php?s=&amp;threadid=21543">http://forums.cpanel.net/showthread.php?s=&amp;threadid=21543</a> </p> <p> (this helped me after manually compiling PHP 4.3.6, where phpMyAdmin, Horde Webmail, etc stopped working) </p> <pre lang=bash> ​rm -f /usr/local/cpanel/cpanel /scripts/installgd /scripts/cleanmd5 /scripts/upcp </pre> <p> &nbsp; </p> <p> also... cPanel/WHM uses a buggy version for PHP (4.2.3) stricly for it's internal applications (e.g. phpMyAdmin)... to fix this simply delete that php version that it uses, and put an alias in it's place... </p> <p> source: <a href="http://forums.servermatrix.com/viewtopic.html?t=5032&amp;highlight=phpmyadmin">http://forums.servermatrix.com/viewtopic.html?t=5032&amp;highlight=phpmyadmin</a> </p> <pre> rm -rf /usr/local/cpanel/3rdparty/bin/php ln -s /usr/bin/php /usr/local/cpanel/3rdparty/bin/php </pre>