Bug #46155
closedextension key file_list not loaded / failed to open required
100%
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.
Updated by Wouter Wolters over 11 years ago
This one will be solved in https://review.typo3.org/#/c/18005/
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18845
Updated by Wouter Wolters over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4e65a1296cd7ef39d262212e560815cba5458d8c.