Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-6767 now.

ImageMagick not used if trailing slash missing (fix completed in vcs)

If the path to ImageMagick in the attachments pane of the Admin CP doesn't end in a trailing slash (i.e. is "/usr/bin" rather than "/usr/bin/") then ImageMagick isn't used to create the thumbnails for attachments and GD is used instead. Looking at the code, there is no check to see if a trailing slash should be added. Therefore if one isn't present, the command that gets executed is something like:

/usr/binconvert -quality 85 -antialias ...

Which, of course, doesn't work!

Also... it would be handy if there was a way to search this Bug Tracker...

Comments / History

Assigned ticket to user "Acyd Burn"

Action performed by Acyd Burn (Server Manager) on Jan 6th 2008, 15:34

Changed ticket status from "New" to "Fix in progress"

Action performed by Acyd Burn (Server Manager) on Jan 6th 2008, 15:35

Changed ticket status from "Fix in progress" to "Fix completed in CVS"

Action performed by Acyd Burn (Server Manager) on Jan 6th 2008, 17:03

Ticket details