为什么图像上传可能会在生产中失败?

时间:2013-05-26 22:48:00

标签: ruby-on-rails paperclip

我看到Why is Paperclip failing silently in production + development?Paperclip images failing to save in production rails

在开发过程中,我的表单会正确上传图片。

在控制台中,我看到了ImageMagick命令的日志:

Command :: identify -format %wx%h '/tmp/Screen Shot 2013-05-20 at 1.07.24 AM20130526-23150-hy913i.png[0]'
Command :: identify -format %m '/tmp/Screen Shot 2013-05-20 at 1.07.24 AM20130526-23150-hy913i.png[0]'
Command :: identify -format %m '/tmp/Screen Shot 2013-05-20 at 1.07.24 AM20130526-23150-hy913i.png[0]'
Command :: convert '/tmp/Screen Shot 2013-05-20 at 1.07.24 AM20130526-23150-hy913i.png[0]' -auto-orient -resize "10
.... more lines like these

在制作中我有:

Paperclip.options[:command_path] = "/usr/bin/"

which convert输出/usr/bin/convert

更新

我正在使用EC2。

0 个答案:

没有答案