After doing some debugging, I found that not all update queries fail for the access log.It fails at some point when accessing the default app page. I set the default app page to filemanager and this is the sequence of logs
UPDATE egw_access_log SET session_dla=1596116842,session_action=â/api/categories.phpâ,lo=NULL WHERE sessionid=4289950
UPDATE egw_access_log SET session_dla=1596116842,session_action=â/api/config.phpâ,lo=NULL WHERE sessionid=4289950
UPDATE egw_access_log SET session_dla=1596116842,session_action=â/api/images.phpâ,lo=NULL WHERE sessionid=4289950
UPDATE egw_access_log SET session_dla=1596116842,session_action=â/api/user.phpâ,lo=NULL WHERE sessionid=4289950
Instance=default, User=vish, Request=POST https://project.com/egroupware/json.php?menuaction=filemanager.jdots_framework.ajax
When this request is issued, the query fails, the table definition array returns empty and thus no arguments in the query are passed
UPDATE egw_access_log SET WHERE
UPDATE egw_access_log SET session_dla=1596116843,session_action=â/api/lang.phpâ,lo=NULL WHERE sessionid=4289950
UPDATE egw_access_log SET session_dla=1596116877,session_action=â/index.phpâ,lo=NULL WHERE sessionid=4289950
An error happened! (EGroupware\Api\Exception\AssertionFailed): CreateObject() file /home/www.tempstop.com/public_html/egroupware/api/inc/classâŠin
Not sure what the error corresponds here
UPDATE egw_access_log SET session_dla=1596116877,session_action=â/index.phpâ,lo=NULL WHERE sessionid=4289950
Instance=default, User=vish, Request=POST https://project.com/egroupware/json.php?menuaction=filemanager.jdots_framework.ajax>
UPDATE egw_access_log SET WHERE.
Please advice. I cleared the cache from the Clear Cache and register hooks option in the setup and even restarted the server. Also Iâm using an incognito window