Refreshing the Stache causes throws an "Call to a member function collection() on null" error. #4448
-
Hi, as the title suggests - this happens both on the backend cache utility and when I call the Stache::refresh() method. Any idea what might cause it? I'm deleting entries programmatically and need to refresh the stache afterwards to avoid the Stacktrace:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
How are you creating the entries? |
Beta Was this translation helpful? Give feedback.
-
Just found a fix for this. It is basically the same as issue #3478. The solution is to delete misconfigured .yaml files on the |
Beta Was this translation helpful? Give feedback.
Just found a fix for this. It is basically the same as issue #3478. The solution is to delete misconfigured .yaml files on the
content/trees/
directory.