Invalid argument supplied for foreach() in /home/username/public_html/modules/contrib/flickrmodule/flickr.module on line 106.
Is this because I don't have any images in my flickr account yet?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | flickr.module_0.patch | 645 bytes | bobthecow |
Comments
Comment #1
madhusker commentedSame problem here with many images on my account.
Comment #2
madhusker commentedSame problem here with many images on my account.
Comment #3
bobthecow commentedthat's indicative of two problems:
one, there's a bug in the code. that's fixed over here (sorry. i posted a duplicate bug report). or with the attached patch.
the other problem is most likely misconfiguration (in the case of liplisp) or an empty flickr account (in the case of Ryanbach).
either way, the api's not returning any photos to the module, and it's trying to do a foreach on a variable that isn't an array.
Comment #4
bobthecow commentedsorry. link was supposed to be here