kbingman / paperclipped

Please note, this extension is no longer being developed. Please take a look at the radiant-clipped-extension instead. Radiant extension for managing assets and images with the Paperclip plugin.
Other
122 stars 64 forks source link

Thumbnail not being created #22

Closed syntruth closed 14 years ago

syntruth commented 14 years ago

On uploaded images, the thumbnails are not being created, although the image asset is uploaded find and can be used as intended. Not seeing any errors in the logs, made sure that public/assets is chown/chmod'd to allow www-data to write data, so not sure what I am missing.

kbingman commented 14 years ago

Check to see if ImageMagick is correctly installed (and all of its libraries), it silently fails if not.

syntruth commented 14 years ago

That was it, but not sure -what- I was missing, actually. Did an update of IM and now it works. Thanks! :)

kbingman commented 14 years ago

Glad ro help. ImageMagick can be a real pain, there are just too many libraries