If you updated phpMyAdmin to 3.5.1 and you use Safari on Lion, then you’ll get blank screens. It doesn’t work with it.
Your choices are either a different browser (no issues with Firefox or Chrome) or revert back to version 3.5.0.
Bummer.
Update: This issue has been fixed in version 3.5.2
Thanks! It was very confusing to see a blank page after an upgrade of phpMyAdmin.
Or add $cfg['AllowThirdPartyFraming'] = true;
in your config file
http://sourceforge.net/tracker/index.php?func=detail&aid=3523499&group_id=23067&atid=377408
http://sourceforge.net/tracker/index.php?func=detail&aid=3523499&group_id=23067&atid=377408
An easy fix currently for content-security-policy can be to add this line
to config.inc.php
$cfg['AllowThirdPartyFraming'] = true;
Oh yeah!!!! Props for JKO: that line in the config file finally allows Safari to show phpmyadmin!
Thanks a bunch!