Project

General

Profile

Bug #85419

Updated by Stephan Großberndt almost 6 years ago

In TYPO3 v9 the possibility to search for ImageMagick / GraphicsMagick in an additionalSearchPath is broken due to https://review.typo3.org/#/c/56065/  

 1. Go to Settings => -> Choose preset => -> Image handling settings 
 2. Enter a path 
 3. Click on "Find executables in this directory" 
 4. A GET- instead of a POST request is made and the value of @additionalSearchPath@ is not transmitted 

 https://review.typo3.org/#/c/56065/21/typo3/sysext/install/Resources/Public/JavaScript/Modules/Presets.js 

 removed the code to POST the value @additionalSearchPath@

Back