Project

General

Profile

Actions

Bug #53940

closed

Extension name is not case insensitive in anymore

Added by Ernesto Baschny over 10 years ago. Updated about 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 #1

Updated by Georg Ringer over 10 years ago

IMO this is completly ok forcing users to have a bit better look on their code

Actions #2

Updated by Mathias Schreiber about 9 years ago

  • Status changed from Accepted to Rejected
Actions

Also available in: Atom PDF