[TYPO3-linux] GraphicsMagick Wiki page

Michael Stucki michael at typo3.org
Thu Feb 16 08:42:59 CET 2006


Hi Franz,

> I have created symbolic links from /usr/local/php/bin to /usr/local/bin
> where GraphicsMagick is installed.
> 
> However the install tool does not find the files.

I think the reason for this is that TYPO3 checks if the file exists using
is_file(). However for symlinks, this will not return success.

I recommend that you change the function to use file_exists() instead. Being
a core developer, I suggest you make that change on your own...

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/



More information about the TYPO3-linux mailing list