View Issue Details

IDProjectCategoryView StatusLast Update
0003865OXID eShop (all versions)2.3. Extensions (modules, themes)public2012-12-10 13:33
Reporterjurate.baseviciene Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.6.0_beta3 
Summary0003865: If modules directory is delete, then in DB table "oxtplblocks" OXACTIVE =1, but should be OXACTIVE =0
DescriptionIf module deleted from source/modules, in admin and frontend module is disable, but in DB oxblock is active.


Go to admin (Extensions->Modules);
need to activate the module;
go to (source/modules) and need delete all module /dir.
then go to frontend blocks is disable.
go to admin area(Extensions ->Modules), modules is disable.
go to DB, choose table oxtplblock and you can to see that OXACTIVE =1, but should be OXACTIVE =0.
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

jurate.baseviciene

2012-04-16 10:09

reporter   ~0006299

If modules is delete manually from directory, in DB table "oxtplblocks" have be OXACTIVE=1, if file is delete manually from /view in DB have be OXACTIVE=0.