1

I have problem with my apps in production, it send me error message sometimes

like this

unserialize(): Error at offset 3719157 of 3719158 bytes(0) => /home/laravel/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php:187

how to fix it?

my web apps used Laravel Framework 5.6.39, deployed in shared hosting

try with change permission folder with 777 in storage/logs, still not fix my problem

iamyusuf
  • 157
  • 2
  • 9

1 Answers1

1

We saw the same error recently after deploying our app.

We were able to resolve it by deleting the storage/framework/cache folder.

Hillel Coren
  • 429
  • 2
  • 10
  • 28