On Fri, Aug 6, 2010 at 11:26 AM, Fernando Perez <li...@ruby-forum.com> wrote:

> I am using paperclip to attach documents to my models. it works
> perfectly on my dev machine, but on the server I get a
> CommandNotFoundError.
>
> On my server if I ./script/console I can run imagemagick through
> system("convert") and it works, so why can't paperclip find it?

Chances are the *web server* is running under a user id other than
yours, and so has a different $PATH.

HTH,
-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
twitter: @hassan

-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to