View Issue Details

IDProjectCategoryView StatusLast Update
0007145OXID eShop (all versions)2.1. Master Settingspublic2020-05-28 13:13
Reporterpbenke Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version6.1.6 
Fixed in Version6.2.0 
Summary0007145: Setting blLogChangesInAdmin has no effect
DescriptionSetting blLogChangesInAdmin remains without effect.
It is no longer written to the oxadminlog table if the config parameter is set to true.
Steps To Reproduce1.) $this->blLogChangesInAdmin = true;
2.) change article
3.) View into the table oxadminlog ;-)
TagsConfiguration Options, Log
ThemeNot defined
BrowserNot defined
PHP Version7.1
Database VersionMariaDB 10.4

Activities

QA

2020-05-28 13:12

administrator   ~0013246

this behavior was fixed in OXID eShop 6.2.
If in config.inc.php the entry $this->blLogChangesInAdmin = true; is set, the data is no longer written to the oxadmin table, but to the oxadmin.log file in the log folder.

Das Verhalten wurde in der OXID eShop 6.2 behoben.
Sofern in der config.inc.php der Eintrag $this->blLogChangesInAdmin = true; gesetzt wird, wird nicht mehr in der oxadmin Tabelle geschrieben, sondern im Ordner log in die Datei oxadmin.log.