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 #1

Updated by Wouter Wolters about 11 years ago

This one will be solved in https://review.typo3.org/#/c/18005/

Actions #2

Updated by Gerrit Code Review about 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

Actions #3

Updated by Wouter Wolters about 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF