Access logging

I have tried to turn on Access logging by setting
$enable_access_logging = 1;
in my config.php. This didn't seem to have any effect, the dadabik_logs table has remained empty.

Today I also set
$enable_sql_logging = 1;
to see how that worked, and all of a sudden the access logging is working too!!
I think that's a bug in the code somewhere in the IonCube parts, because the word logging doesn't appear in any other PHP file.

PS notice the 3 r's in runnning below

You are using DaDaBIK version 10.1-Manarola enterprise, installed on 17-03-2020 (installation code: 149305d931b02d74dc), the latest version of DaDaBIK is 10.1-Manarola released on 09-03-2020

System info
PHP Version: 7.2.24-0ubuntu0.18.04.3
mysql version: 5.7.29-0ubuntu0.18.04.1
Web server: Apache/2.4.29 (Ubuntu)
Client: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0
 

eugenio

Administrator
Staff member
Hello,
access logging only works if sql logging is enabled, it is intentional, we surely need to clarify this in config.php

Best,
 
Top