Paperclip会出错,可能是由于错误的路径变量?

时间:2012-04-08 01:26:08

标签: ruby-on-rails paperclip

我正在使用带有Rails的回形针3.尝试上传图像。我已经查看了其他一些问题,但我似乎无法解决它。

我在尝试保存模型时遇到此错误:

Photo C:/Users/Benjamin/AppData/Local/Temp/ben_2.png20120408-3864-l1w6rb is not        recognized by the 'identify' command.
Photo C:/Users/Benjamin/AppData/Local/Temp/ben_2.png20120408-3864-l1w6rb is not recognized by the 'identify' command.

在我的开发中.rb我有

Paperclip.options[:command_path] = "/c/Program Files/ImageMagick-6.7.6-Q16/convert"

运行哪个转换给了我:

$ which convert
/c/Windows/system32/convert

运行哪个身份证明给了我:

$ which identify
//empty line

我的道路是这样的:

C:\ Program Files \ ImageMagick-6.7.6-Q16; C:\ Windows \ system32; C:\ Windows; C:\ Windows \ System32 \ Wbem; C:\ Windows \ System32 \ WindowsPowerShell \ v1.0 \; C:\ Program Files \ Smart Projects \ IsoBuster; c:\ Program Files \ Microsoft SQL Server \ 100 \ Tools \ Binn \; c:\ Program Files \ Microsoft SQL Server \ 100 \ DTS \ Binn \; C:\ Program Files \ MiKTeX 2.9 \ miktex \ bin \

对我做错的任何帮助?

1 个答案:

答案 0 :(得分:0)

解决了重新安装imagemagick。