View Issue Details

IDProjectCategoryView StatusLast Update
0005356OXID eShop (all versions)2.3. Extensions (modules, themes)public2013-09-05 13:50
Reporterarvydas_vapsva 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.6 / 5.0.6 
Target Version4.7.8 / 5.0.8Fixed in Version4.7.8 / 5.0.8 
Summary0005356: APC + modules
DescriptionMany hosting providers serves APC together with PHP. And this combination sometimes causes errors, when modules are often activated/deactivated.

Suggestion would be to improve oxModule::activate(), by adding check if APC is available and execute apc_clear_cache().
TagsCache
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0005320 resolvedLinas Kukulskis Problems with modules 
related to 0005047 resolvedLinas Kukulskis APC cache brake oxNew modules class chain 

Activities

Linas Kukulskis

2013-09-05 13:50

reporter   ~0009028

added APC cache flush. it is flush on activation or deactivation of a module.