Project

General

Profile

Actions

Bug #46155

closed

extension key file_list not loaded / failed to open required

Added by Walter Sparding about 11 years ago. Updated over 5 years ago.

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #45143: Cleanup filelistClosedWouter Wolters2013-02-04

Actions
Actions

Also available in: Atom PDF