Bug #87363
closedGIFBUILDER TEXT crashes in TYPO3 v. 9.5.3
100%
Description
Having the typoscript below in TYPO3 v. 8.7.22 gives me what I want - a red box with white text in the middle....
20 = IMAGE 20{ file = GIFBUILDER file{ XY = 400,400 backColor = #FF0000 10 = BOX 10{ dimensions = 0,0,400,400 color = #FF0000 } 20 = TEXT 20{ text = Testing... fontColor = #FFFFFF fontSize = 40 niceText = 1 align = center offset = 0,200 } } }
.... - having the exact same typoscript in TYPO3v. 9.5.3 gives me:
Argument 1 passed to TYPO3\CMS\Frontend\Resource\FilePathSanitizer::sanitize() must be of the type string, null given, called in /var/www/typo3_source/typo3_src-9.5.3/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php on line 686
Updated by Gerrit Code Review almost 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59418
Updated by Gerrit Code Review almost 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59418
Updated by Gerrit Code Review almost 6 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59423
Updated by Anonymous almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7af55b8ddac214f49956e9f1a5084aea8a481db7.