Running Xibo 1.4.1. I inadvertently dropped the log table instead of emptying. I do not have a recent backup from before this was removed. What are the exact MySQL commands needed to re-setup this log table?
C:\inetput\wwwroot\xibo\err_log.xml is growing out of control with the following error messages:
IN
The query [INSERT INTO log (logdate, type, page, function, message, RequestUri, RemoteAddr, UserAgent, UserID, displayID, scheduleID, layoutID, mediaID) VALUES (‘2016-10-24 08:16:21’,‘audit’, ‘DisplayGroup’, ‘Touch’, ‘IN’, ‘/xibo/xmds.php’, ‘10.0.4.206’, ‘Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.5485)’, 0, 0, 0, 0, 0)] failed to executeTable ‘xibo.log’ doesn’t exist
OUT
The query [INSERT INTO log (logdate, type, page, function, message, RequestUri, RemoteAddr, UserAgent, UserID, displayID, scheduleID, layoutID, mediaID) VALUES (‘2016-10-24 08:16:21’,‘audit’, ‘DisplayGroup’, ‘Touch’, ‘OUT’, ‘/xibo/xmds.php’, ‘10.0.4.206’, ‘Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.5485)’, 0, 0, 0, 0, 0)] failed to executeTable ‘xibo.log’ doesn’t exist