christophlehmann/imageoptimizer

Debug Log (writelog()) tries to sets detail_nr to 1467124014)

mueller-sebastian opened this issue · 0 comments

$GLOBALS['BE_USER']->writelog(4, 0, 0, 1467124014, $command . ' exited with ' . $returnValue . '. Output was: ' . implode(' ', $output), $output);

This tries to set detail_nr in sys_log to 1467124014 but field detail_nr in sys_log table is "tinyint(3)". So field value is always 127 which is confusing (e.g. in BE log where message displays (msg#4.0.127) )