Bug #17490
closedInstall Tool on WinXP does not recognize the presence of gm.exe
0%
Description
The gm package supplied by the windows installer does not work. The install tool complained that it cannot find the tool in the default location "C:\Program Files\TYPO3_4.1.1\GraphicsMagick", (even though it was there).
Setting the parameters manually in the configuration:
im_path to the correct path, im_version_5 to "gm" and "im" to 1
, also did not give the desired effect - the Install tool still as unable to recognize that there is a working installation of GraphicsMagick available.
That's when I switched to ImageMagick. I used this version: ImageMagick-6.3.5-2-Q16-windows-static.exe.
Unfortunately that also did not work very well - the testmenu tool was unable to complete its tests, even though the command same lines pasted on the command prompt worked correctly and generated proper output files.
This last issue (about IM command lines) is reported in my previous bug report (#17488?)
(issue imported from #M6002)
Files
Updated by Alexander Enchevich over 17 years ago
very likely this bug is due to space chars in windows paths (e.g. "Program Files"). After I removed my default typo3 installation and installed into c:\php\typo3_4.1.1 it now works properly:
- install tool reports that both GM and IM are present and reports their versions and locations;
- testmenu image tests work properly (with the exception of PNG scale test - see uploaded files).