Bug #55511
closed
retrieveFileOrFolderObject does not support delted files.
Added by Nikolay Orlenko almost 11 years ago.
Updated over 5 years ago.
Category:
File Abstraction Layer (FAL)
Description
related to #45748
When i am trying to pass not existed file to function retrieveFileOrFolderObject (ResourceFactory.php) by absolute or relative path it return error about not existed file.
The problem that after checking line #442
} elseif (@is_file(PATH_site . $input)) {
it tries to make directory object.
The method should check file_exists before going to directory initialization somehow at line #L447.
- Sprint Focus set to On Location Sprint
- TYPO3 Version changed from 6.1 to 7
- Complexity set to medium
Solution is:
add is_directoy in the else part
- Status changed from New to In Progress
- Status changed from In Progress 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 http://review.typo3.org/36518
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36518
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36518
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36518
- Assignee set to Frans Saris
- Sprint Focus deleted (
On Location Sprint)
- Status changed from Under Review to New
- Status changed from New to Closed
Benni wanted to close this issue years ago, so I'm closing it now - see linked review.
Also available in: Atom
PDF