View Issue Details

IDProjectCategoryView StatusLast Update
0005276OXID eShop (all versions)2.3. Extensions (modules, themes)public2013-07-30 15:33
Reporterb.hasis Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.6.5 revision 49955 
Fixed in Version4.7.7 / 5.0.7 
Summary0005276: oxmodule->isActive returns true even there is no module registered in any way
DescriptionIf you load a Module that doesnt exists and checks the activation, you will get true.
Steps To Reproduce$oModule = oxNew('oxmodule');
$oModule->load('this_module_doesnt_exist_in_any_way');
$oModule->isActive() == true
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0005319 resolvedsaulius.stasiukaitis Modules which not extending anything is not active 

Activities

aurimas.gladutis

2013-07-12 13:56

reporter   ~0008903

The main problem was that non existing module was at all loaded ad loadUnregisteredModule() and is now fixed.