I tried to upload an avatar image, and my newly verbose log/
production.log showed:

[paperclip] An error was received while processing:
#<Paperclip::NotIdentifiedByImageMagickError: /tmp/passenger.2022/var/
stream.10464.0 is not recognized by the 'identify' command.>

The solution came from:
  http://blog.jonathanhinson.com/category/tech/
and
  http://railsforum.com/viewtopic.php?pid=78889

Create config/initializers/paperclip.rb with these lines:
Paperclip.options[:command_path] = '/usr/local/bin'
Paperclip.options[:swallow_stderr] = false

Phil Lawrence
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gitorious?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to