Bug #80890
closed
8.7.1 Test setup & Combining images. Images are not generated correctly.
Added by Alexander Averbuch over 7 years ago.
Updated about 7 years ago.
Description
In the Install tool, the images are not generated or saved correctly.
I'm using GraphicsMagick 1.3.23 2015-11-07.
Command:
'/usr/bin/gm' 'convert' +profile '*' -colorspace GRAY +matte '/var/www/vhosts/typo3eight/typo3/sysext/install/Resources/Public/Images/TestInput/MaskBlackWhite.gif[0]' 'typo3temp/var/transient/a65fcdc2262700c611a514ee1b96e4de.gif'
Command:
'/usr/bin/gm' 'composite' +profile '*' -compose over +matte '/var/www/vhosts/typo3eight/typo3/sysext/install/Resources/Public/Images/TestInput/Test.jpg' '/var/www/vhosts/typo3eight/typo3/sysext/install/Resources/Public/Images/TestInput/BackgroundOrange.gif' 'typo3temp/var/transient/a65fcdc2262700c611a514ee1b96e4de.gif' 'typo3temp/assets/images/installTool-typo3InstallTestcombine158f733c6a2baf151144910.jpg'
The path to the generated image looks like this:
http://typo3eight.dev/tallTool-typo3InstallTestcombine258f733c6aa264586131670.jpg?1492595654
Files
Can confirm this on two different systems.
- Combining Images and
- GDlib tests
are broken
- Related to Bug #80690: Install-Tool testsetup uses deprecated function tempPath() for combine image and gdlib added
- Status changed from New to Resolved
has been fixed with #80690 - would be cool if you could retest master or 8.7 branch.
yes, it works in the branch TYPO3_8-7
- Priority changed from Must have to Could have
(First of all: I’m a newbie to the TYPO3 issue tracker. So I hope, editing a resolved issue is the correct procedure. If I should have opened a new issue instead please tell me so. Advice welcome!!!)
In my local installations of TYPO 8.7.7 (Ubuntu 16.04) all image processing tests done by the installer fail to show any images/graphics. Neither the original nor the processed files are shown since the AJAX-Requests that fetch the images fail.
The processed files are written to /typo3temp/assets/images/, so the processing works. The AJAX-Request then has to look under localhost/myproject//htdocs/typo3temp/assets/images/. It seems, however, that it looks under localhost/typo3temp/assets/images/. “myproject/htdocs” is missing.
Problem solved: The Reason was a wrongly configured DocumentRoot. It pointed to /var/www/ instead of /var/www/project/web/. The configuration /var/www/ worked on <8 branches of typo3.
- Status changed from Resolved to Closed
Also available in: Atom
PDF