View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007145 | OXID eShop (all versions) | 2.1. Master Settings | public | 2020-05-26 15:21 | 2020-05-28 13:13 |
Reporter | pbenke | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 6.1.6 | ||||
Fixed in Version | 6.2.0 | ||||
Summary | 0007145: Setting blLogChangesInAdmin has no effect | ||||
Description | Setting blLogChangesInAdmin remains without effect. It is no longer written to the oxadminlog table if the config parameter is set to true. | ||||
Steps To Reproduce | 1.) $this->blLogChangesInAdmin = true; 2.) change article 3.) View into the table oxadminlog ;-) | ||||
Tags | Configuration Options, Log | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | 7.1 | ||||
Database Version | MariaDB 10.4 | ||||
|
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. |