Closed (fixed)
Project:
EPSA Crop - Image Cropping
Version:
7.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2012 at 15:21 UTC
Updated:
4 May 2012 at 15:35 UTC
I am not able to get the cropping selection dialog to show. I have the two libraries installed, but noticed jcrop is not being properly recognized in Drupal's status report. There i also a error on the top of the status report page that does not show when i disable the espacrop module. So i think the error is related to jcrop status not being read properly.
| Comment | File | Size | Author |
|---|---|---|---|
| Status report-1.jpg | 28.23 KB | StevenWill | |
| Status report.jpg | 22.83 KB | StevenWill |
Comments
Comment #1
yvmarques commentedHi,
The jCrop librarie folder is case sensitive and the it should be installed in one of theses paths :
sites/all/libraries/Jcrop
sites/all/modules/epsacrop/Jcrop or sites/default/modules/Jcrop
Regards,
-- Yvan
Comment #2
StevenWill commentedThanks!
I had the module installed under "profiles/myprofile/modules/contrib/epsacrop/jcrop" and the issue was the lower case "j" in the folder name. Once I updated the J to be capital the issue was resolved.
Sorry for the typo in the title, "now" should be "not"
Comment #3
yvmarques commented