Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top