p_date not valid at installation
I filled out the installation screen and when I click go it says this.
Screenshot
Desktop (please complete the following information):
- OS: Windows 11
- Browser: Opera
- Version: I don't know
Desktop OS : Windows 11 24H2 BUILD 26100 Browser : Google Chrome Version : Version 139.0.7258.66 (Official Build) (64-bit)
only solved by using xamp, but another problem arises, users not working
I fixed it by editing the lib/SQL-Storage-Boxx-0,sql file. You need to change the lines:
142 - p_date date NOT NULL DEFAULT current_timestamp() into p_date datetime NOT NULL DEFAULT current_timestamp()
and line 193 - d_date date NOT NULL DEFAULT current_timestamp() into d_date datetime NOT NULL DEFAULT current_timestamp()