Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
Professional Edition
-
None
-
I updated yesterday to the newest version of the professional edition (Yesterday means 6 Oct)
Description
The db.log file is filling up with the following error message:
[2015/10/07 17:08:23 +0000] syslog.php(42723): Failed dbQuery (#1062 - Duplicate entry '0' for key 'PRIMARY'), Query: INSERT INTO `syslog` (`device_id`,`program`,`facility`,`priority`,`level`,`tag`,`msg`,`timestamp`) VALUES .....
At the same time the debug.log is filling up with the corresponding information.
It could be that the problem has something to do with the switch to:
$config['db_extension'] = 'mysqli';
This creates about 50GB of log files per day. It would be great if this is resolved fast.