这些问题,不碰到便罢了。但是对于新手来说,比如象我,第一次碰到的话,自己查找解决方案的话一般都是到处查找,网上一大堆的方法都不适用的情况下,自己会感觉到多么的无奈了。我还是建议,遇到问题不要着急,仔细阅读文档,多参考下前辈们的解决方法,虽然不一定用,但对你会有一定的启发。多动手,多试验,没有任何问题可以难倒你,我看好你哟 ^__^
出现的问题:
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
将php.ini中的session.auto_start的值改为1(启动),默认是0(禁用)
打开phpmyadmin出现如下错误:
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
而且其他程序连接都正常,环境为2003 II6
在php的目录建立个文件夹tmp
在php.ini找到session.save_path 这一行,设成session.save_path = "C:/php/tmp"把分号弄掉。OK
在网上找的资料都不对头,那些人都以为是extension=php_mbstring.dll的问题!!!







