Page 1 of 1

Having problems with uploading image to Spree app

Posted: 2018-01-27T08:10:19-07:00
by zeflonex
I am trying to create a Spree app and i am having problems with uploading an image. I am currently on rails 5.1, latest spree edition and installed paperclip gem, unfortunately my OS is windows 10. When i try to upload the image i get this error



5 errors prohibited this record from being saved:

Attachment Paperclip returned errors for file 'index.png' - check ImageMagick installation or image source file.
Attachment Paperclip::Errors::NotIdentifiedByImageMagickError
Attachment Paperclip::Errors::NotIdentifiedByImageMagickError
Attachment Paperclip::Errors::NotIdentifiedByImageMagickError
Attachment Paperclip::Errors::NotIdentifiedByImageMagickError

What can i do about this?

Re: Having problems with uploading image to Spree app

Posted: 2018-01-27T12:29:55-07:00
by fmw42
What version of ImageMagick do you have? Are you sure it is installed correctly and compatible with your other applications. Generally imagemagick does not do uploading. So it is likely your other software that is the problem or it cannot feed the uploaded image to ImageMagick to process. Sorry I do not know Paperclip.