Helo, Guys.  I'm testing a system in production server and I'm having a 
problem with Paperclip.
Image's upload works properly, when paperclip processes the image, it 
generates the following output in the production.log:

Started PUT "/profiles/2?locale=pt-BR" for 139.82.24.217 at 2012-10-17 
16:22:01 -0300
Processing by ProfilesController#update as HTML
  Parameters: {"utf8"=>"?^?^?", 
"authenticity_token"=>"D3Abm82PVSnwytvGQ6rfukaskr7KcN4HUpvbqvfN9Po=", 
"profile"=>{"avatar"=>#<ActionDispatch::Ht$
^[[32mCommand^[[0m :: identify -format %wx%h :file
^[[32mCommand^[[0m :: identify -format %m :file
^[[32mCommand^[[0m :: identify -format %m :file
^[[32mCommand^[[0m :: convert :source -auto-orient -resize "x200" -crop 
"168x200+49+0" +repage :dest
^[[32mCommand^[[0m :: file -b --mime :file
^[[32mCommand^[[0m :: identify -format %wx%h :file
^[[32mCommand^[[0m :: identify -format %m :file
^[[32mCommand^[[0m :: identify -format %m :file
^[[32mCommand^[[0m :: convert :source -auto-orient -resize "x80" -crop 
"80x80+13+0" +repage :dest
^[[32mCommand^[[0m :: file -b --mime :file
^[[32mCommand^[[0m :: identify -format %wx%h :file
^[[32mCommand^[[0m :: identify -format %m :file
^[[32mCommand^[[0m :: identify -format %m :file
^[[32mCommand^[[0m :: convert :source -auto-orient -resize "600x600>" :dest
^[[32mCommand^[[0m :: file -b --mime :file
^[[32mCommand^[[0m :: identify -format %wx%h :file
^[[32mCommand^[[0m :: identify -format %m :file
^[[32mCommand^[[0m :: identify -format %m :file
^[[32mCommand^[[0m :: convert :source -auto-orient -resize "x27" -crop 
"27x27+4+0" +repage :dest
^[[32mCommand^[[0m :: file -b --mime :file
[paperclip] Saving attachments.
[paperclip] deleting 
/home/deploy/teste/releases/20121017180531/public/system/profiles/avatars/000/000/002/original/DSCN0$
Redirected to http://teste/profiles/2?locale=pt-BR
Completed 302 Found in 2466ms (ActiveRecord: 8.2ms)

It doesn't generate any error, but it doesn't create the images either. Any 
thougths?

-- 
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-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/MmsGzF2v8t8J.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to