Actions
Bug #67543
closedException in ImportExportController when default folder not accessible
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Import/Export (T3D)
Target version:
-
Start date:
2015-06-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
When the current editor has not access to the current import / export folder, an Exception is thrown, when the editor tries to access the import / export module:
Fatal error: Call to a member function getStorage() on a non-object in /typo3/sysext/impexp/Classes/Controller/ImportExportController.php on line 1479
The reason for this is quite simple: in the getExportFiles()
method a check for FALSE
is performed that actually should be NULL
.
Updated by Gerrit Code Review over 9 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 http://review.typo3.org/40338
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40339
Updated by Alexander Stehlik over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cece8a6f6114b4f12035a2d3914d5786e9b45ed9.
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus set to On Location Sprint
Updated by Mathias Schreiber over 8 years ago
- Sprint Focus deleted (
On Location Sprint)
Actions