Randomly getting error "file_put_contents"
Opened this issue · 2 comments
Deleted user commented
Hi!
I can't understand what's the problem with my project. I randomly get the error
file_put_contents(<path>): failed to open stream: No such file or directory
By randomly I mean that I have many articles with an ID. By visiting /article/ID I get errors on some pages but other pages works fine.
If I try to clear the cache (php artisan clear:cache
) some others random articles give me error but the previous one works fine.
Any idea on what could be the problem?
dwightwatson commented
Which cache driver are you using and are you sure the error is related to this package?
Also can you provide one of the paths it's attempting to store to?
dwightwatson commented
Closing due to inactivity.