View Issue Details

IDProjectCategoryView StatusLast Update
0002707OXID eShop (all versions)4.08. Cachepublic2012-12-10 13:39
ReporterMitmacher Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.4.8 revision 34028 
Fixed in Version4.5.3 revision 39087 
Summary0002707: Missing deletion of FileCache in resetCatArticleCount function
DescriptionThere is one row of code missing in /core/oxutilscount.php inside of function resetCatArticleCount(). Therefore it is NOT possible to reset the article count per categories if set once. In comparison to the functions resetVendorArticleCount() and resetManufacturerArticleCount() it seems that following code was simply forgotten to add AFTER line 294:

294: $this->getConfig()->setGlobalParameter( 'aLocalCatCache', null );
295: oxUtils::getInstance()->toFileCache( 'aLocalCatCache', '' );

Please add this into current sources and everything will be fine again... :-)
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

birute_meilutyte

2011-05-06 13:13

reporter   ~0004497

@developers: check from source code side if such issue still exist and if offered solution is correct