When I click the icon to bring up the Flickr Manager, the window pops up and contains the following error:
Warning: strpos() expects parameter 1 to be string, array given in /home/ehealer/public_html/wp-admin/includes/media.php on line 312
That line is in the wp_iframe function, called by FlickrManager.php at line 1010:
function wfm_create_iframe() {
wp_iframe(array($this, 'wfm_media_content'));
}