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.

CommentFileSizeAuthor
Status report-1.jpg28.23 KBStevenWill
Status report.jpg22.83 KBStevenWill

Comments

yvmarques’s picture

Hi,

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

StevenWill’s picture

Status: Active » Fixed

Thanks!
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"

yvmarques’s picture

Status: Fixed » Closed (fixed)