Actions
Defect #13756
closedInternal error on gantt png-link
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Gantt
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Clicking on the png-link at the bottom of the gantt page I receive an internal error.
Started GET "/projects/projectx/issues/gantt.png?month=4&months=6&year=2013&zoom=2" for 95.113.214.61 at 2013-04-12 19:33:47 +0200 Processing by GanttsController#show as PNG Parameters: {"month"=>"4", "months"=>"6", "year"=>"2013", "zoom"=>"2", "project_id"=>"projectx"} Current user: centrinov (id=3) Completed 500 Internal Server Error in 379ms Magick::ImageMagickError (no decode delegate for this image format `/tmp/magick-26362OvycamgJPfqW1' @ error/constitute.c/ReadImage/550: `(null)'): lib/redmine/helpers/gantt.rb:521:in `draw' lib/redmine/helpers/gantt.rb:521:in `to_image' app/controllers/gantts_controller.rb:44:in `block (2 levels) in show' app/controllers/gantts_controller.rb:42:in `show'
Ruby version 1.9.2 (x86_64-linux) RubyGems version 1.8.24 Rack version 1.4 Rails version 3.2.13
No Plugins installed.
Could someone confirm or does this cause by the not correct configured ImageMagick?
Actions