I'm moving to Rails4. In my uploader, I have the following:
version :thumb do
process :resize_to_fill => [200, 200]
end
Which now causes the following error: "Errno::ENOENT (No such file or directory - identify)"
The error goes away when I comment out the code, but of course now I don't have a thumbnail. Any ideas as to what is causing this?
Reinstalling imagemagick fixed the problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With