View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002707 | OXID eShop (all versions) | 4.08. Cache | public | 2011-04-06 15:21 | 2012-12-10 13:39 |
Reporter | Mitmacher | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.8 revision 34028 | ||||
Fixed in Version | 4.5.3 revision 39087 | ||||
Summary | 0002707: Missing deletion of FileCache in resetCatArticleCount function | ||||
Description | There 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... :-) | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||