Search code examples
ruby-on-railsubuntucarrierwaveminimagick

minimagic giving error while uploading a image?


I am getting this error in rails app while uploading a image using minimagic and CarrierWave. i am using ubuntu 14.04 OS.

Failed to manipulate with MiniMagick, maybe it is not an image? Original Error: executable not found: "/usr/local/bin/gm"

any ideas??


Solution

  • Try upgrading the versions of minimagic and carrierwave. Also, if the name of your uploader is FileUploader, try changing its name to something else.