install\includes\Installer.class.php 278 Incorrect date value: '0000-00-00' for column 'lastlogin' at row 1
MYSQL 5.7 stops supporting zeros value in date / datetime. Would NULL do us any good here instead? I think NULL is kind of odd to use but what option is there really?
install\includes\Installer.class.php 278 Incorrect date value: '0000-00-00' for column 'lastlogin' at row 1
MYSQL 5.7 stops supporting zeros value in date / datetime. Would NULL do us any good here instead? I think NULL is kind of odd to use but what option is there really?