View Issue Details

IDProjectCategoryView StatusLast Update
0003686OXID eShop (all versions)4. ------ eShop Core -------public2012-12-10 13:42
ReporterArunas 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.8 revision 42471 
Target VersionFixed in Version4.5.9 revision 43186 
Summary0003686: Module chain is case sensitive
DescriptionWhen adding a module to the shop, the first parameter in the chain (the parent filename/class)
is case sensitive and always have to be in lowercase. If you write the parent as a class name
with Capital letters, the module won't load.
Steps To Reproduce1) Install a module file that works (type the chain only in lowercase)
2) Now change the parent into Capital letters (camelcase)
3) The module is not loading anymore
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0005687 assignedDariush Ghiass-Fakhri Module chain is case sensitive 

Activities

Linas Kukulskis

2012-03-16 15:07

reporter   ~0006022

added array key conversion to lowercase