Cropped image does not appear in node
capellic - September 2, 2009 - 12:43
| Project: | Imagefield Crop |
| Version: | 6.x-1.0-beta3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
I have applied the imagefield_crop widget to my imagefield. I upload the image, crop and save -- but when viewing the node and teaser, I see the original image instead of the cropped version. I have prepared this screencast to illustrate.

#1
i have the same problem. any help will be great. Thanx
#2
Thank you for the bug report. It is really a joy to get such a good and detailed bug reports (although I am not happy with you experiencing the bug in the first place :).
Check out this issue - #466948: No mention of image toolkit - make sure you have an image toolkit enabled. I plan to integrate this as part of the requirements for this module, but the patch there is not ready yet.
If this solved your problem, please mark it as a dupe. If not, please check the watchdog and the web server log and see if you see something strange there (PHP errors, other errors).
#3
I have an image toolkit enabled.
"The GD toolkit is installed and working properly."
Same issue. I don't see anything coming up in the logs.
#4
I will need some more info here.. as I don't have a clue what is wrong in your setup. Try to refresh the view page, remove the browser cache, install in a different server, use different browser, whatever you can think of that might shed some more light on this. Thanks!
#5
I resolved the issue (but not sure exactly how.)
The thing is, it was working fine before I updated a variety of modules including filefield and CCK.
I removed imagefield, imagefield crop. Installed imagefield and installed the dev version of imagefiled crop and now it is working. Wish I had more to offer.
#6
@capellic: Can you confirm that installing the dev version as @bacchus101 describes solves your problem?
I should really make another beta release. The only thing that holding me from making this a final release is #381712: multiple images per node workaround?.
#7
I am having the same issue on 6.14, dev version of imagefield crop, nothing in the logs...
Edit: When I posted this I tried disabling and upgrading to the imagefield crop dev, after I posted I did the following:
1) Deleted the CCK imagefield from my node type and all associated images from the
2) I disabled and uninstalled filefield, imagefield, imagefield crop, content templates, and fieldgroup then upgraded imagefield crop to the dev version and re-enabled the modules
3) Created my CCK field and changed the display mode to image (for some reason it was set to a link to the file)
I honestly think it was the changing of the display mode to the link, b/c I had change the way the image was displayed in Content Templates so that it would use the _cropped.jpg file name of the image and the default field doesn't use that file.
Anyways, that's my take on my situation. Hope it helps someone else.
#8
I had the same problem but I found the solution.
You must make sure you have
ImageAPI GD2
or
ImageAPI ImageMagick
enabled in the ImageCache section of the modules list.