ChelseaI suppose, you were using the Compiler and built-in the Last Visit add-on; and you're using mySQL at least of the version 5.7, in which
'0000-00-00 00:00:00' is not a valid DATETIME value anymore - this is about an error your database actually produces. This value has been actually specified for the previous version of the Last Visit add-on, so if you'd like to use your current pre-compiled package, just edit
_install_mysql.sql and instead of this line:
user_customlastvisit date not null default '0000-00-00',
put:
user_customlastvisit date,
I have fixed the current version of the
Compiler and the
Last Visit add-on itself, too. So newer compilations and downloads should contain this fix. Thanks for the note!