Hi,
We have been using Epsacrop on our site, but have just moved to a new server.
The image upload works fine. see:
http://wistle.co.uk/sites/default/files/imagefield_thumbs/image-upload-t...
But then when we try to crop the image it does not save to the file system.
[ see first attachment ]
We are migrating to a new hosting service. I have dug through permissions and file-system settings but no luck getting Epsacrop working.
Are the cropped images stored on disk or in the DB?
I've googled extensively to get to the bottom of this but no luck.
Can someone more experienced with Epsacrop please inform what else needs to be done to get the module working?
[ note: I have read the README.txt; the Jcrop and .js files are in the right place. its just not saving the cropped image... ]
see: http://wistle.co.uk/people/image-upload-test where the (cropped) image appears broken.
Thanks for the great module! has worked fine until now.
Comments
Comment #1
yvmarques commentedHello,
The cropped images doesn't are save somewhere else. EPSA Crop use the same system like ImageCache, I mean when you call the image by url (in your case http://whistle.co.uk/sites/default/files/imagecache/Avatar/image-upload-...) the module gonna check if the image have coordonates and apply the crop. Otherwise, he lets ImageCache done his work.
Your problem it's not because of JS, if you can see the popup and add coordonates, the JS files work well. It's come from another part, maybe permissions (by the way, can you check report logs ?).
Try flush the preset Avatar in ImageCache config.
Regards,
-- Yvan
Comment #2
gofair commentedPermissions issue.
# chgrp -hR apache /sites/default/files
fixed it.
please close issue.
Thanks for the great module.
Comment #3
yvmarques commentedYou're welcome, don't hesitate to tell me if you have another problem :)
Regards,
-- Yvan
Comment #5
priyancatiwari commented@ gofair facing the same problem. working on Windows. no permission issue.
i am able to crop the image but epsa is not updating the cropped image.
please help.