文件系统中的错误异常.php
会话存储问题
会话存储无法与我的Laravel 5一起使用。使用一个月没有问题。但是由于最近上传到Web服务器,我在每个页面上都得到了以下响应。
ErrorException in Filesystem.php line 74:
file_put_contents(): Exclusive locks are not supported for this stream
互联网上的许多帖子都表明要删除对
$lock on line 74 in Filesystem.php
似乎是一个快速修复,这将导致其他问题...
我该如何解决根本原因?
引用
https://stackoverflow.com/questions/29023948/laravel-5-file-put-contents-exclusive-locks-are-not-supported-for-this-stre https://laracasts.com/discuss/channels/general-discussion/l5-new-install-error