Actions
Bug #85363
closedImageInfo must not be called in EM if no extension icon is provided
Start date:
2018-06-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If an extension icon is missing, the extension manager tries the following path Environment::getPublicPath() . '/' . $properties['siteRelPath'] . $properties['ext_icon']
which leads to the following logged error
Fri, 22 Jun 2018 18:12:40 +0200 [WARNING] request="c2d3b63beee46" component="TYPO3.CMS.Core.Type.File.ImageInfo": I could not retrieve the image size for file /app/web/typo3conf/ext/gdpr_example
Actions