Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.错误,sessioncheck
错误如图示:
1、在php的目录下建立个文件夹tmp,这个有权限的问题,如果是ntfs的分区,就一定要添加evryone的控制权限,否则是没用的。
2、在php.ini找到session.save_path 这一行,设成session.save_path = "C:/php/tmp"把前面的注释分号去掉。
3、将php.ini中的session.auto_start的值改为1(启动),默认是0(禁用),(可无)
4、是在phpmyadmin中找到,config.sample.inc.php,改成config.inc.php,找到
$cfg['blowfish_secret']
将后面的赋值,加入数字和字母组合。全部修改完以后,重启iis或者apach,就可以看到熟悉的phpmyadmin的登陆界面了。(可无)
提问的那个人,你说你已经改为 extension=php_mbsting.dll 可是还是报错!因为你的那个文件不纯在! 其实真正的是这样子的!你的文件名打错了! 正确的是extension=php_mbstring.dll
Stellungnahme:Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn