Bug MySQL query error [1264]: Out of range value for column 'forum_read_date'

There is a bug in this version
R

rdn

Guest
Full log:
PHP:

Code:
Server error log
XF\Db\Exception: MySQL query error [1264]: Out of range value for column 'forum_read_date' at row 1 src/XF/Db/AbstractStatement.php:230
Generated by: User Sep 26, 2023 at 2:04 AM
    
Stack trace
INSERT  INTO `xf_forum_read` (`node_id`, `user_id`, `forum_read_date`) VALUES (6,728535,1.6956768079826E+16),
(8,728535,1.6956768079826E+16),
(11,728535,1.6956768079826E+16),
(20,728535,1.6956768079826E+16),
(28,728535,1.6956768079826E+16)...

Read more

Continue reading...