hi,
i have been trying to set up epsa crop for hours now - still no success.
when i attach an image to a new node, everything seems to work fine - when i hit 'gerer le crop', the uploaded image is displayed, i can modify the cropping area and my presets are there, too. but when i hit 'save', nothing seems to happen... the preview image on the node editing form is still the original thumbnail.
when i use insert (as provided by insert module) with the appropriate imagecache preset, always the full image is inserted. till now, i couldn't find any cropped images anywhere on the server.
plus: when i enter the node editing form i get an alert 'IMPORTANT: Remove this line from json2.js before deployment'
file system path is sites/default/files with chmod 777
the target path of the file upload field is 'artikelbilder' with chmod 755
maybe you guys can help me here? or maybe create a step-by-step howto for setting up epsa crop?
thanks in advance!
Comments
Comment #1
yvmarques commentedHello,
Generated images by EPSA Crop are save exactly in same place that ImageCache.
But, I don't have try the module with Insert module. For now I can't help you if is a bug or simple incompatible problem.
Regards,
-- Yvan
Comment #2
pkej commentedAll image cache presets are saved in "sites/YOUR_SITE/files/imagecache/IMAGECACHE_PRESET/*.
The "sites" directory is under your drupal installation directory, unless you've changed the "sites/www.makta.com/files" setting at "admin/settings/file-system/settings" to somewhere else but the default "sites/YOUR_SITE/files"
See also Troubleshooting ImageCache for more information.
EPSACrop itself is just a method added to imagecache, I think all questions regarding the resulting files and imagecache should be directed to the imagecache module, as EPSA Crop itself doesn't decide upon the filenames etc. (AFAIK)
Comment #4
pkej commentedHere is a step by step install procedure, as far as I can tell:
Now you should see the teaser of the recently created node with an image with the image cache preset you selected in step 4 above, with the cropping you did in 18, and not a image which is just a cropped/scaled version of the original.
Comment #5
danyg commentedHello,
I got the same problem, and documentation not solved my situation.
ok, I've got not exactly same setups, but
1. My jquery_update version was 6.x-1.1. I've changed to 2.0-alpha1 (then run update.php)
2. My imagecache preset was a simple "scale and crop" function. I've changed this to scale then crop (2 actions), but didn't work, then I delete the scale, only ordinary crop remained. Imagecache preset was flushed.
Errors:
- The epsacrop-managed image doesn't save.
- It forgets the coordinates I've set (on www.aswissidea.com it remembers. It's from not to save the image?), not saves coordinates. Firebug console doesn't give errors.
- Only two presets appear next to the image. On project page (http://drupal.org/node/603244) there are many presets. How can I define more presets? Only those presets appear on epsacrop dialog, which use Crop function (or scale and crop, but it doesn't work as 12th of documentation says), don't them?
Thanks in advance.
DanyG
Comment #6
ejah commentedIf you have the Libraries module enabled, unpack the Jcrop library in sites/all/libaries/Jcrop. The $path variable in epsacrop.module gets wiped if you have the Libaries module, but did not install Jcrop in sites/all/libaries and looses it's referenc to the ./Jcrop subdir in epsacrop directory.
As a result, the lib is not found and you can't get the module enabled.
A small bug: $version is misspelled to $vresion when initializing it in the test_version function.
HTH
Comment #7
aaronbaumanCan we get this in the README and a link to the README on the project page please?
Comment #8
yvmarques commented