duancong7573 2015-02-23 08:56
浏览 45
已采纳

phpMyAdmin显示白页,没有错误

Im using FreeBSD with nginx, php & mysql. Everything fine until i decided to upgrade my php to 5.6. Then i installed phpMyAdmin from ports. My problem is phpMyAdmin won't show up. It displays white screen with no error, even i set error to be displayed in php.ini. Websites & mysql is running well. I can even echoed out something in index.php (phpmyadmin folder). Here is my config.inc.php setting:

$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条回答 默认 最新

  • duanhuihui2705 2015-02-23 21:06
    关注

    Make sure mbstring is installed and loaded in php.ini

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部