duancong7573 2015-02-23 16:56
浏览 44
已采纳

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-24 05:06
    关注

    Make sure mbstring is installed and loaded in php.ini

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

报告相同问题?

悬赏问题

  • ¥20 数学建模,尽量用matlab回答,论文格式
  • ¥15 昨天挂载了一下u盘,然后拔了
  • ¥30 win from 窗口最大最小化,控件放大缩小,闪烁问题
  • ¥20 易康econgnition精度验证
  • ¥15 msix packaging tool打包问题
  • ¥28 微信小程序开发页面布局没问题,真机调试的时候页面布局就乱了
  • ¥15 python的qt5界面
  • ¥15 无线电能传输系统MATLAB仿真问题
  • ¥50 如何用脚本实现输入法的热键设置
  • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能