Actions
Bug #57257
closedEM: Extracting t3x tries to do a "writeFile" on directories
Status:
Closed
Priority:
Should have
Assignee:
Category:
Extension Manager
Target version:
Start date:
2014-03-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If you choose the "Development Preset", E_WARNING will be turned into Exceptions.
If you try to install an extension with this setting, you will end up seeing that when extracting extensions, it tries to use writeFile on directories (and not only files).
Get rid of this by checking if the file ends with an "/" before trying to write to it.
Updated by Ernesto Baschny over 10 years ago
- Subject changed from EM: Extracting t3x tries to "writeFile" in directories to EM: Extracting t3x tries to do a "writeFile" on directories
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted 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/28729
Updated by Gerrit Code Review over 10 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/28729
Updated by Ernesto Baschny over 10 years ago
- Status changed from Under Review to Closed
Duplicated at #57261.
Actions