I'm having a strange issue where the media crop plugin works fine, I can upload and crop and maniuplate an image, but once saved the image is a broken path to sites/x/media_crop/y/image.ext - but no media_crop folder exists within the file system. The plugin and the media input format are doing their work, but the image is just not generated. Rows seem to exist in the database tables too, just no file is generated and no errors are logged.
Any ideas? Using latest media_crop, the patch for media, and wysiwyg and ckeditor on Drupal 7.12. I am noticing some media_crop directories under styles - should these exist?
Comments
Comment #1
jlyon commentedI am having the same issue. The generated URL, http://localhost/sites/localhost/files/media_crop/7/public/beige.png, gives me a 404 error.
In the error log, a couple of access denied errors are created like:
Comment #2
tamasd commentedFor me it seems that you are trying to use a remote image with media_crop. Remote images are not supported yet.