Open
Description
Current Behavior
Steps to reproduce the behavior
- Attempt to upload a digital object.
- Look at AtoM's log's and notice there are warnings about the convert command being changed.
Expected Behavior
No warnings should be present when uploading digital objects
Possible Solution
This is likely due to a newer syntax for convert commands in imagemagick. plugins/sfThumbnailPlugin/lib/sfImageMagickAdapter.class.php
will have to be updated to follow the updated syntax.
Activity