Problem/Motivation
Warning: Invalid argument supplied for foreach() in fastcache_clear_entity_caches() (line 292 of ./fastcache/fastcache.module).
Proposed resolution
Remaining tasks
User interface changes
API changes
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | warning_invalid-2454011-1.patch | 445 bytes | joelpittet |
Comments
Comment #1
joelpittetLove your module btw;) No need for a UI to complicate things:) Here is a patch!
Comment #2
lex0r commentedHi @joelpittet, thanks for the feedback!
I think you have an issue in the code. If
fastcache_get_cached_views()return NULL it means you either haven't defined hook_fastcache_views or you don't return the cached views/panels from it. Anyways, I will init the default return value in fastcache_get_cached_views().Comment #4
lex0r commentedComment #5
lex0r commented