Actions
Bug #46155
closedextension key file_list not loaded / failed to open required
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2013-03-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I updated from TYPO3 4.7 to TYPO3 6.0.4.
All works fine now, but when clicking 'File List' i get 'extension key file_list not loaded'.
When i install the extension i get the error 'Failed opening required '......../Classes/FileListEditIconHookInterface.php' in
interface.filelist_editiconshook.php'.
If i change code-line in this file from
require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('file_list') . 'Classes/FileListEditIconHookInterface.php';
to
require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('filelist') . 'Classes/FileListEditIconHookInterface.php';
all works well.
Actions