Bug #55628
closedFatal error in inline upload function
100%
Description
The inline upload function introduced in https://review.typo3.org/27237/ throws a fatal PHP error, if the editor does not have access to the default upload folder:
Fatal error: Call to a member function getCombinedIdentifier() on a non-object in /var/www/typo3_src/typo3_src-master/typo3/sysext/backend/Classes/Form/Element/InlineElement.php on line 914
A check is missing if the folder was set (and not FALSE) and if it is writable.
Updated by Gerrit Code Review almost 11 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/27302
Updated by Gerrit Code Review almost 11 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/27302
Updated by Gerrit Code Review almost 11 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27302
Updated by Gerrit Code Review almost 11 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27302
Updated by Alexander Stehlik almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5708fafa183ae502a533508d7b1f217ab0a1bd6b.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed