View Issue Details

IDProjectCategoryView StatusLast Update
0005825OXID eShop (all versions)2.1. Master Settingspublic2023-12-06 10:53
Reporterpnkz Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.8.6 / 5.1.6 
Fixed in Version6.0.0-beta.1 
Summary0005825: Cache not cleared after admin logout
DescriptionIf the option "Delete cache only on logout from admin." is activated the shop normaly has to clear the cache after the admin loged out.

This doesnt work at any time.

I looked into the functions which are executed after admin logout:
1. navigation.php - logout - line 136
2. oxadminview.php - resetContentCache - line 439

The constalation of these function will never be execute the oxResetFileCache function wich is the function to clear the cache.

I think the argument $blForceReset of the resetContentCache function has to be set in the logout function.
Steps To Reproduce1. Log into the OXID eShop Admin
2. Activate the option "Delete cache only on logout from admin." (you can find it at the Perform. Tab)
3. Make a change of a cms content
4. Logout
TagsCache
ThemeAzure
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

henrik.steffen

2015-04-02 16:18

reporter   ~0010847

Confirmed this bug from here, too.

Would be nice if could be fixed soon. It's easy to solve