Seems as if suphp has priority over mod_php on your server which causes phpmyadmin to fail. Edit the file:
/etc/apache2/mods-enabled/suphp.conf
and add a # in the front of these 2 lines:
AddType application/x-httpd-suphp .php .php3 .php4 .php5 .phtml
suPHP_AddHandler application/x-httpd-suphp
then restart apache.
|