0

更换服务器后,我的 Wordpress 网站出现小错误。

警告:未知:打开(/webtemp/o/9/2/sess_o92pdlplllka1u1uh95ij1v863,O_RDWR)失败:第 0 行的未知中没有此类文件或目录(2)

警告:未知:无法写入会话数据(文件)。请在第 0 行的 Unknown 中验证 session.save_path 的当前设置是否正确 (3;1777;/webtemp)

大概是 Wordpress 正在尝试写入它在旧服务器上使用的临时文件夹?我尝试查找如何编辑临时文件夹路径但没有成功。

有谁之前经历过这个吗?

4

1 回答 1

0

This issue most commonly is caused when you upload new files after you load the website. A session is created and the site is then replaced by another unix user or the website is run from a different user. As such the site is no longer allowed to reach your session information. A simple work around is to clear your session information; in Google Chrome, press F12, under the tab resources press Cookies, and then select and remove (del) any entries that link to your domain.

If this does not solve your issue, you best contact your hostingprovider as probably the session.save_path is configured incorrectly.

于 2013-10-22T12:58:26.593 回答