<p>
source: <a href="http://forums.cpanel.net/showthread.php?s=&threadid=21543">http://forums.cpanel.net/showthread.php?s=&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>
</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&highlight=phpmyadmin">http://forums.servermatrix.com/viewtopic.html?t=5032&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>
A web and systems development journal (from a–too busy–web developer who does a lot of various IT work.)