phpMyAdmin Displays Blank Page

A

Anonymous

Guest
try browsing to http://localhost/MyAdmin/index.php - see if that is different?

Andrew
 
make sure you turn on errors in your php.ini otherwise you will only get a blank page if there infact IS an error
 
I'd also suggest creating a file called info.php in your root directory (http://localhost/info.php) with the code <? phpinfo(); ?> to check that PHP is actually working correctly.

Andrew
 
Back
Top