Actions
Bug #80811
openUpgrade Wizard / Execute database migrations on single rows / Migrate values in sys_file_reference crop field / Error when file is missing
Start date:
2017-04-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Error when file is missing:
Argument 1 passed to TYPO3\CMS\Core\Imaging\ImageManipulation\Area::makeRelativeBasedOnFile() must implement interface TYPO3\CMS\Core\Resource\FileInterface, null given, called in typo3/sysext/install/Classes/Updates/RowUpdater/ImageCropUpdater.php on line 85
A solution could be to skip if $file is NULL (line #79) in method updateTableRow in
typo3/sysext/install/Classes/Updates/RowUpdater/ImageCropUpdater.php
Updated by Benni Mack over 7 years ago
- Target version changed from 8 LTS to next-patchlevel
Updated by Benni Mack over 5 years ago
- Target version changed from next-patchlevel to Candidate for patchlevel
Actions