dongyi1996 2019-06-10 15:05
浏览 653
已采纳

Laravel 5.7无法加载`storage / framework / cache / data`并写入`./ storage / logs / laravel-2019-06-11.log`

I have a project under laravel 5.7 installation and for some reason I get the following error:

file_put_contents(/home/vagrant/code/storage/framework/cache/data/1c/6e/1c6ea8378a1030f85a05f4cb2262de1e2164efa6): failed to open stream: No such file or directory

In order to mitigate the error I tried the following:

  • Permission Based tries:
 chmod 777 -R storage
 chmod 0777 -R storage
  • artistan based attempts:
 php artisan cache:clear
 php artisan config:clear
 php artisan config:cache
 php artisan view:clear
  • php-fpm default user settings:
sudo chown -R $USER:www-data storage
sudo chown -R $USER:www-data bootstrap/cache

Also for the development I use vagrant with the following Vagrantfile located at the root of my project:

Vagrant.configure("2") do |config|

    config.vm.box = "ubuntu/xenial64"
    config.vm.box_version = "20180917.0.0"     
    config.vm.box_download_insecure = true

    config.vm.provider "virtualbox" do |vb|
        vb.name = "myapp-api"

        vb.memory = 2024
        vb.cpus = 1

        vb.customize [ "modifyvm", :id, "--uartmode1", "disconnected" ]
    end

    config.vm.network "private_network", ip: "192.168.10.111"
    config.vm.network "forwarded_port", guest: 80, host: 8888
    config.vm.network "forwarded_port", guest: 22, host: 2223

    config.vm.synced_folder "./.", "/home/vagrant/code"

    # Provision Scripts
end

But any of these failed to resolve the solution.

Edit 1

The folder framework/cache/data already exists as ls -l shows:

$ ls -l /home/vagrant/code/storage/framework/cache/ | grep data
drwxrwxr-x 1 vagrant vagrant 4096 Jun 11 10:46 data

By doing:

rm -rf storage/framework/cache
mkdir -p storage/framework/cache

Resulted to the following NEW error:

The stream or file "/home/vagrant/code/storage/logs/laravel-2019-06-11.log" could not be opened: failed to open stream: Permission denied

So in my investigation shows:

$ ls -l /home/vagrant/code/storage/logs
total 112
drwxrw-rw- 1 vagrant vagrant  4096 Jun 10 17:31 .
drwxr-xr-x 1 vagrant vagrant  4096 Jun 10 15:47 ..
-rwxrwxrwx 1 vagrant vagrant    14 Jun 10 15:47 .gitignore
-rwxrwxrwx 1 vagrant vagrant 96507 Jun 10 18:09 laravel-2019-06-10.log

Meaning it has more than enouch permissions to get written. I also run the following command:

$ ls -l /home/vagrant/code/storage/ | grep logs
drwxrw-rw- 1 vagrant vagrant 4096 Jun 10 17:31 logs

Meaning that still there are good enouch permissions in order for the laravel to write into the file. Still the error shows the opposite.

Furthermore I tried this one:

mv bootstrap/cache/config.php ~/

I also tried the following:

rm -rf storage/logs/*
./artisan cache:clear

And the problem still remains.

  • 写回答

2条回答 默认 最新

  • duanemei2194 2019-06-11 08:59
    关注

    The problem is that the code is running as www-data user. To fix tat you should make a custom php-fpm resource using the user and group named vagrant.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 PADS Logic 原理图
  • ¥15 PADS Logic 图标
  • ¥15 电脑和power bi环境都是英文如何将日期层次结构转换成英文
  • ¥20 气象站点数据求取中~
  • ¥15 如何获取APP内弹出的网址链接
  • ¥15 wifi 图标不见了 不知道怎么办 上不了网 变成小地球了
  • ¥50 STM32单片机传感器读取错误
  • ¥15 (关键词-阻抗匹配,HFSS,RFID标签天线)
  • ¥15 机器人轨迹规划相关问题
  • ¥15 word样式右侧翻页键消失