Project

General

Profile

Actions

Bug #67543

closed

Exception in ImportExportController when default folder not accessible

Added by Alexander Stehlik almost 9 years ago. Updated over 5 years ago.

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.

Actions

Also available in: Atom PDF