phpMyAdmin 显示白页没有错误

phpMyAdmin shows white page with no error

我将 FreeBSD 与 nginx 一起使用,php & mysql。 一切都很好,直到我决定将 php 升级到 5.6。 然后我从端口安装了 phpMyAdmin。 我的问题是 phpMyAdmin 不会出现。它显示白屏没有错误,即使我将错误设置为在 php.ini 中显示。 网站 & mysql 运行 很好。我什至可以回显 index.php(phpmyadmin 文件夹)中的内容。 这是我的 config.inc.php 设置:

$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '3306';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = '*******';
$cfg['Servers'][$i]['password'] = '*******';
$cfg['Servers'][$i]['AllowNoPassword'] = false;

确保在 php.ini

中安装并加载了 mbstring