当我上传照片时,我的模型无法通过验证,即使没有任何验证也会出错,我会返回此错误:
/tmp/stream20100103-13830-ywmerx-0 is not recognized by the 'identify' command. and
/tmp/stream20100103-13830-ywmerx-0 is not recognized by the 'identify' command.
我相信这与 ImageMagick 无关,因为我已经从上传中删除了任何图像处理,我也尝试上传不同的 mime 类型,如 .txt 文件等。
此外,我发现了一些可能有用的东西。一篇博客文章声称将以下内容放入我的环境中(在本例中为 development.rb)
Paperclip.options[:command_path] = "/opt/local/bin"