SUPPORT THE SITE WITH A CLICK

Subscribe Rss:

SUPPORT THE SITE WITH A CLICK

Monday, October 10, 2011

Paperclip::CommandNotFoundError: Paperclip::CommandNotFoundError

If you find this error in your rails app project, then check whether rmagick is installed.If not please follow the steps from this article.

If you already installed rmagick, then check the log files.
[paperclip] An error was received while processing: #
[paperclip] /usr/local/bin/identify -format %wx%h '/tmp/stream20111010-11774-rdcjsn.gif[0]' 2>/dev/null
Paperclip uses Imagemagik for image manipulation. The error says it can't find indentify which is an imagemagik command.

In my case. i have added the line Paperclip.options[:command_path] = "/usr/bin" in development.rb.

No comments :

Post a Comment