Flickr Images not appearing in blocks
| Project: | Flickr |
| Version: | 5.x-1.3 |
| Component: | flickr (main module) |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Several months ago all of our site's blocks stopped displaying current content. I also updated the module to the newest version for 5.x. The API settings in the module were ones set by our site developer, so I shifted them to a new flickr API under my control. The blocks started behaving (on user pages, and general pages using our default account).
Sometime later, all these blocks stopped displaying icons. In the source HTML of pages, it is listing the current HREF tags for current photos, but the IMG portions are blank, so there are no icons, just empty links, for example the right sidebar for my page http://www.nmc.org/user/alan
<a href="http://www.flickr.com/photos/cogdog/3861598705" title="Dad's Doctor Bill"></a>
<a href="http://www.flickr.com/photos/cogdog/3861597209" title="2009/365/239 When He Was Young"></a>
<a href="http://www.flickr.com/photos/cogdog/3861196516" title="It's Not Autumn Yet"></a>so while the API is correctly fetching photo information, something in the module is not displaying the images.
The module setting does have a correct user ID and has been verified against the default account.
Might this be some database cruft? I'm lost on where to debug the issue.
