Bug #81470
closedprevent exception in ImageCropUpdater
100%
Description
Given:
An installation with deleted sys_file_records pointing to a deleted file in sys_file
Expectation:
The ImageCropUpdater should be update without an error.
Actual:
An exception is thrown because of missing sys_file information.
`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`
Updated by Gerrit Code Review over 7 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/53120
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53123
Updated by Nicole Cordes over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 30139ac46428d3dbe03594e62698da3bfa3240ac.
Updated by Gerrit Code Review over 7 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53123
Updated by Nicole Cordes over 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset a25e353ac83e7adc3806ab291c7dad47b80d54bd.