문제

I have a little problem getting ImageMagick to work in TYPO3 ver. 6.2.1. error messages

I have added the right path for the im_path, because when I make a test.php file with the code

<?php
echo "<pre>";
system("/usr/local/bin/convert");

and run the file, I get a page with a lot of test info. If I change the path to /usr/bin/, I get a blank page.

So I know the path is /usr/local/bin/convert, but I still get the error in the image when I test the Scaling function.

Does anyone know what the issue is with TYPO3 ver. 6.2.1?

도움이 되었습니까?

해결책

Check the path in typo3conf/LocalConfiguration.php It can be that the path itself is not updated in the LocalConfiguration file.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top