Posts by Mecaloop • 1 point
2 posts
-
0
votes1
answer21
viewsA: Variable-8 error with Cache::Remember() function
The problem was I was using function($ keywords), but you should be using function() use ($ keywords) because in the source code, you see that you’re asking $value = $callback(), but the function is…
-
0
votes1
answer21
viewsQ: Variable-8 error with Cache::Remember() function
My application is returning an error while storing the cache, I saw it was saving, but it is returning this error. Can anyone tell me why? Here is my function and error: function that returns error:…