Laravel file_put_contents()错误

时间:2017-04-12 09:42:09

标签: php laravel

我有一个本地(通过VM)工作的网站,但当我将其上传到服务器时,我收到此错误

ErrorException in Filesystem.php line 111:

file_put_contents(/home/vagrant/Code/xxxx/storage/framework/sessions
/Ec2ceBoBBnKIOx8SzMXOf4akbzA5g5aI9WHBEhn6): 
failed to open stream: No such file or directory

我尝试过没有帮助的事情:运行composer update,运行dump-autoload,运行cache:clear,运行config:cache,删除服务器上的所有内容然后重新上传所有内容,手动创建目录/文件,将权限设置为777。

任何见解?

0 个答案:

没有答案