flickr.module calls flickr_set_load() which is in flickr_sets.module (which I don't have enabled)
Would you talk me through how to reproduce the error message, thanks.
Start with all Flickr modules disabled. Enable only "Flickr" and "Flickr Block". Enable block "Flickr recent photosets".
Problem fixed.
if (module_exists('flickr_sets')) { $photos = flickr_set_load($ps['id']); foreach ((array) $photos['photoset']['photo'] as $photo) { //insert owner into $photo because theme_flickr_photo needs it $photo['owner'] = $owner; $output .= theme('flickr_photo', $photo, $size); } }
Ill get the code committed to the development branch later today
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
Anonymous (not verified) commentedWould you talk me through how to reproduce the error message, thanks.
Comment #2
lyricnz commentedStart with all Flickr modules disabled. Enable only "Flickr" and "Flickr Block". Enable block "Flickr recent photosets".
Comment #3
Anonymous (not verified) commentedProblem fixed.
Ill get the code committed to the development branch later today
Comment #4
Anonymous (not verified) commented