嗨,我真的很感谢你的帮助。我在http://www.bookapartmentsinyork.co.uk/上得到以下错误
Warning: session_start() [function.session-start]: open(/home/content/05/11475705/tmp/sess_o4ml0j7uuo01pffbonlpdpi8p2, O_RDWR) failed: No such file or directory (2) in /home/content/05/11475705/html/wp-content/plugins/quitenicebooking/includes/quitenicebooking.class.php on line 141警告: /home/content/05/11475705/html/wp-content/plugins/quitenicebooking/includes/quitenicebooking.class.php:141) () function.session-start:无法发送会话缓存限制器--已发送的标头(输出在第141行的/home/content/05/11475705/html/wp-content/plugins/quitenicebooking/includes/quitenicebooking.class.php中从session_start开始)
我试过很多次了,但这一切都让我很困惑。我使用的是GoDaddy,该错误是在从Windows服务器更改为Linux服务器后引起的。我是新来的,所以请在你的解释中帮助我,因为我很容易被弄糊涂:)谢谢!
发布于 2014-09-10 12:33:03
一定要在文件的开头设置session_start()。
您将得到此错误,因为标题已经发送。
https://stackoverflow.com/questions/25765485
复制相似问题