When I've had that error it's usually related to Paperclip not having
the "identify" binary in it's path.  My fix is usually to set the
:command_path option in paperclip to point directly to the binary (which
you should be able to find with a "which identify" command).

Hope that helps.

H.

On 20/5/2010, "pixelNATE" <pixeln...@gmail.com> wrote:

>About a month ago (apparently), my site stopped creating thumbnails of
>the assets we post and I am suspecting that my host has once again
>screwed with the server and won't fess up to it. Well, whatever
>happened, I am getting this error:
>
>
>Processing Admin::AssetsController#create (for 24.227.140.127 at
>2010-05-20 09:21:30) [POST]
>  Parameters: {"commit"=>"Create Asset", "action"=>"create",
>"authenticity_token"=>"rFqQgseb2gz0VqZ6eLM2Zo3EuBaZoPELPKW9jdYmW6g=",
>"controller"=>"admin/assets", "asset"=>{"title"=>"", "caption"=>"",
>"asset"=>#<File:/tmp/RackMultipart.17518.0>}}
>[paperclip] An error was received while processing:
>#<Paperclip::NotIdentifiedByImageMagickError: /tmp/stream.17518.0 is
>not recognized by the 'identify' command.>
>[paperclip] An error was received while processing:
>#<Paperclip::NotIdentifiedByImageMagickError: /tmp/stream.17518.0 is
>not recognized by the 'identify' command.>
>[paperclip] An error was received while processing:
>#<Paperclip::NotIdentifiedByImageMagickError: /tmp/stream.17518.0 is
>not recognized by the 'identify' command.>
>[paperclip] An error was received while processing:
>#<Paperclip::NotIdentifiedByImageMagickError: /tmp/stream.17518.0 is
>not recognized by the 'identify' command.>
>[paperclip] An error was received while processing:
>#<Paperclip::NotIdentifiedByImageMagickError: /tmp/stream.17518.0 is
>not recognized by the 'identify' command.>
>[paperclip] An error was received while processing:
>#<Paperclip::NotIdentifiedByImageMagickError: /tmp/stream.17518.0 is
>not recognized by the 'identify' command.>
>[paperclip] An error was received while processing:
>#<Paperclip::NotIdentifiedByImageMagickError: /tmp/stream.17518.0 is
>not recognized by the 'identify' command.>
>[paperclip] An error was received while processing:
>#<Paperclip::NotIdentifiedByImageMagickError: /tmp/stream.17518.0 is
>not recognized by the 'identify' command.>
>[paperclip] An error was received while processing:
>#<Paperclip::NotIdentifiedByImageMagickError: /tmp/stream.17518.0 is
>not recognized by the 'identify' command.>
>[paperclip] An error was received while processing:
>#<Paperclip::NotIdentifiedByImageMagickError: /tmp/stream.17518.0 is
>not recognized by the 'identify' command.>
>[paperclip] Saving attachments.
>[paperclip] saving /home/andadvc/apps/amg_deployed/releases/
>20100520141027/public/assets/177/2007_Mazdaspeed_3.JPG
>Redirected to http://andadv.com/admin/assets
>Completed in 419ms (DB: 4) | 302 Found [http://andadv.com/admin/
>assets]
>
>
>Before I go on a google hunt, does anybody know off hand what is
>happening here?
>
>
>Thanks,
>Nate

Reply via email to