Cannot start without errors, please check errors given in your and/or webserver log file and configure your PHP installation properly.
web页面访问,提示这个错误,检查了下php.ini以后,做了如下修改:
1:php.ini里面的session.auto_start的值改为1(),默认是0(禁用)。
2:确定session.save_path目录权限
3:把phpmyadmin目录config.inc.php里面的
/* Authentication type */
$cfg[ 'Servers '][$i][ 'auth_type '] = 'cookie ';
改成
/* Authentication type */
$cfg[ 'Servers '][$i][ 'auth_type '] = 'http ';
4:检查是否启用了mbstring扩展。
阅读(1501) | 评论(0) | 转发(0) |