服务器上的会话限制?
2011-12-08 17:24:04 - PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
2011-12-08 17:24:04 - PHP Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0
上传一定量的内容后出现这些错误。另外,注意到无法再登录管理面板。这可能是由于服务器上存储了太多会话造成的吗?或者有人有其他想法吗?首先发生在通过管理面板在打开的购物车中上传一些图像后。
我在一台服务器上托管一堆网站。所以这看起来很有可能,但是以前有人遇到过这个吗?
2011-12-08 17:24:04 - PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
2011-12-08 17:24:04 - PHP Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0
Getting these errors after uploading a certain amount of content. Also, noticed that can no longer log in to admin panel. Could this be cause by too many sessions be stored on a server? Or anyone have any other ideas? First happened after uploading a few images through admin panel in open cart.
I am hosting a bunch of sites off of one server. SO it seems likely but has anyone run into this before?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来很可能磁盘空间不足,从而导致许多事情失败。尝试释放一些空间并重试。
Looks very likely that you've run out of space on the disk and so causing many things to fail. Try freeing up some space and try again.