Closed (fixed)
Project:
Imagefield Crop
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2009 at 01:24 UTC
Updated:
16 Apr 2009 at 06:20 UTC
If installing imagefield_crop on an existing site that has been using imagefield, it removes access to all existing images stored in a node.
No picture is displayed, but the replace button below the file browse button is visible.
The original images would not have been cropped -- but can they still be visible on the edit form?
Comments
Comment #1
yhager commentedAre you sure this is not an ugprade issue? imagefield_crop does not interfere with image display, only when saving the image.
Also check out http://drupal.org/node/260585#comment-919161 - it might be helpful if this is an upgrade issue.
Comment #2
quicksketchyhager, I think what budda is describing is that ImageField Crop does not play nicely if it's enabled on a field that previously was using a normal ImageField. This is probably because ImageField Crop needs to generate the cropped image thumbnail. I'm not entirely sure.
So, to reproduce:
- Setup a site with FileField/ImageField, but with ImageField Crop not enabled.
- Add an ImageField to a content type
- Upload an image to the image field.
- Enable ImageField Crop module
- Change the widget on the image field from being a normal "Image" to "Image with cropping".
- Try to view/edit the node.
I haven't actually tried this workflow out, I'm just expanding on what budda was trying to say.
Comment #3
ScarabMonkey commentedI also have this issue... quicksketch is right about the 'workflow' to reproduce this ... I have just installed ImageField Crop after using 'imagefield' with the 'image' widget. I had tested it a few weeks ago and it was working... now though, with the new filefield/imagefield system it seems that previously uploaded pics are not showing up on the edit page.
Of course, re-inserting them works.
Comment #4
pirofun commentedi am also having the same issue. will not display images previously uploaded using the normal imagefield widget but now using the imagefield crop widget. for more clarification the image only fails to show on the NODE EDIT screen. It displays correctly in VIEW NODE. Sounds identical to above posts.
Comment #5
yhager commentedThanks all for the report. Fixed and committed.