install imagemagick if you are in windows there is a problem with the command paperclip user since it call the shell as if is a linux shell and you get that errot try upgrading paperclip if it still not working , reply with a bit more info.
but is mainly a problem with imagemagick On Sat, Sep 11, 2010 at 9:21 AM, Abder-Rahman Ali <[email protected]>wrote: > Abder-Rahman Ali wrote: > > I followed the issue following this: > > > > I just needed to replace the "'#{m}'" with "\"#{m} > > \"" in the quote_command_options method. > > > > def quote_command_options(*options) > > options.map do |option| > > option.split("'").map{|m| "\"#{m}\"" }.join("\\'") > > end > > end > > > > From: > > > http://groups.google.com/group/paperclip-plugin/browse_thread/thread/c69df6fbeb0ba30d > > I 'followed' the issue ---> I solved the issue ;-) > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

