Closed (fixed)
Project:
Imagefield Crop
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2009 at 12:43 UTC
Updated:
19 Mar 2010 at 14:19 UTC
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.
Comments
Comment #1
Oscar Illada commentedi have the same problem. any help will be great. Thanx
Comment #2
yhager commentedThank 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).
Comment #3
bacchus101 commentedI 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.
Comment #4
yhager commentedI 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!
Comment #5
bacchus101 commentedI 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.
Comment #6
yhager commented@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?.
Comment #7
doughold commentedI 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.
Comment #8
gjones commentedI 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.
Comment #9
elcapitan82 commentedYep, enabling ImageAPI GD2 does the trick.
Comment #10
yhager commentedIt doesn't seem like there is something to fix here. Closing