I installed the DAMP 2.0 on a Umbraco 4.7 and when I did I was asked if I wanted my images to get cropped automaticly after upload. I checked the checkboxes and pressed save.
But it doesnt work. When I upload an image (with the ImageCropper datatype on), the crops doesnt appear on the folder unless a press save the second time. I got the same result with the Desktop Media Uploader.
Ive tried to uninstall / install again, but with the same result. It wont crop
Somebody know what I am doing wrong? Is there somewhere in the config files the settings should appear? :-)
Glad you got it working. You can also set both values to true. Otherwise each time you save a media item the crop get's recreated. Now it only get recreated if it doesn't exist or if it has been changed (with Pixlr for example).
Automatic Crop doesnt work
Hi,
I installed the DAMP 2.0 on a Umbraco 4.7 and when I did I was asked if I wanted my images to get cropped automaticly after upload. I checked the checkboxes and pressed save.
But it doesnt work. When I upload an image (with the ImageCropper datatype on), the crops doesnt appear on the folder unless a press save the second time. I got the same result with the Desktop Media Uploader.
Ive tried to uninstall / install again, but with the same result. It wont crop
Somebody know what I am doing wrong? Is there somewhere in the config files the settings should appear? :-)
/Peter
Hello,
You should have 2 extra app settings in your web.config:
DAMP_CallImageCropper
DAMP_OnlyIfEmpty
If you don't have these it won't work.
Jeroen
Okay, I dont have that, so I have to add these lines right? :-)
<add key="DAMP_CallImageCropper" value="true" />
<add key="DAMP_OnlyIfEmpty" value="false" />
Testet... that did the trick. Dont know if I have saved the web.config after I installed DAMP or something, so the settings was deleted again :-)
But it works now.. so thank :-)
/Peter
Glad you got it working. You can also set both values to true. Otherwise each time you save a media item the crop get's recreated. Now it only get recreated if it doesn't exist or if it has been changed (with Pixlr for example).
Jeroen
Hey Jeroen,
i have the same problem like Peter. I already have the two keys in the web.config:
<add key="DAMP_CallImageCropper" value="true" />
<add key="DAMP_OnlyIfEmpty" value="true" />
Do you have any ideas?
thx, stevo
Umbraco, 4.7.1.1 on SQL CE, DAMP 2.0
The problem is related to SQL CE. You can find a temporary solution here: http://our.umbraco.org/projects/backoffice-extensions/digibiz-advanced-media-picker/digibiz-advanced-media-picker/28263-Problems-with-automatic-crop?p=0#comment108053
Jeroen
thanks a lot! it works! i hope the patch will work on MS SQL as well.
thx a again! stevo
I'm getting the same problem with tags included and using SQL Server. Any ideas?
Crops are create only after click Save second time =(
Have a look at this topic for some suggestions. You could try to debug it: http://our.umbraco.org/projects/backoffice-extensions/digibiz-advanced-media-picker/digibiz-advanced-media-picker/28263-Problems-with-automatic-crop
Jeroen
Thanks, but I tried replacing DLL and nothing different. Should I have to do something after replacing file, or just test?
After install package the DAMP tags not appeared in web.config automatically so I put it manually in FTP. Is this a problem?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.