大家到这里看看,有什么意见尽管提!
http://bbs.phpres.com/showthread.php?s=&threadid=34458
作者 gatebill 发布于 0000-00-00 分类:php基础编程
Warning: session_start(): open(/tmpsess_79fecd8f573539963036859f23ce0474, O_RDWR) failed: No such file or directory (2) in E:phpbsindex.php on line 15
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at E:phpbsindex.php:15) in E:phpbsindex.php on line 15
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at E:phpbsindex.php:15) in E:phpbsindex.php on line 15
我运行别人的一段代码的时候出现了以上错误,我想代码是没错的,可能是刚配置的PHP没搞了,没找着以前的教程,只好自己凭感觉了,可以运行起来,就是出现了以上的错误
逛论坛交流:配置出错,帮忙的来啊
老问题 了
建 个tmp目录吧
SESSION路径问题
1.在c盘下建tmp文件夹
2.session_start()前面不要有输出,包括空行及空格
3 条回复
回复