我用的是2003系统但为什么安装PHPstudy软件选择IIS安装方式的时候,PHPMYadmin打开时都是出现Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
这样的面页呢,请版主回复,,,,谢谢
Blog作者的回复:
将php.ini中的session.auto_start的值改为1(启动),默认是0(禁用),
在phpmyadmin中找到,config.inc.php,
找到 $cfg['blowfish_secret'] 将后面的赋值,加入数字和字母组合