Defect #13185
closedRedmine claims RMagick is not available
0%
Description
The gem rmagick (2.13.1) is installed. I checked it with gem list
. Image thumbnails are created in redmine, so rmagick is working too.
Why administration information says that RMagick is NOT availble? (Screenshot)
Files
Related issues
Updated by Etienne Massip almost 12 years ago
Filou Centrinov wrote:
Image thumbnails are created in redmine, so rmagick is working too.
Thumbmails are generated using shell ImageMagick command, not using rmagick gem.
Why administration information says that RMagick is NOT availble? (Screenshot)
Rmagick mustn't be included in your bundle, you can run bundle show
and bundle config
to make sure of that.
Updated by Filou Centrinov almost 12 years ago
- File bundle_show.png bundle_show.png added
As you see rmagick is included: bundle_show.png
Any idea, why redmine does not recognize it?
Updated by Ivan Cenov almost 12 years ago
did you included rmagick bin directory in system path?
Updated by Filou Centrinov almost 12 years ago
- Status changed from New to Resolved
My problem was already described in http://www.redmine.org/boards/2/topics/2699 and #10724. So it doesn't seems to be a redmine bug. However, until now I couldn't solve it. If I have more time I will try to figure out the problem.
Updated by Etienne Massip over 11 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid