Dragonfly、rails 3.2、Refinery Edge (2.0) Centos 5.6 上的 ImageMagick

发布于 2025-01-07 00:24:51 字数 478 浏览 1 评论 0原文

我已经安装了所有依赖项(或者我认为我已经安装了)。我确实安装了 ImageMagick,但是当使用 Refinery(v2.9 on Rails 3.2) 上传图像时,出现以下错误:

NoMethodError (undefined method downcase' for nil:NilClass): Dragonfly (0.9.10) lib/dragonfly/image_magick/utils.rb:26:inidentify' ....

我发现了这个类似的问题,但完全困惑在哪里放置这段代码: Dragonfly Gem 与 ImageMagick 和 Passenger

任何帮助将不胜感激。

谢谢

M。

I have all the dependancies installed (or I think I do). I definitely have ImageMagick installed, however when using Refinery(v2.9 on rails 3.2) to upload images, I get the following error:

NoMethodError (undefined method downcase' for nil:NilClass):
dragonfly (0.9.10) lib/dragonfly/image_magick/utils.rb:26:in
identify'
....

I found this similar question but totally baffled where to place this code:
Dragonfly Gem with ImageMagick and Passenger

Any help would be much appreciated.

Thanks

M.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月下客 2025-01-14 00:24:51

您可以重新安装 ruby​​ 1.9.3 和 Imagemagick 吗?通常出现此错误是因为未安装 Imagemagick,因为身份类位于此处。

Can you reinstall ruby 1.9.3 and Imagemagick. Usually this error occurs for not having Imagemagick installed, as the identity class is located there.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文