Attachment_fu giving problem on production

Hello friends,
I have configured attachment_f. It’s working fine on Local(development)
system but giving problem on production. Basically on production the
attachment_fu is not able to generate thumbnail image it saving the
original
size image. Below is the configuration.

has_attachment :content_type => :image,
:storage => :file_system,
:max_size => 500.kilobytes,
:thumbnails => {:thumb => ‘170x60>’},
:processor => ‘Rmagick’,
:path_prefix => ‘public/store_images’

Is any idea what can be an issue?

Regards
Abhi

Can be a filesystem permision problem. Can you see the log/
production.log file and post the relevant section?

Regards.

Franco C…

Sorry, I reply my reply because I omit the “original image is saved”
part. Anyway, take a look at the log/production.log and tell us what
you see.

Regards.

Franco C…

Is ImageMagick installed?