Project

General

Profile

Actions

Bug #53940

closed

Extension name is not case insensitive in anymore

Added by Ernesto Baschny over 10 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2013-11-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The extension "abaticker" for example contains something like:

t3lib_extMgm::addPlugin(Array("LLL:EXT:abaTicker/locallang_db.php:tt_content.list_type_pi1", $_EXTKEY."_pi1"),"list_type");

In 6.2 this now fails with:

"TYPO3 Fatal Error: Extension key "abaTicker" is NOT loaded" (Exception 1365429656)

So the ExtensionManagementUtil API doesn't seem to be backwards compatible yet (i.e. extPath() etc), as it doesn't seem to expect different CaSe for the passed extension key.

Actions

Also available in: Atom PDF