phpMyAdmin显示白页,没有错误

时间:2015-02-23 16:56:56

标签: php nginx phpmyadmin freebsd

我使用FreeBSD和nginx,php& MySQL的。 一切都很好,直到我决定将我的PHP升级到5.6。 然后我从ports安装了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;

1 个答案:

答案 0 :(得分:0)

确保在php.ini中安装并加载了mbstring