Closed (cannot reproduce)
Project:
Drupal core
Version:
7.0
Component:
image.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2011 at 16:33 UTC
Updated:
19 Mar 2012 at 13:06 UTC
I am using Drupal 7.0, I created a content type with a simple image field.
Also set a default image for the field. Now,
thanks!
Comments
Comment #1
Eirikrs commentedI have experienced a similar problem using Drupal 7.0. Content type with imagefield, when uploading image the correct thumbnail shows in the upload area, but not in the imagearea itself. And in any views using this field the default image is displayed.
Also I'm unable to remove any image, including the default, pressing "Remove" gives no response, the blue circle spins for å while, then stops spinning and nothing more happens.
This is happening in my test setup, not published online. I have tried alternating between public and private upload, but with no success.
Comment #2
illogicz commentedI have the same problem.
A views block shows the image fine, but when I visit the actual node, the image in the node and now the view image (only for that node) in the view shows the default image.
Comment #3
illogicz commentedI found a fix for my setup.
In file image.field.inc, function image_field_prepare_view, line 190. Changed
to
I my case, image_field_prepare_view gets called 3 times for a field, the first two times $items[$id] comes up as empty (when there is an image), so I checked using $entities[$id] instead. No idea why this happens or if this fix has any other repercussions.
Again, this only happens when I visit the actual node the image field belongs to.
Comment #4
diedlikeahero commentedI was unable to reproduce this in 7.10. I would say that this was fixed in some time between 7.0 and 7.10.
Comment #5
diedlikeahero commented