首頁 >後端開發 >php教程 >php 的 lavarel 报错ErrorException in Filesystem.php line 81:

php 的 lavarel 报错ErrorException in Filesystem.php line 81:

WBOY
WBOY原創
2016-06-06 20:31:041998瀏覽

<code>ErrorException in Filesystem.php line 81:
file_put_contents(/f3066c7346d5b050360486339b8015a1): failed to open stream: Permission denied
</code>

回复内容:

<code>ErrorException in Filesystem.php line 81:
file_put_contents(/f3066c7346d5b050360486339b8015a1): failed to open stream: Permission denied
</code>

检查一下文件系统的权限,这是因为在往文件系统写入文件的时候没有权限。

make sure :

<code>sudo chmod -R 775 storage/

</code>

then try :

<code>php artisan cache:clear

</code>

Hope that works. Happy Hacking

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn