In development, I have no issues with displaying images, but in production, no processed picture is displayed:
(there should be the picture of an aircraft under the title "Photo")
However, the image is present on the server after upload (no thumbnail or any variant of the image displays):
Here is what I can read in the production.log file:
...
Started GET "/system/images/BAhbB1sHOgZmSSInMjAxMi8wNS8yMy8wNl8xMV8xM18yODlfMTcyU1AxLmpwZwY6BkVUWwg6BnA6CnRodW1iSSINMjI1eDI1NT4GOwZU/172SP1.jpg" for 212.195.190.80 at 2012-05-23 09:18:13 -0400
Dragonfly::FunctionManager::UnableToHandle (None of the functions registered with #<Dragonfly::Processor:0xacb98f0> were able to deal with the method call thumb(<Dragonfly::TempObject pathname=#<Pathname:/var/rapp/fourStarAero/public/system/refinery/images/2012/,"225x255>"). You may need to register one that can.):
...
Here is my imagemagick path:
/usr/local/bin/
- Ubuntu 10.04 32bit on Webbynode
- Refinery 2.0.4
Thx, Olivier