Closed (fixed)
Project:
ImageMagick
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2011 at 12:07 UTC
Updated:
16 Jan 2012 at 18:00 UTC
The link to graphicsmagick at admin/config/media/image-toolkit seems to require a www
Line 49 of the imagemagick.module file sets the url '@gm-url' => 'http://graphicsmagick.org',
However that doesn't work.
The site does come up at http://www.graphicsmagick.org
Thus line 49 of the imagemagick.moduel file may need to be changed to read:
'@gm-url' => 'http://www.graphicsmagick.org',
Comments
Comment #1
sunOdd, http://graphicsmagick.org works just fine for me...? (although I'm redirected to the www-subdomain)
Anyway, committed this change.
Thanks for reporting, reviewing, and testing!
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.
Comment #2
vm commentedagreed it is odd. I'm not redirected at all. I land on a 500.
edit:
ahha! I only hand on a 500 in IE, which only serves to make the issue that much odder.