致命错误:未捕获的异常“Zend_Session_Exception”带有消息 'Zend_Session::start()
这是带有错误转储的屏幕截图:
我在浏览我正在开发的网站。显然会话无法启动,但我不知道如何防止此错误,因为它是随机发生的(在我看来)。知道如何防止此错误发生吗?
This is a screenshot with the error dump:
I occassionaly get this error while browsing a website i am developing. Obviously session can't be started but i have no idea how to prevent this error because it occurs randomly (as it seems to me). Any idea how can I prevent this error to occur?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的错误,并找到了 PHP 应用程序是使用 PHP 5.6 开发的根本情况。后来,我安装了 PHP 7.2 &尝试使用 PHP 7.2 运行 PHP 5.6 应用程序。禁用 PHP 7.2 对我有用。
分享以下命令供参考:
I faced the same error and found the root case that PHP application was developed using PHP 5.6. Later on, I installed PHP 7.2 & trying to run PHP 5.6 application using PHP 7.2. Disabling PHP 7.2 worked for me.
Sharing below commands for reference: