警告:session_start()[function.session-start]

时间:2014-09-10 12:28:16

标签: php wordpress session header

嗨,我真的很感激一些帮助。我在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

警告:session_start()[function.session-start]:无法发送会话缓存限制器 - 已发送的标头(输出开始于/ home / content / 05/11475705 / html / wp-content / plugins / quitenicebooking / includes / quitenicebooking.class.php:141)位于第141行的/home/content/05/11475705/html/wp-content/plugins/quitenicebooking/includes/quitenicebooking.class.php

我尝试了很多东西,但它对我来说都很困惑。我使用的是GoDaddy, 从Windows更改为Linux服务器后导致该错误。我很新,所以请尽量帮助我解释,因为我可能很容易混淆:)谢谢!

2 个答案:

答案 0 :(得分:0)

看起来'quitenicebooking'插件试图读取不存在的会话存储数据。 有关已发送标头的后续错误只是出现第一个错误的结果。

您可以尝试使用ini_set()更改会话存储位置。

答案 1 :(得分:-1)

请务必在文件的最开头设置session_start()

您收到此错误,因为标题已经发送。