升级Laravel 5.8后使用cron时使用filesize()

时间:2019-04-16 12:49:39

标签: laravel laravel-5

我们最近已将Laravel 5.6更新到5.8,我们随机出现此错误。

Warning: filesize(): stat failed for storage/framework/cache/data/aa/ba/aabaeafdb90f0d93adc97d019d71de3fd2045953

in /public/index.php - line 55

$request = Illuminate\Http\Request::capture()

这是完整的堆栈跟踪:https://anopetia.tinytake.com/sf/MzQ2NDAzN18xMDM4MjM1OA

我们尝试使用每个权限,每个chown,chmod 777等文件夹,我们更改了cron文件夹和存储文件夹的用户。

我们清除了缓存,其中每个配置,路由,视图,应用程序...。我们手动删除了文件,我们称为作曲家更新和转储自动加载

一个非常奇怪的事情是文件的日期时间在错误的日期时间之后,就像文件在调用请求时不存在一样!在5.6版上运行正常,我真的不明白为什么现在坏了。

有时错误也是fopen failed to open stream: No such file or director sometime it is the errorfilesize()

非常感谢您!

0 个答案:

没有答案