Closed (fixed)
Project:
Media: Flickr
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2011 at 13:14 UTC
Updated:
26 Oct 2013 at 16:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
Snugug commentedSorry, this is the correct patch. It needs to check if URI exists for when you are not trying to view the image from outside it's node and inside object->file when inside of a node.
Comment #2
dddave commentedThe patch works when applied manually. I think you made some mistakes building it because I couldn't apply it with Cygwin.
Comment #3
dddave commentedJust noticed that your patch is older than the newest version of this module. However I had the issue with the latest dev and applying the patch manually solved the problem (seemingly).
Comment #4
Snugug commentedYah, I've never really rolled a patch before but thought I had followed the instructions correctly. Either way, I think it's something that should be put into the project.
Comment #5
dddave commentedUpgraded media module to the 7.2x branch and it seems the module doesn't work with it. So the patch works as reported above and I am going to create a new issue. :(The usability in the new branch is a nightmare but after quite a while I figured it out. Module works and patch also (but still needs a re-roll).
Comment #6
ransom commented...
Comment #7
Snugug commentedIf you can point me to better instructions as to how to roll a patch I'll reroll
Comment #8
dddave commentedhttp://jacine.net/post/8419331209/patches
Comment #9
Snugug commentedGreat, will update and reroll in a little bit
Comment #10
Yaazkal commentedHello, I have:
File Entity 7.x-1.0-beta5
Media 7.x-1.0-beta5
Media Browser Plus 7.x-1.0-beta3
Media Internet Sources 7.x-1.0-beta5
Media: Flickr 7.x-1.0-alpha1
Media: YouTube 7.x-1.0-alpha5
I made the patch manually but nothing works. It just shows a link to Flickr. Any news about this?
Thanks
Comment #11
Leeteq commentedIs this patch needed now that Media 7.x-1rc is out?
(this issue seems to point to the main Media module being the source of the problem here)
Comment #12
Yaazkal commentedHi, upgrated to Media 7.x-1.0-rc1 and media_flickr still not showing images... (with or without the patch).
Comment #13
Yaazkal commentedHi, using media_flickr 7.x-1.x-dev the patch is not needed, the images are displaying (my problem was with media_flickr 7.x-1.x-alpha1)
Thanks
Comment #14
Leeteq commentedComment #15
cangeceiro commentedI am also running into this issue running Drupal 7.8 and on the latest -dev branches of media and media_flickr. When I add an image the thumbnail is blank and viewing a node, no images show up.
Comment #16
mile23Media:Flickr not very happy-making for me, either, with Drupal 7.8. The patch here didn't help me, but I rerolled it anyway. :-)
Comment #17
ianwremmel commentedI can confirm that I saw the bug using both the dev and near-stable branches of Media and Media: Flickr. The patch didn't seem to have any effect.
A partial solution seems to be that when adding the Flickr Media field to a content type, use Image rather than Multimedia Asset as the Field Type and use Media file selector as the Widget Type. This will allow flickr images to be shown on nodes however they will still appear as broken images in the media library. Note that this solution worked for the Media 7.x-1.0-rc1 and Media: Flickr 7.x-1.0-alpha1. I did not test that it works on the dev branches.
Comment #18
SilviaT commentedI tried the way suggested from ianwremmel and I got the same result: by using the Image field with the media file selector widget.
If I also specify the format of the field display as "Renedered file" in admin/structure/types/manage/article/display/default I get the error:
Notice: getimagesize() [function.getimagesize]: Read error! in image_gd_get_info() (line 349 of /modules/system/image.gd.inc).
Comment #19
jurgenhaasI'm having the same issue with
- Drupal 7.12
- media_flickr 7.x-1.x-dev (2012-01-09)
- media 7.x-1.0-rc3
Comment #20
Jboo commentedDid anyone find out a fix for this?
Comment #21
jurriaanroelofs commentedseems like sets are working but single images not
Comment #22
30equals commentedFirst this wasn't working for me as well.
But my fix was rather simple:
-> goto: admin/config/media/file-types/manage/image/file-display
-> only enable 'image' & 'flickr preview image'
Before i had most of them checked (default settings).
Comment #23
jkingsnorth commented#22 solved that my single images weren't displaying
Comment #24
Leeteq commentedMaybe the short description in #22 should go into the readme.txt.