After moving my TYPO3 app to another server I noticed something strange:
My custom image ratios don't really work anymore.
On the old server once an image was uploaded it would be cropped automatically like this:
Now on the new server the image doesn't bother to crop itself :(
When I click on "Open Editor" it seems that it's working, but once I hit "Save" it's look just like at the beginning and nothing happened.
Does anyone have an idea what the reason for this could be, or even better - how to fix this?
0
votes
Did you give TYPO3 the according path to your gm-file in the Installtool?
- BastianBalthasarBux
@BastianBalthasarBux yeah, but there was no reaction of TYPO3
- Cold_Class
Is it the correct path? (root server path, may be you could find out by a php-info); Does it have the rights to be executed?
- BastianBalthasarBux
@BastianBalthasarBux I double checked it, yes - I updated the question accordingly
- Cold_Class
2 Answers
1
votes
0
votes
Your edit now says "exec" function of php is disabled (I guess, it's not shell_exec, which is most likely deactivated too, if I understand that right).
If you have access to php.ini you could enable it. Then also the orginally installed ImageMagick should work.
AFAIK if it is not activated, IM and GM won't work in TYPO3. Maybe you should have a look at your error logs ... ;) I am pretty sure, that error is written there. (Or also in installtool in the test-area)