Actions
Bug #80811
closedUpgrade Wizard / Execute database migrations on single rows / Migrate values in sys_file_reference crop field / Error when file is missing
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
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 about 8 years ago
- Target version changed from 8 LTS to next-patchlevel
Updated by Benni Mack about 6 years ago
- Target version changed from next-patchlevel to Candidate for patchlevel
Updated by Georg Ringer 3 months ago
- Status changed from New to Closed
hey, as the ImageCropUpdater
has been removed a long time ago already, I am closing this issue
Actions